video-captions AGENTS.md

video-captions AGENTS.md is an instructions file for Claude Code, Codex, OpenCode from katareayush/video-captions. It costs 301 tokens per session, scanned A, original, MIT.

A repository instruction file for the video-captions project. It explains the project layout and how contributors should update, synchronize, install, and verify its agent skills.

In plain words
What is it for?
Use it when modifying the video-captions skills repository, especially its skill files, synchronization scripts, or installation process.
Why use it?
It gives coding agents the project-specific rules they need to avoid editing generated files or breaking installation and verification.

Instructions file for Claude CodeCodexOpenCode

Written for Claude Code and Codex and OpenCode: Claude Code plugin machinery, but also the file is AGENTS.md. Also seen: mentions Claude Code; mentions Codex; mentions Gemini CLI.

Install

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.

agentmods
npx agentmods add instructions/katareayush/video-captions/agents-md
Clone the repo
git clone --depth 1 https://github.com/katareayush/video-captions

Made for: Claude Code, Codex, OpenCode.

Wrote 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.

agentmods badge for video-captions AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/katareayush/video-captions/agents-md.svg)](https://agentmods.dev/instructions/katareayush/video-captions/agents-md)
Your own site
<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>
Per session 301 This file is loaded in full into every session.
When invoked 301 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash ee80744d0f92, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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.

AGENTS.md · 24 lines

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. Portable SKILL.md files 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@katareayush keeps working. Never edit by hand; run python3 tools/sync.py after changing skills/, and --check verifies it in CI.
  • install.py — installs skills/ 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.

Changes

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.

  1. 5d ago First seen · 24 lines · 301 tokens per session scan A ee80744d0f92

Subscribe to this mod's changes

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.