ai/skills/youtube/SKILL.md
Download content from YouTube including transcripts, captions, subtitles, music, MP3s, and playlists. Use when the user provides a YouTube URL or asks to download, transcribe, or get content from YouTube videos or playlists.
npx skillsauth add steveclarke/dotfiles youtubeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Download and process content from YouTube videos and playlists.
This skill handles two main workflows:
| Task | Reference | Use When |
|------|-----------|----------|
| Transcripts | references/transcripts.md | User wants captions, subtitles, or text content from a video |
| Music/MP3s | references/mp3-download.md | User wants to download audio, tag MP3s, or build a music library |
# Check available subtitles
yt-dlp --list-subs "YOUTUBE_URL"
# Download auto-generated subtitles
yt-dlp --write-auto-sub --skip-download -o "transcript" "YOUTUBE_URL"
Load references/transcripts.md for the full workflow including VTT-to-text conversion and Whisper fallback.
# Check playlist info
ytmp3 info "YOUTUBE_URL"
# Download playlist
ytmp3 download "YOUTUBE_URL"
Load references/mp3-download.md for the full tagging and organization workflow.
brew install yt-dlp)brew install eye-d3, needed for MP3 workflow)Based on the user's request:
references/transcripts.mdreferences/mp3-download.mdIf unclear, ask the user what they want to do with the YouTube content.
development
Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.
development
Review UI for visual consistency, layout structure, and design system compliance. Two modes — code review (check view files against patterns) and visual audit (screenshot all routes and analyze). Use when reviewing UI code, checking consistency, auditing views, or when user says "review the UI", "check consistency", "UI audit", "design review".
tools
Improves typography by fixing font choices, hierarchy, sizing, weight, and readability so text feels intentional. Use when the user mentions fonts, type, readability, text hierarchy, sizing looks off, or wants more polished, intentional typography.
tools
Interact with Todoist via MCP. Use when adding tasks, listing tasks, marking complete, or managing projects.