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/katareayush/video-captions/agents-mdgit clone --depth 1 https://github.com/katareayush/video-captionsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/katareayush/video-captions/agents-md)<a href="https://agentmods.dev/instructions/katareayush/video-captions/agents-md"><img src="https://agentmods.dev/badge/instructions/katareayush/video-captions/agents-md.svg" alt="Measured on agentmods" height="20"></a>What 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.1 | $0.00301 | $0.00301 |
| Opus 5 | $0.00151 | $0.00151 |
| Sonnet 5 | $0.00060 | $0.00060 |
| Haiku 4.5 | $0.00030 | $0.00030 |
Grade A, and why
video-captions 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 5d 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
Repo guide
A skills repo, distributed to every agent that reads the Agent Skills standard.
Layout
skills/— the source of truth. PortableSKILL.mdfiles that Claude Code, Codex, Copilot, Cursor, Gemini CLI, OpenCode and Windsurf all read unmodified.plugins/— generated. The Claude Code plugin build, so the existing/plugin install video-captions@katareayushkeeps working. Never edit by hand; runpython3 tools/sync.pyafter changingskills/, and--checkverifies it in CI.install.py— installsskills/into every agent found on the machine.docs/— the docs site (GitHub Pages).
Working on this repo
Edit skills/, then run python3 tools/sync.py. If you change SKILL.md's per-host
| Host | Use | table, check that both tools/sync.py and install.py still collapse it
correctly — they each rewrite that block for their target host.
The Python under skills/video-captions/scripts/ is stdlib-only except faster-whisper,
which setup.py installs at runtime. Keep it that way: the scripts have to run before any
dependency is guaranteed to exist.
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.
- 5d ago First seen · 24 lines · 301 tokens per session scan A ee80744d0f92
video-captions AGENTS.md is an instructions file published in the GitHub repository katareayush/video-captions (8 stars, last pushed 1mo ago), licensed MIT. It adds 301 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-31.
Other instructions, from other repositories
open-edit AGENTS.md
AGENTS.md instructions for veedstudio/open-edit, covering agents.md, to run a video, how the pieces relate, hard rules (do not drift — these protect output quality) and conventions.
open-edit CLAUDE.md
Claude Code instructions for veedstudio/open-edit, a project described as: Open-source, agent-driven editing pipeline: create subtitles, motion graphics, slides, edit and render videos.
markifact-mcp GEMINI.md
Instructions for markifact/markifact-mcp, covering markifact, the 8 tools, discover → inspect → run, connection vs account and reporting workflow.
Version-Sentinel CLAUDE.md
Claude Code instructions for KSEGIT/Version-Sentinel, covering version sentinel, project structure, supported ecosystems, how it works and prerequisites.
Version-Sentinel GEMINI.md
Gemini CLI instructions for KSEGIT/Version-Sentinel, covering version-sentinel (gemini cli extension), how it works, intentional pins, auditing drift and escape hatch.
magi-workflow CLAUDE.md
Instructions for howar31/magi-workflow, covering what this is, slash commands, subagents, project state model and project document tiers.