smithery.ai

agent-report

Extract and display the final message from a Claude agent JSONL file.

First seen Apr 15, 2026

Installation

$ npx skills add https://smithery.ai

Summary

  • 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".

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,189 B
  • docs SUMMARY.md 417 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

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 to agent-<id>-report.md in current directory

Workflow

  1. If the user provides an agent ID, run the script immediately
  2. If no agent ID is provided, ask the user for the agent ID using AskUserQuestion
  3. 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