Install
openclaw skills install youtube-transcript-generatorDownload and generate clean, readable transcripts from any YouTube video. Extracts subtitles (auto-generated or manual), removes timestamps and formatting, a...
openclaw skills install youtube-transcript-generatorDownload clean transcripts from any YouTube video URL.
yt-dlp must be installed (brew install yt-dlp or pip install yt-dlp)Run the bundled script with a YouTube URL:
bash scripts/get_transcript.sh "https://www.youtube.com/watch?v=VIDEO_ID"
The script will:
transcript_VIDEO_ID.txt# Save to a specific file
bash scripts/get_transcript.sh "URL" output.txt
# Get transcript WITH timestamps (default: without)
bash scripts/get_transcript.sh "URL" output.txt en timestamps
# Get transcript in a specific language
bash scripts/get_transcript.sh "URL" output.txt fr
yt-dlp downloads the subtitle track (VTT/SRT format)[HH:MM:SS] markers before each line for easy referenceInput: https://www.youtube.com/watch?v=HMTxOecbyPg
Output:
How OpenClaw Runs My Entire Business. I record a podcast episode and that is
literally the only thing I do. Everything else is handled by 13 AI agents
running on a Mac Mini in my office...
brew install yt-dlp (macOS) or pip install yt-dlp.