← スキル一覧に戻る

agent-report
by OhadRubin
⭐ 1🍴 0📅 2026年1月5日
SKILL.md
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:
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
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です