Extract Youtube Transcript
Extract transcript text from YouTube videos automatically
clawhub install extract-youtube-transcriptFetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install youtube-transcript # Then just tell Claude: "use YouTube Transcript to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install youtube-transcript
This Skill is compatible with the OpenClaw standard. After installation, a SKILL.md file is auto-generated, usable by any OpenClaw-compatible AI Agent (Claude Code, Cursor, Windsurf, etc.).
python3 scripts/fetch_transcript.py <video_id_or_url> [languages]
python3 scripts/fetch_transcript.py dQw4w9WgXcQ
python3 scripts/fetch_transcript.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
python3 scripts/fetch_transcript.py dQw4w9WgXcQ "fr,en,de"
video_id, title, author, full_text, and timestamped transcript array.fetch_transcript.py with video ID or URLfull_text field as neededen, fr, de, es, it, pt, nlpython3 scripts/fetch_transcript.py VIDEO_ID "ja,ko,zh"clawhub run youtube-transcript --url "https://www.youtube.com/watch?v=example" --lang zh --summarize trueDownload videos, audio, subtitles, and clean paragraph-style transcripts from YouTube and any other yt-dlp supported site. Use when asked to “download this video”, “save this clip”, “rip audio”, “get subtitles”, “get transcript”, or to troubleshoot yt-dlp/ffmpeg and formats/playlists.
clawhub install video-transcript-downloader