Search YouTube videos on any topic, extract English subtitles, and generate detailed summaries with key topics, quotes, and timestamps.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install tube-summary或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install tube-summary⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/tube-summary/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: tube-summary description: Search YouTube for videos on any topic and get intelligent summaries from video subtitles. Use when you need to: (1) Find and preview YouTube videos on a subject, (2) Get a detailed description of what a video covers based on its actual content, (3) Quickly understand video topics without watching. Workflow: search YouTube → pick a video → extract and summarize subtitles. ---
Search YouTube for videos on any topic, then extract and summarize their content using subtitles.
When asked about a topic, search YouTube and list the top 10 results:
python3 scripts/youtube-search.py "your search query"
This returns a numbered list of videos with titles, channels, and view counts.
The user selects one video by number (e.g., "3" for the third video).
Extract English subtitles from the selected video using yt-dlp:
yt-dlp --write-subs --sub-langs en --skip-download "VIDEO_URL"
This creates a .en.vtt subtitle file without downloading the video.
Use the subtitle processor to analyze and summarize:
python3 scripts/process-subtitles.py "path/to/subtitle-file.vtt"
This generates:
youtube-search.py "" → Display top 10 videosyt-dlp --write-subs --sub-langs en --skip-download "URL"process-subtitles.py "subtitle.vtt"yt-dlp (install: pip install yt-dlp)requests (for YouTube search fallback)User: "Tell me about Rust programming language"
→ Search returns 10 videos about Rust
User: "Summarize video 3"
→ Downloads subtitles from video 3
→ Processes and returns detailed summary安装 tube-summary 后,可以对 AI 说这些话来触发它
Help me get started with tube-summary
Explains what tube-summary does, walks through the setup, and runs a quick demo based on your current project
Use tube-summary to search YouTube videos on any topic, extract English subtitles, and ...
Invokes tube-summary with the right parameters and returns the result directly in the conversation
What can I do with tube-summary in my data & analytics workflow?
Lists the top use cases for tube-summary, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/tube-summary/ 目录(个人级,所有项目可用),或 .claude/skills/tube-summary/(项目级)。重启 AI 客户端后,用 /tube-summary 主动调用,或让 AI 根据上下文自动发现并使用。
tube-summary 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
tube-summary 可免费安装使用。请查阅仓库了解许可证信息。
Search YouTube videos on any topic, extract English subtitles, and generate detailed summaries with key topics, quotes, and timestamps.
tube-summary 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using tube-summary
Identifies repetitive steps in your workflow and sets up tube-summary to handle them automatically