consolidate-transcripts
Installation
SKILL.md
Consolidate Transcripts
Why? LLMs have context limits. This skill merges multiple transcripts into a single file with accurate token counting, so you can feed an entire channel's content to Claude or GPT without exceeding limits.
Quick Start
python scripts/consolidate_transcripts.py <channel_name>
Output: ~/Documents/YTScriber/<channel_name>/<channel_name>-consolidated.md
[!NOTE] This feature is currently a standalone script. A
ytscriber consolidateCLI command is planned for a future release.