Extract Youtube Transcript
从 YouTube 视频中提取字幕文本内容
Extract transcript text from YouTube videos automatically
clawhub install extract-youtube-transcriptYouTube 视频转录:获取和总结 YouTube 视频转录内容,支持通过住宅 IP 代理绕过 YouTube 的云 IP 限制。
Fetch 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.
# 安装 Skill(会下载 SKILL.md 到 .claude/skills/) clawhub install youtube-transcript # 之后直接对 Claude 说"用 YouTube Transcript 帮我…"即可
# 同样的安装命令,兼容所有支持 SKILL.md 的 AI 编程工具 clawhub install youtube-transcript
此 Skill 兼容 OpenClaw 标准。 安装后自动生成 SKILL.md 文件,任何支持 OpenClaw 协议的 AI Agent(Claude Code、Cursor、Windsurf 等)均可直接调用。
需注册clawhub账户,使用住宅IP代理绕过YouTube限制
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 trueYouTube 视频下载器:从 YouTube 及其他 yt-dlp 支持的网站下载视频、音频、字幕和转录文本。
Download 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