Loading...
Loading...
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 skill4agent add steveclarke/dotfiles youtube| Task | Reference | Use When |
|---|---|---|
| Transcripts | | User wants captions, subtitles, or text content from a video |
| Music/MP3s | | 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"references/transcripts.md# Check playlist info
ytmp3 info "YOUTUBE_URL"
# Download playlist
ytmp3 download "YOUTUBE_URL"references/mp3-download.mdbrew install yt-dlpbrew install eye-d3references/transcripts.mdreferences/mp3-download.md