用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/az9713/whatsapp-claude-old --skill video-research命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | video-research |
| description | Research topics and gather content for video production |
| allowed-tools | ["mcp__claude-in-chrome__*","WebSearch","WebFetch","Read","Write","Bash"] |
Research and gather content for video production.
Topic → Source Discovery → Content Gathering → Asset Collection → Script Outline
1. WebSearch for the topic + recent news
2. Look for official announcements, blog posts, demos
3. Find social media discussions (X, Reddit, HN)
4. Identify key people/accounts talking about topic
| Source Type | Value | Example |
|---|---|---|
| Official announcement | Primary facts | Company blog post |
| Demo video | Visual content | YouTube demo |
| Expert commentary | Analysis/opinion | Industry analyst tweet |
| Community discussion | Reactions/context | Reddit/HN threads |
| Documentation | Technical details | GitHub README |
## Source: {Title}
URL: {url}
Type: {announcement/demo/commentary/discussion}
### Key Facts
- Fact 1
- Fact 2
- Fact 3
### Notable Quotes
> "Quote that could be used in video"
### Visual Assets
- Screenshot 1: {description} [timestamp if video]
- Screenshot 2: {description}
### Related Links
- Link 1
- Link 2
# Download specific portion of YouTube video
yt-dlp --download-sections "*0:30-1:00" \
-o "assets/downloads/clip_%(title)s.%(ext)s" \
"{VIDEO_URL}"
# Download full video for later editing
yt-dlp -f "bestvideo[height<=1080]+bestaudio" \
-o "assets/downloads/%(title)s.%(ext)s" \
"{VIDEO_URL}"
1. Use mcp__claude-in-chrome__computer with action: "screenshot"
2. Save to assets/downloads/screenshot_{topic}_{n}.png
3. Note what each screenshot shows for later reference
# Video Research: {Topic}
## Overview
{1-2 sentence summary of the topic}
## Story Arc
1. Hook: {what grabs attention}
2. Context: {background viewers need}
3. Main content: {the meat of the story}
4. Implications: {why it matters}
5. Call to action: {what viewers should do}
## Key Facts
1. {Most important fact}
2. {Second most important}
3. {Third}
## Sources
| Source | Type | URL | Key Content |
|--------|------|-----|-------------|
| {name} | {type} | {url} | {what it provides} |
## Visual Assets Collected
| File | Description | Suggested Use |
|------|-------------|---------------|
| clip1.mp4 | Demo footage | Main section |
| screenshot1.png | UI screenshot | Explanation |
## Suggested Script Outline
### Intro (0:00-0:15)
{hook and topic introduction}
### Section 1 (0:15-0:45)
{first main point}
### Section 2 (0:45-1:15)
{second main point}
### Outro (1:15-1:30)
{conclusion and CTA}