Agent skill
agent-report
Extract and display the final message from a Claude agent JSONL file. Use when the user wants to see an agent report, view agent output, extract agent results, check what an agent produced, or read the final response from a subagent. Triggers on requests like "show me agent report", "what did agent X produce", "extract agent output", "view agent results", or "get the report from agent ad42ecb".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/agent-report
SKILL.md
Agent Report Extractor
Extract the final message from a Claude agent file and write it to a formatted markdown report.
Usage
Run the script with an agent ID:
scripts/extract_agent_message.sh <agent_id> [output_file]
agent_id: The short agent ID (e.g.,ad42ecb)output_file: Optional. Defaults toagent-<id>-report.mdin current directory
Workflow
- If the user provides an agent ID, run the script immediately
- If no agent ID is provided, ask the user for the agent ID using AskUserQuestion
- Run the script and confirm the output file location
Output Format
The script produces a markdown file containing:
- Agent slug/name
- Agent ID
- Model used
- Timestamp
- Full text content of the final message
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?