youtube

Download and process content from YouTube videos and playlists.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "youtube" with this command: npx skills add steveclarke/dotfiles/steveclarke-dotfiles-youtube

YouTube

Download and process content from YouTube videos and playlists.

Capabilities

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

Quick Start

For Transcripts

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.

For Music/MP3s

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.

Prerequisites

  • yt-dlp — YouTube downloader (install via brew install yt-dlp )

  • eyeD3 — MP3 tagging (install via brew install eye-d3 , needed for MP3 workflow)

Workflow Selection

Based on the user's request:

  • "transcript", "captions", "subtitles", "transcribe", "text from video" → Load references/transcripts.md

  • "download music", "MP3", "playlist", "tag", "album", "music library" → Load references/mp3-download.md

If unclear, ask the user what they want to do with the YouTube content.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

md-to-pdf

No summary provided by upstream source.

Repository SourceNeeds Review
General

bruno-endpoint-creation

No summary provided by upstream source.

Repository SourceNeeds Review
General

feature-requirements

No summary provided by upstream source.

Repository SourceNeeds Review