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 instructions/digitalsamba/claude-code-video-toolkit/agents-mdgit 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.00298 | $0.00298 |
| Opus 5 | $0.00149 | $0.00149 |
| Sonnet 5 | $0.00060 | $0.00060 |
| Haiku 4.5 | $0.00030 | $0.00030 |
Grade A, and why
claude-code-video-toolkit AGENTS.md 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 2d 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.
What it actually says
AGENTS.md
This is the claude-code-video-toolkit — an AI-native video production workspace. It's built around Claude Code and CLAUDE.md, with experimental bridges to other agent runtimes.
For full toolkit guidance — workflow, conventions, timing rules, design patterns, tool catalog — read CLAUDE.md. Everything in there applies equally to a Codex (or other-agent) session.
Codex setup
If you're using this repo from Codex, run the migration script once to install the toolkit's skills under ~/.codex/skills/:
uv run scripts/migrate_to_codex.py --force
That installs 25 entries (11 toolkit skills + 13 command wrappers + 1 overview). The script can also sync the full CLAUDE.md content into a generated block at the end of this file — re-run --force after editing CLAUDE.md to keep the synced block fresh. Manual content above the generated block (i.e. everything you're reading now) is preserved.
To uninstall:
uv run scripts/migrate_to_codex.py --reset
See README.md § Using with Codex for details.
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.
- 2d ago First seen · 24 lines · 298 tokens per session scan A 55f6f927a7e1
claude-code-video-toolkit AGENTS.md is an instructions file published in the GitHub repository digitalsamba/claude-code-video-toolkit (2,035 stars, last pushed yesterday), licensed MIT. It adds 298 tokens to every session, about $0.0015 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 instructions, from other repositories
echook-promo-video CLAUDE.md
Instructions for ChanMeng666/echook-promo-video, covering claude.md - project guidelines for claude code, project overview, tech stack, key commands and architecture.
playwriter AGENTS.md
Instructions for remorses/playwriter, covering backward compatibility, architecture, development, running mcp locally and running cli locally.
dev-browser AGENTS.md
Instructions for SawyerHood/dev-browser, covering claude.md, tooling and validation.
claude-faceless-shorts-creator CLAUDE.md
Instructions for hassancs91/claude-faceless-shorts-creator, covering claude.md — claude-faceless-shorts-creator, layout and conventions (hard rules).
react-redux-boilerplate AGENTS.md
Instructions for marcoturi/react-redux-boilerplate, covering agents.md, project overview, setup commands, testing and linting, formatting, and type checking.
clearcote-browser AGENTS.md
Instructions for clearcotelabs/clearcote-browser, covering agents.md — guide for contributors (human and automated), what this project is, repository layout, conventions and common commands.