Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/digitalsamba/claude-code-video-toolkit/skillsgit clone --depth 1 https://github.com/digitalsamba/claude-code-video-toolkitWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/digitalsamba/claude-code-video-toolkit/skills)<a href="https://agentmods.dev/commands/digitalsamba/claude-code-video-toolkit/skills"><img src="https://agentmods.dev/badge/commands/digitalsamba/claude-code-video-toolkit/skills.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00007 | $0.01540 |
| Opus 5 | $0.00003 | $0.00770 |
| Sonnet 5 | $0.00001 | $0.00308 |
| Haiku 4.5 | $0.00001 | $0.00154 |
Grade A, and why
skills scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 299 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skills
List installed skills and their status, or create new skills.
Entry Point
On invocation, scan skills and present:
Step 1: Scan Skills
1. Glob .claude/skills/*/SKILL.md
2. For each skill:
- Read SKILL.md frontmatter for metadata
- Extract: name, status, description, triggers
- Check for reference.md (detailed docs)
3. Read _internal/toolkit-registry.json for additional metadata
4. Sort by status (stable first), then alphabetically
Step 2: Present Skills
Installed skills:
Stable:
──────
1. **remotion** - Video compositions with React
Triggers: Remotion, video composition, animations, interpolate, spring
2. **elevenlabs** - AI voiceover and audio generation
Triggers: voiceover, TTS, voice cloning, sound effects, music
Beta:
─────
3. **ffmpeg** - Video/audio conversion and processing
Triggers: convert video, resize, compress, extract audio
4. **playwright-recording** - Browser demo capture
Triggers: record demo, browser recording, screenshot
Actions:
→ View skill details: enter number
→ Create new skill: 'new'
→ Check skill maturity: see _internal/ROADMAP.md
Skill Details View
When user selects a skill:
Skill: remotion
Status: stable
Description: Create programmatic videos using React with Remotion
## Triggers
Use this skill when:
- Creating video compositions with React
- Working with Remotion animations (interpolate, spring)
- Rendering videos to MP4/WebM/GIF
- Building frame-by-frame animations
- Using <Sequence>, <Series>, <AbsoluteFill>
## Key Patterns
Animation:
const opacity = interpolate(frame, [0, 30], [0, 1]);
Sequencing:
<Series>
<Series.Sequence durationInFrames={90}>...</Series.Sequence>
</Series>
Media:
<OffthreadVideo src={staticFile('demo.mp4')} />
<Audio src={staticFile('voiceover.mp3')} />
## Files
- .claude/skills/remotion/SKILL.md
- .claude/skills/remotion/reference.md (detailed API docs)
## Related
- elevenlabs (audio generation)
- ffmpeg (asset conversion)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 299 lines · 7 tokens per session scan A a040e4bdca4d
skills is a command published in the GitHub repository digitalsamba/claude-code-video-toolkit (2,041 stars, last pushed 3d ago), licensed MIT. It adds 7 tokens to every session and 1,540 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
qawolf-cli
Manage QA Wolf through the qawolf CLI. Use when asked to create, update, or list coverage requests, bug reports, or maintenance reports; start a run of flows or tags on the QA Wolf platform or read a run's results; list, set, or delete environment variables; manage environments, flows, or tags; request automation of…
cli-anything-web:validate
Validate a cli-anything-web CLI against the tiered quality checklist (Tier 1 critical / Tier 2 comprehensive). Reports per-category and per-tier results.
cli-anything-web:test
Run tests for a cli-anything-web CLI and update TEST.md with results.
cli-anything-web:list
List all available CLI-Anything-Web CLIs (installed and generated).
setup
Set up Poster Maker for first use.
remove-bg
Remove background from an image.