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/voice-clonegit 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.00013 | $0.01868 |
| Opus 5 | $0.00006 | $0.00934 |
| Sonnet 5 | $0.00003 | $0.00374 |
| Haiku 4.5 | $0.00001 | $0.00187 |
Grade A, and why
voice-clone 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 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.
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 — 215 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Voice Clone
Guided workflow to set up Qwen3-TTS voice cloning for a brand. Records or imports reference audio, tests the clone, and saves the profile so --brand loads it automatically.
Step 1: Check Dependencies
Verify the environment is ready:
1. Check .env for RUNPOD_API_KEY
- If missing: "Add `RUNPOD_API_KEY=your_key` to `.env`"
2. Check .env for RUNPOD_QWEN3_TTS_ENDPOINT_ID
- If missing and API key exists: offer to run `uv run tools/qwen3_tts.py --setup`
- If API key also missing: guide user to add it first
3. Only proceed once both are confirmed
Use Grep to check .env for both keys. If the endpoint is missing but the API key exists, offer to run setup automatically.
Step 2: Choose Brand
Scan for available brands:
1. Glob brands/*/brand.json
2. For each brand, check if voice.json exists and has a qwen3.clone section
3. Present list:
Available brands:
1. default — no clone profile
2. digital-samba — clone configured (assets/voice-reference.m4a)
Which brand should this voice clone be saved to?
If the selected brand already has a clone profile, show the existing config and ask:
- Test existing clone — generate a sample to hear it
- Replace — record/import new reference audio
- Cancel — exit
Step 3: Record or Provide Reference Audio
Present a reference script for the user to read aloud. The script should be ~15-20 seconds and include varied intonation:
Suggested script to read aloud (~15 seconds):
"Welcome to this video walkthrough. Today we'll explore some exciting
new features — including improved performance, better accessibility,
and a redesigned dashboard. There's a lot to cover, so let's take it
step by step and get started!"
Options:
1. I'll record this script (provide the file path when ready)
2. I have my own audio sample
3. Use an existing file (enter path)
Read it at the pace you want the clone to narrate at. The clone inherits its speaking rate from the reference, and temperature/regeneration cannot correct pace afterwards — a short, snappy reference reliably produces rushed (170-210 wpm) narration on every take.
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 · 215 lines · 13 tokens per session scan A 02c853057892
voice-clone is a command published in the GitHub repository digitalsamba/claude-code-video-toolkit (2,035 stars, last pushed 2d ago), licensed MIT. It adds 13 tokens to every session and 1,868 once invoked, about $0.0001 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
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.