youtube-transcribe-skill

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

  1. Verify URL Format: Confirm the input is a valid YouTube URL (supports youtube.com/watch?v= or youtu.be/ formats).

  2. Get Video Information:

    • If yt-dlp is available, prefer yt-dlp --get-title "[VIDEO_URL]".
    • If using browser automation, extract the title from the page (via snapshot or document.title) for file naming.

Step 2: CLI Quick Extraction (Priority Attempt)

Use command-line tools to quickly extract subtitles.

Related skills

More from feiskyer/codex-settings

Installs
66
GitHub Stars
191
First Seen
Jan 23, 2026