youtube-transcript
Installation
SKILL.md
YouTube Transcript Downloader
Download transcript from YouTube video, convert to clean plain text.
Workflow
Follow this exact order. Stop and inform the user if any step fails.
Step 1: Verify yt-dlp
command -v yt-dlp
If not found, install:
- macOS:
brew install yt-dlp - Linux:
sudo apt install -y yt-dlp - Fallback:
pip3 install yt-dlp