youtube-summarizer
Installation
SKILL.md
YouTube Summarizer
Prerequisites
yt-dlpmust be installed (pip install yt-dlp)
Workflow
1. Extract transcript
Run the bundled script to fetch and clean the transcript:
python scripts/fetch_transcript.py "<YOUTUBE_URL>" --lang <LANG> 2>/tmp/yt_meta.json > /tmp/yt_transcript.txt