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/contributegit clone --depth 1 https://github.com/digitalsamba/claude-code-video-toolkitWhat 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.00011 | $0.02389 |
| Opus 5 | $0.00005 | $0.01195 |
| Sonnet 5 | $0.00002 | $0.00478 |
| Haiku 4.5 | $0.00001 | $0.00239 |
Grade C, and why
contribute scanned grade C with 1 finding 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 3d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
rm -rf examples/{name}/remotion/public/demos/*.mp4 2>/dev/null How it starts
The opening of the file, as written. The whole thing — 462 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Contribute
Help users contribute improvements back to the toolkit without sharing their private project work.
Entry Point
When invoked, determine the contribution type:
How would you like to contribute?
1. **Report an issue** - Bug, missing feature, or question
2. **Submit an improvement** - PR for command, skill, template, or docs
3. **Share a new skill** - Package domain knowledge you've developed
4. **Share a template** - Generalize a project into a reusable template
5. **Share an example project** - Showcase a real project (configs + scripts, no large media)
Which would you like to do?
Option 1: Report an Issue
I'll help you create a GitHub issue.
What type of issue?
1. 🐛 Bug report
2. 💡 Feature request
3. 📝 Documentation improvement
4. ❓ Question
Describe the issue:
Then generate issue with gh issue create:
gh issue create \
--repo digitalsamba/claude-code-video-toolkit \
--title "Bug: description" \
--body "## Description
[User's description]
## Steps to Reproduce
[If bug]
## Expected Behavior
[If bug]
---
Reported via /contribute command"
Option 2: Submit an Improvement
Step 1: Verify Safety
Let me check what would be shared...
✅ Safe to share:
.claude/commands/video.md (modified)
.claude/skills/ffmpeg/SKILL.md (modified)
❌ Ignored (stays private):
projects/ (your video work)
assets/voices/ (your voice samples)
.env (secrets)
Does this look right?
Step 2: Create Branch & Commit
# Show current status
git status
# Create branch
git checkout -b improve/short-description
# Stage toolkit files only
git add .claude/ templates/ lib/ docs/ _internal/ tools/ brands/default/
# Commit with description
git commit -m "$(cat <<'EOF'
Improve: short description
Longer description of what changed and why.
🤖 Generated with Claude Code
EOF
)"
Step 3: Create PR
gh pr create \
--title "Improve: short description" \
--body "$(cat <<'EOF'
## Summary
What this PR improves.
## Changes
- Change 1
- Change 2
## Testing
How to test the improvement.
---
🤖 Generated with Claude Code
EOF
)"
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.
- 3d ago First seen · 462 lines · 11 tokens per session scan C adeef2da993d
contribute is a command published in the GitHub repository digitalsamba/claude-code-video-toolkit (2,035 stars, last pushed 2d ago), licensed MIT. It adds 11 tokens to every session and 2,389 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
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:list
List all available CLI-Anything-Web CLIs (installed and generated).
cli-anything-web:refine
Refine an existing cli-anything-web CLI by recording additional traffic and expanding command coverage. Invokes the gap-analyzer skill as its first step, then implements missing endpoints.
new-poster
Generate a marketing poster.
setup
Set up Poster Maker for first use.
setup-elevenlabs.es
Command "setup-elevenlabs.es" from minicoohei/ai-agent-camp, covering configuración de la api de elevenlabs, step 0: verificar el progreso de configuración, lo que hará en esta sesión, verificación de preparación and step 1: abrir elevenlabs en el navegador.