video-digest
Triage new videos, generate watch recommendations
npx skills add majiayu000/claude-skill-registry --skill video-digest --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /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
- Usage
- Examples
- Model Strategy
- Instructions
- Phase 1: Gather New Videos
- Phase 2: Rapid Triage
- Phase 3: Selective Processing
- Phase 4: Queue Management
- Phase 5: Generate Digest
- Phase 6: Update State
- Handling --watched Flag
- Handling --report Flag
- Handling --triage-only Flag
- Quality Standards
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.
