extract-transcripts
セッションブログを読み取り可能なTranscriptに変換
Auch verfügbar von: 0xBigBoss
Claude CodeとCodex CLIは会話履歴をJSONLファイルとして保存しますが、手動で読むのは困難です。このスキルは、メタデータ、タイムスタンプ、オプションでツール呼び出しの詳細を含むクリーンなMarkdown形式にセッションを抽出します。
Die Skill-ZIP herunterladen
In Claude hochladen
Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen
Einschalten und loslegen
Teste es
Verwendung von "extract-transcripts". Extract the Claude Code session at ~/.claude/projects/myproject/session.jsonl
Erwartetes Ergebnis:
- # Session: session
- **Date:** 2025-01-10 14:30
- **Duration:** 45m 20s
- **Model:** claude-sonnet-4-5-20251101
- **Working Directory:** /home/user/projects/myproject
- **Git Branch:** feature/auth
- ---
- ## User
- Help me implement user authentication with JWT tokens...
- ## Assistant
- I'll help you set up JWT authentication. Let me first check your project structure.
Verwendung von "extract-transcripts". Show me all sessions about database migrations
Erwartetes Ergebnis:
- Search results for: database migrations
- ---
- 2025-01-12 | api-server | main
- file: ~/.claude/projects/api-server/session123.jsonl
- [user] How do I create a database migration for the new users table...
- ---
- 2025-01-08 | myapp | feature/payments
- file: ~/.claude/projects/myapp/session456.jsonl
- [assistant] I'll create a migration file for the payments table...
Sicherheitsaudit
SicherPure Python file processing utility that reads local session JSONL files and outputs formatted markdown. No network access, no code execution, no credential exposure. All static findings are false positives from pattern matching on documentation examples and legitimate file paths.
Risikofaktoren
⚙️ Externe Befehle (53)
📁 Dateisystemzugriff (58)
🌐 Netzwerkzugriff (1)
Qualitätsbewertung
Was du bauen kannst
セッションレビュー
過去のAI支援セッションを振り返り、判断、文脈、またはコードパターンを思い出す
ガイドの生成
セッションブログをチュートリアルコンテンツやプロセスドキュメントに変換する
使用状況の監査
チームのセッションを検索して、パターンを特定したり実装アプローチを確認したりする
Probiere diese Prompts
Extract the Claude Code session at ~/.claude/projects/myproject/abc123.jsonl to a readable transcript
Show me all Claude Code sessions from the last week that mention authentication
Extract all Claude Code sessions from ~/projects/api-server into markdown files
Extract the Codex session at ~/.codex/sessions/xyz789/rollout.jsonl
Bewährte Verfahren
- メタデータのみが必要な場合は、--summaryフラグを使用してクイックセッションの概要を取得する
- バッチ処理中にウォームアップのみのテストセッションをフィルタリングするには、--skip-emptyを使用する
- セッション履歴の全文検索を有効にするには、transcript indexを実行する
Vermeiden
- セッションIDを一意の識別子として使用しない - サブエージェントはIDを共有できる
- トークン数やコストデータを期待しない - この情報はセッションファイルに格納されていない
- 元のJSONLファイルを変更しない - エクストラクターは読み取り専用