AgentSkillsCN

agent-report

从Claude代理JSONL文件中提取并显示最终消息。当用户想查看代理报告、查看代理输出、提取代理结果、检查代理生成的内容或阅读子代理的最终响应时使用。在“显示代理报告”、“代理X生成了什么”、“提取代理输出”、“查看代理结果”或“获取代理ad42ecb的报告”等请求时触发。

SKILL.md
--- frontmatter
name: agent-report
description: 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".

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:

bash
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