Agent skill · Media & Video

video-digest

Triage new videos, generate watch recommendations

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill video-digest --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/analysis/video-digest/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-digest Intelligently triage new videos from subscribed YouTube channels, process selectively based on relevance, and generate a daily digest with watch recommendations. ## Usage ``` /video-digest # Full triage and processing /video-digest --triage-only # Score videos without processing /video-digest --report # Show current queue status /video-digest --watched <video> # Mark video as watched (removes from queue) ``` ## Examples ``` /video-digest /video-digest --triage-only /video-digest --watched "YouTube - AI Security Patterns" ``` ## Model Strategy | Phase | Model | Rationale | | ----------------- | ------ | ------------------------ | | RSS fetch | Haiku | Simple data extraction | | Title/desc triage | Haiku | Fast relevance scoring | | Worth Processing | Sonnet | Full transcript analysis | | Quick Capture | Haiku | Brief summary only | | Digest generation | Sonnet | Quality recommendations | ## Instructions ### Phase 1: Gather New Videos **Model:** Haiku (parallel subagents) 1. **Read subscriptions** from `.claude/subscriptions.yaml` 2. **For each channel** (in parallel), fetch RSS feed: ``` https://www.youtube.com/feeds/videos.xml?channel_id={{channel_id}} ``` Use `WebF

What's inside
Steps it walks through
  1. Usage
  2. Examples
  3. Model Strategy
  4. Instructions
  5. Phase 1: Gather New Videos
  6. Phase 2: Rapid Triage
  7. Phase 3: Selective Processing
  8. Phase 4: Queue Management
  9. Phase 5: Generate Digest
  10. Phase 6: Update State
  11. Handling --watched Flag
  12. Handling --report Flag
  13. Handling --triage-only Flag
  14. Quality Standards
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the video-digest skill do?

Triage new videos, generate watch recommendations

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill video-digest --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