output-workflow-trace-file
SkillRead and render the output of a local Output SDK workflow trace file as clean readable markdown. Use when the user wants to view what a recent workflow produced, see the result from a local trace file, or render trace output as a document.
Install
git clone https://github.com/growthxai/output.git ~/.claude/skills/output-workflow-trace-fileWhat is output-workflow-trace-file?
Read and render the output of a local Output SDK workflow trace file as clean readable markdown. Use when the user wants to view what a recent workflow produced, see the result from a local trace file, or render trace output as a document.
What this can do
Capabilities declared in this component's own frontmatter — not inferred.
Inherit all session tools
Declares no tool restrictions — inherits every session tool
~60 tokens of context used while enabled, before you invoke anything
Documentation
README · ~2 min readShow just the final output of an Output.ai workflow trace — the actual result, rendered as readable markdown.
The argument the user provided is either a workflow name (e.g. context_competitors) or a workflow run ID. If no argument is provided, use the most recent trace across all workflows.
Instructions
-
Find the trace JSON file:
- Trace files live in
logs/runs/<workflow_name>/as JSON files - Filenames follow the pattern:
<timestamp>_<workflow_id>.json - If a workflow name is given, find the latest
.jsonfile inlogs/runs/<workflow_name>/ - If a run ID is given, search across all
logs/runs/*/folders for a file containing that ID in its filename - If no argument, find the most recently modified
.jsonfile across alllogs/runs/*/folders
- Trace files live in
-
Extract the output from the trace file. You only need
output.outputfrom the JSON root — skipchildrenandinput.
Reviews
Log in to leave a review.
No reviews yet — be the first.
Explore related
Other things in this space — across every part of the ecosystem, not just skills.
Skillssimilar to this one
All skills →Anthropic Example Skills
Public repository for Agent Skills
165.3K stars
agent-development
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or
32.8K stars
plugin-structure
This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin director
32.8K stars