Extract transcripts and captions from any YouTube video URL using yt-dlp — no audio processing or AI models required.
npx clawhub@latest install openclaw-youtube-transcriptRequirements
OpenClaw YouTube Transcript fetches subtitles and captions directly from YouTube videos using yt-dlp, converting spoken content into plain text without any audio processing or local ML models. Simply provide a YouTube URL and receive a full transcript — supporting both manual captions and YouTube's auto-generated subtitles. Built for OpenClaw agents, it integrates naturally into workflows that need to summarize, analyze, or quote video content.
npx clawhub@latest install openclaw-youtube-transcriptClick the Install button at the top of this page for one-click setup
en, es, fr) where captions are available.Transcripts are fetched directly from YouTube's subtitle/caption tracks via yt-dlp, meaning no speech-to-text models, no audio downloads, and no GPU required.
Works with both creator-uploaded captions and YouTube's automatically generated subtitles, maximising the range of videos that can be transcribed.
Use the --language flag to specify a subtitle language code (e.g. en, es, fr), defaulting to English when not specified.
Transcripts can be printed to stdout for immediate use, or saved to a file with --output transcript.txt for downstream processing.
Transcribe a YouTube video first, then pass the text to an LLM to produce a concise summary — without sitting through the full video.
Extract the full spoken content of a lecture, interview, or tutorial so you can search for specific statements or pull accurate quotes.
Archive subtitles from a video to a local .txt file for reference, translation, or offline analysis using the --output flag.
yt-dlp CLI (required) — Must be installed before first use. Install via brew install yt-dlp (macOS) or apt install yt-dlp (Linux).python3 (required) — Used to run the transcription script.npx clawhub@latest install openclaw-youtube-transcriptRequirements
Log in to write a review
No reviews yet. Be the first to share your experience!