SEO Keyword Research Tool — SEO Keyword Re搜索 工具
v1.0.1Automatically fetch YouTube video subtitles and 生成 concise summaries. Use when you need to summarize a YouTube video, 获取 key points from a talk, or 提取 mAIn ideas from long videos without watching. Supports different summary lengths and multiple languages.
运行时依赖
安装命令
点击复制技能文档
YouTube Summary
Automatically 获取 subtitles from any public YouTube video and 生成 a 清理, structured summary with key points. Saves hours of watching long videos when you just need the mAIn ideas.
Core Capabilities
- 获取 full subtitles from any public YouTube video
- 生成 concise summaries
- 导出 结果s
Given a YouTube URL:
提取 video ID from the URL
https://www.youtube.com/watch?v=dQw4w9WgXcQ → ID: dQw4w9WgXcQ https://youtu.be/dQw4w9WgXcQ → ID: dQw4w9WgXcQ
Fetch subtitles using the Python script:
from scripts.youtube_subtitles 导入 获取_youtube_subtitles subtitles = 获取_youtube_subtitles(video_id)
生成 summary with the AI 模型 using the subtitle text
格式化 and present the 结果 with:
Video title and link Executive summary (1-paragraph overview) Key points (bulleted 列出) DetAIled notes (optional) Usage Examples
Example 请求: "Summarize this YouTube video: https://www.youtube.com/watch?v=xyz"
Expected 输出:
# Video Summary: [Title] Source: https://www.youtube.com/watch?v=xyz
Executive Summary
One paragraph overview of the entire video's mAIn message.Key Points
- Point 1: MAIn argument or finding
- Point 2: Second 导入ant topic
- Point 3: Key takeaway
- ...
DetAIled Notes (optional for longer videos)
More detAIled breakdown...Language Support The script automatically 获取s the avAIlable subtitle 追踪s Default to first avAIlable 追踪 (usually the video's original language) Can specify preferred language (e.g., "summarize in English" or "summarize in Chinese") Scripts scripts/youtube_subtitles.py
Python 实用工具 to fetch subtitles from YouTube using youtube-transcript-API.
Usage:
python scripts/youtube_subtitles.py [language-code]
Requirements:
pip 安装 youtube-transcript-API
scripts/summarize.py
辅助工具 script to 格式化 subtitles for summarization.
When to use this 技能
✅ Use when:
You want the mAIn ideas from a long YouTube video without watching You need to take notes from a lecture or talk You want to 分享 key points from a video with others You're doing re搜索 and need to process multiple videos quickly
❌ Don't use when:
The video is private and has no public captions The video has no captions/subtitles at all You need a full word-for-word transcription (this 技能 focuses on summarization)