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/setupgit 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.00015 | $0.04091 |
| Opus 5 | $0.00008 | $0.02046 |
| Sonnet 5 | $0.00003 | $0.00818 |
| Haiku 4.5 | $0.00002 | $0.00409 |
Grade C, and why
setup scanned grade C with 2 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 yesterday.
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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
- **uv**: `uv --version`. If missing: "Install with `curl -LsSf https://astral.sh/uv/install.sh | sh` (macOS/Linux) or `powershell -c \"irm https://astral.sh/uv/install.ps1 | iex\"` (Windows) — manages Python and all too Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- **uv**: `uv --version`. If missing: "Install with `curl -LsSf https://astral.sh/uv/install.sh | sh` (macOS/Linux) or `powershell -c \"irm https://astral.sh/uv/install.ps1 | iex\"` (Windows) — manages Python and all too How it starts
The opening of the file, as written. The whole thing — 519 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Setup
Interactive setup wizard for new users. Checks prerequisites, guides cloud GPU and storage configuration, deploys AI tools, and verifies everything works. Idempotent — safe to run again to add features or verify configuration.
Key Principles
- Progressive disclosure — one phase at a time, explain before asking
- Cost transparency — always state what's free and what costs money before any action
- Idempotent — check what's already configured, skip completed steps
- Test after each step — don't just save keys, verify they work
- Skippable — every phase can be skipped, user can return later
- Claude Code native — use bash tools to check, configure, and verify. This IS the setup wizard.
Entry Point
On invocation, assess current state and adapt:
Step 1: Detect Current State
1. Check .env exists — if not, create from .env.example
2. Read current .env values (which keys are set vs placeholder)
3. Check prerequisites: node --version, uv --version, ffmpeg -version
4. Check Python deps: uv run python -c "import dotenv; import requests"
5. Check Modal CLI: uv run modal --version (if installed)
6. Check for existing Modal apps: uv run modal app list (if authenticated)
7. Summarize what's ready vs what needs setup
Step 2: Present Current State
Show a clear status overview before asking anything:
Toolkit Setup
Prerequisites:
[check] Node.js 20.x
[check] Python 3.12
[check] FFmpeg 7.1
[check] Python deps installed (uv)
Cloud GPU: Not configured
File transfer: Not configured (using free fallback services)
Voice: Not configured
ElevenLabs: Not configured (optional, paid)
Let's get you set up! We'll go through each feature one at a time.
You can skip any step and come back later with /setup.
If everything is already configured, show status and offer to verify/test:
Toolkit Setup — All Configured
Cloud GPU: Modal (7 tools deployed)
File transfer: Cloudflare R2 (bucket: video-toolkit)
Voice: Qwen3-TTS (speaker: Ryan)
ElevenLabs: Configured
Everything looks good! Want me to run a quick verification test?
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.
- yesterday First seen · 519 lines · 15 tokens per session scan C 9baceb3d2d64
setup is a command published in the GitHub repository digitalsamba/claude-code-video-toolkit (2,027 stars, last pushed 4d ago), licensed MIT. It adds 15 tokens to every session and 4,091 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
qawolfCliRunResults.template
How to use what qawolf run get --run-id --json returns, and how to read the Playwright trace it links to.
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).
remove-bg
Remove background from an image.