Agent skill · Content & Marketing

video-research

Research topics and gather content for video production

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill video-research-az9713-whatsapp-claude-old --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: -mcp__claude-in-chrome__*-WebSearch-WebFetch-Read-Write-Bash
Path: skills/analysis/video-research-az9713-whatsapp-claude-old/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Video Research Skill Research and gather content for video production. ## Research Workflow ``` Topic → Source Discovery → Content Gathering → Asset Collection → Script Outline ``` ## Step 1: Source Discovery ### Find Primary Sources ``` 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 Types to Look For | 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 | ## Step 2: Content Gathering ### For Each Source, Extract: ```markdown ## 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 - Lin

What's inside
Steps it walks through
  1. Research Workflow
  2. Step 1: Source Discovery
  3. Find Primary Sources
  4. Source Types to Look For
  5. Step 2: Content Gathering
  6. For Each Source, Extract:
  7. Step 3: Asset Collection
  8. Download Video Clips
  9. Capture Screenshots
  10. Step 4: Research Output Template
  11. Research Best Practices
Ships with 1 file
  • metadata.json
Commands it runs
Download specific portion of YouTube video
yt-dlp --download-sections "*0:30-1:00" \
Download full video for later editing
yt-dlp -f "bestvideo[height<=1080]+bestaudio" \
More from claude-skill-registry
All skills →
About this skill
What does the video-research skill do?

Research topics and gather content for video production

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill video-research-az9713-whatsapp-claude-old --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going