openclaw / youtube-pro
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/youtube-pro && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1247" && unzip -o skill.zip -d .claude/skills/youtube-pro && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/youtube-pro/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Advanced YouTube analysis, transcripts, and metadata extraction.
0 views
0 installs
Skill Content
---
name: youtube-pro
description: Advanced YouTube analysis, transcripts, and metadata extraction.
metadata: {"clawdbot":{"emoji":"📺"}}
---
# YouTube Pro (Miss Kim Edition)
Deep dive into YouTube content. Uses `summarize` for transcripts and `web_fetch` for metadata.
## Workflow
### 1. Fast Summary / Transcript
Use the built-in `summarize` tool:
- **Summary**: `summarize "URL"`
- **Transcript**: `summarize "URL" --youtube auto --extract-only`
### 2. Video Intelligence (Miss Kim analysis)
When the Master wants to "analyze" a video:
- Fetch transcript via `summarize`.
- Use `gemini` (MiniPC) to analyze the core message, audience sentiment (via comments if available), and practical takeaways.
### 3. Audio/Frame Extraction (Optional)
If frames or audio are needed:
- Use `yt-dlp` (MiniPC) to download specific segments.
- Use `ffmpeg` to extract frames for visual analysis.
## Protocol
- **Brevity**: Summarize long transcripts into "핵심 요약 5줄" first.
- **Actionable**: Always add a "미스 김의 제언" (Miss Kim's Suggestion) at the end.
- **Links**: Always include the source link with timestamps for key moments.