Install
openclaw skills install @yuvadm/youtube-transcriptFetch and save YouTube video transcripts as clean plain text. Use when the user provides a YouTube URL or wants to extract a transcript from a podcast, interview, or talk.
openclaw skills install @yuvadm/youtube-transcriptExtracts clean, deduplicated plain-text transcripts from YouTube videos using yt-dlp.
yt-dlp (must be installed and on PATH)Fetch a transcript and save it to a file:
python3 .pi/skills/youtube-transcript/yt_transcript.py "YOUTUBE_URL" -o transcript.txt
Options:
-l LANG — subtitle language code (default: en)-o FILE — output file path (default: stdout)When the user gives a YouTube URL:
-o <path> to save to a file.