Parth Ganatra's Claude Code skill turns YouTube into notes
Parth Ganatra has developed 'agent-skills,' a GitHub repository that includes 'youtube-summary,' a Claude Code agent skill designed to summarize YouTube videos. This tool generates structured notes with TL;DRs, key takeaways, and chapter-based sections, offering optional slide extraction for videos with visual content. The skill utilizes tools like yt-dlp, ffmpeg, and ffprobe to process video transcripts, metadata, chapters, and detect unique slides for transcription and inline embedding.
Key Takeaways
- `youtube-summary` uses `yt-dlp` to pull transcripts, metadata, and chapters from YouTube videos.
- Optional slide extraction uses `ffmpeg` and `ffprobe` to detect unique slides and embed key slides inline.
- The skill can print the full note in Claude Code by default or write into a configurable Obsidian vault.
- The repository’s install path is `npx skills add ParthGanatra/agent-skills/youtube-summary` via the skills.sh CLI.
Why It Matters
The immediate impact is a faster path from YouTube video to structured notes, especially for viewers who need TL;DRs, chapter-based sections, and read-more links instead of raw transcripts. The slide mode matters for talks with visual content because the skill can extract unique slides and keep them inline with the summary. In the broader Claude Code ecosystem, this shows agent skills being used for a concrete content workflow rather than generic chat. Watch whether the repo’s plain mode and optional Obsidian vault support stay the default pattern as the skill evolves.
Read full article at github.com