youtube-transcribe-skill
Originally fromfeiskyer/claude-code-settings
Installation
SKILL.md
YouTube Transcript Extraction
Extract subtitles/transcripts from a YouTube video URL and save them as a local file.
Input YouTube URL: $ARGUMENTS
Step 1: Verify URL and Get Video Information
-
Verify URL Format: Confirm the input is a valid YouTube URL (supports
youtube.com/watch?v=oryoutu.be/formats). -
Get Video Information:
- If
yt-dlpis available, preferyt-dlp --get-title "[VIDEO_URL]". - If using browser automation, extract the title from the page (via snapshot or
document.title) for file naming.
- If
Step 2: CLI Quick Extraction (Priority Attempt)
Use command-line tools to quickly extract subtitles.