スキル一覧に戻る
VCasecnikovs

transcript-recovery

by VCasecnikovs

Custom skills for Claude AI - extending capabilities with specialized workflows and tools

0🍴 0📅 2025年12月26日
GitHubで見るManusで実行

SKILL.md


name: transcript-recovery description: Recover full conversation history after context compaction. Use when context window is compacted and Claude needs to access earlier parts of the conversation, when user asks about what was discussed before, or when Claude needs to continue work from a previous session. Reads from /mnt/transcripts/ directory.

Transcript Recovery

Recover full conversation history from /mnt/transcripts/ after context compaction.

Quick Start

# Copy script to working directory and run
cp /path/to/skill/scripts/get_transcript.py /home/claude/
python3 /home/claude/get_transcript.py --list

Usage

CommandDescription
--listList all available transcripts
--allCombine all transcripts chronologically
--messagesExtract clean human/assistant messages
--search <query>Search across all transcripts
--file <n>Read specific transcript
--tail <n>Last N lines only
--output <path>Save to file

Common Workflows

After Compaction - Recover Context

python3 /home/claude/get_transcript.py --all --messages

Find Specific Discussion

python3 /home/claude/get_transcript.py --search "topic keyword"

Export Full History for User

python3 /home/claude/get_transcript.py --all --messages -o /mnt/user-data/outputs/history.txt

Notes

  • Transcripts location: /mnt/transcripts/ (read-only)
  • Files contain JSON with unicode escapes - script decodes to UTF-8 automatically
  • journal.txt contains transcript metadata and descriptions
  • Script must be copied to /home/claude/ before execution

スコア

総合スコア

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

レビュー

💬

レビュー機能は近日公開予定です