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/generate-voiceovergit 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.00006 | $0.03025 |
| Opus 5 | $0.00003 | $0.01512 |
| Sonnet 5 | $0.00001 | $0.00605 |
| Haiku 4.5 | $0.00001 | $0.00302 |
Grade A, and why
generate-voiceover 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 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.
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 — 368 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Generate Voiceover
Help me generate a voiceover for a Remotion video project using ElevenLabs or Qwen3-TTS.
Project Integration
Before gathering configuration, check if we're in a project context:
-
Check for active project:
- Look for
project.jsonin current directory or parentprojects/*/ - If found, read it to understand project state
- Look for
-
Check review status: If project has
phase: "review"or noreviewStatuson scenes:⚠️ Scene review not complete. Generating voiceover before review risks: - Narration that doesn't match visuals - Timing mismatches - Wasted API credits if script needs changes Run `/scene-review` first to verify each scene in Remotion Studio. Options: 1. Run /scene-review first (recommended) 2. Generate voiceover anyway (not recommended)Only proceed if user explicitly chooses option 2.
-
Check for per-scene scripts (preferred): Look for
public/audio/scenes/*.txtfiles in the project directory.If found:
I see you're working on: {project.name} Found per-scene scripts in public/audio/scenes/ (recommended): - 01-title.txt (estimate: ~3s) - 02-overview.txt (estimate: ~15s) - 03-demo.txt (estimate: ~20s) - 04-summary.txt (estimate: ~12s) Total estimated: ~50 seconds of narration Options: 1. Generate per-scene audio (recommended) 2. Generate single voiceover file (legacy)Default to option 1 (per-scene) when scene scripts exist.
-
If no scene scripts but VOICEOVER-SCRIPT.md exists:
I see you're working on: {project.name} Script: VOICEOVER-SCRIPT.md (ready) Audio status: ⬜ Not yet generated Options: 1. Split into scene scripts first (recommended for iteration) 2. Generate single voiceover file -
After generation completes:
- Update
project.json:- Set
audio.voiceover.status: "present" - If per-scene, set
audio.voiceover.mode: "per_scene" - Transition
phaseif appropriate (review → audio → editing)
- Set
- Add session entry
- Regenerate project CLAUDE.md
- Update
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 · 368 lines · 6 tokens per session scan A 460d8f807c47
generate-voiceover is a command published in the GitHub repository digitalsamba/claude-code-video-toolkit (2,027 stars, last pushed 4d ago), licensed MIT. It adds 6 tokens to every session and 3,025 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
generate-video
Generate videos using Veo 3.1 Fast via Replicate with polling.
generate-image
Generate images using Nano Banana Pro via Replicate.
transcribe
Transcribe audio from video/audio files using Deepgram API.
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.