Agent skill · Media & Video

youtube-comment-analysis

Use when user requests YouTube comments. Run standalone for comment analysis or sequential with youtube-to-markdown for cross-analysis with video summary.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill youtube-comment-analysis-vre-flow-state --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: -Bash-Read-Write-Task-AskUserQuestion-Skill
Path: skills/analysis/youtube-comment-analysis-vre-flow-state/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

# YouTube Comment Analysis Execute all steps sequentially without asking for user approval. Use TodoWrite to track progress, update Todolist. ## Step 0: Check for video summary Check if `<output_directory>/youtube - * ({video_id}).md` exists. If found, use it for context in later steps. ## Step 1: Extract comments ```bash python3 ./extract_comments.py "<YOUTUBE_URL>" "<output_directory>" ``` Creates: youtube_{VIDEO_ID}_name.txt, youtube_{VIDEO_ID}_comments.md ## Step 2: Prefilter comments ```bash python3 ./prefilter_comments.py "<output_directory>/${BASE_NAME}_comments.md" "<output_directory>/${BASE_NAME}_comments_prefiltered.md" ``` Creates: youtube_{VIDEO_ID}_comments_prefiltered.md ## Step 3: Extract Insightful Comments task_tool: - subagent_type: "general-purpose" - model: "sonnet" - prompt: ``` SUMMARY: "<output_directory>/youtube - * ({video_id}).md" if exists INPUT: <output_directory>/${BASE_NAME}_comments_prefiltered.md OUTPUT: <output_directory>/${BASE_NAME}_comment_insights.md Detect video type from SUMMARY: - TIPS: gear reviews, rankings, practical advice - INTERVIEW: podcasts, conversations, Q&A - EDUCATIONAL: concept explanations, analysis - TUTORIAL: step-by-step inst

What's inside
Steps it walks through
  1. Step 0: Check for video summary
  2. Step 1: Extract comments
  3. Step 2: Prefilter comments
  4. Step 3: Extract Insightful Comments
  5. Step 4: Review and tighten comment insights
  6. Step 5: Finalize
Ships with 1 file
  • metadata.json
Commands it runs
python3 ./extract_comments.py "<YOUTUBE_URL>" "<output_directory>"
python3 ./prefilter_comments.py "<output_directory>/${BASE_NAME}_comments.md" "<output_directory>/${BASE_NAME}_comments_prefiltered.md"
python3 ./finalize_comments.py "${BASE_NAME}" "<output_directory>"
More from claude-skill-registry
All skills →
About this skill
What does the youtube-comment-analysis skill do?

Use when user requests YouTube comments. Run standalone for comment analysis or sequential with youtube-to-markdown for cross-analysis with video summary.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill youtube-comment-analysis-vre-flow-state --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