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/vericontext/vibeframe/agents-mdgit clone --depth 1 https://github.com/vericontext/vibeframeWhat 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.02340 | $0.02340 |
| Opus 5 | $0.01170 | $0.01170 |
| Sonnet 5 | $0.00468 | $0.00468 |
| Haiku 4.5 | $0.00234 | $0.00234 |
Grade A, and why
vibeframe 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.
How it starts
The opening of the file, as written. The whole thing — 202 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
VibeFrame is a frontier-video-generation layer for coding agents: CLI-first,
MCP-ready.
It generates video assets on the user's own provider keys (Seedance, Runway,
Veo, Kling) behind dry runs and a hard --max-cost ceiling, delegates scene
composition to upstream Hyperframes, and builds the generation, cost, and
review layer around it.
Repository Shape
Monorepo: Turborepo + pnpm workspaces. ESM. TypeScript strict mode.
Packages:
packages/cli- CLI, built-in agent mode, command implementations.packages/core- Timeline/project primitives and FFmpeg-oriented editing model.packages/ai-providers- Provider registry and provider implementations.packages/mcp-server- MCP wrapper around the CLI, bundled with esbuild.packages/ui- Shared React components.apps/web- Next.js public site.
Architecture:
CLI (Commander.js + Agent) -> Engine (Project state) -> Core (Zustand + FFmpeg) -> AI Providers
Commands
pnpm install && pnpm build # Setup
pnpm test # Run all tests
pnpm lint # Lint (0 errors policy)
pnpm -F @vibeframe/cli test # Single package
Use vibe schema --list and vibe schema <command> as the source of truth for
CLI command availability and parameters.
CLI Shape
Canonical user-facing workflows:
- Project video flow:
init,plan,build,preview,render(edit beats withstoryboard, poll async work withstatus) - One-shot media:
generate,edit,inspect,audio,remix - Automation:
run,agent,schema,context,guide - Setup & hosts:
setup,doctor,host - Lower-level operations:
scene,design,timeline,detect,batch,media,assemble
Do not introduce docs, examples, or agent instructions that use removed
namespaces such as vibe ai, vibe project, vibe export, or vibe pipeline.
Agent Workflow Rules
When invoking VibeFrame commands from an agent context:
- Treat your host's agent loop (Claude Code, Codex, Cursor, or another
coding-agent host) as the outer loop for long-running video work.
VibeFrame should provide video-specific commands, JSON reports, cost gates,
deterministic repair, render inspection, and
nextActions/fixOwnerrecovery contracts, not a competing primary agent loop. - Prefer
--jsonfor structured output. - Run
--dry-runbefore paid or mutating operations when the command supports it. - When a review report includes
nextActions, prefer it over inventing commands: run onlysafeToAutoRun:trueactions automatically, ask beforerequiresConfirmation:true, and treatretryWithas the compatibility fallback. - Use
vibe schema <command>before constructing non-trivial arguments. - Confirm with the user before high/very-high cost operations such as
generate video,edit fill-gaps, and provider-backedremixworkflows. - Use
--stdinfor complex option payloads instead of fragile shell quoting.
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 · 202 lines · 2,340 tokens per session scan A c0172275c0b7
vibeframe AGENTS.md is an instructions file published in the GitHub repository vericontext/vibeframe (165 stars, last pushed 1mo ago), licensed MIT. It adds 2,340 tokens to every session, about $0.0117 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
FableCut CLAUDE.md
Instructions for ronak-create/FableCut, covering fablecut — browser video editor, drivable by claude code, token-efficient editing (important for agents), where the files are, run and how claude code edits a video.
html-video CLAUDE.md
Instructions for nexu-io/html-video, covering html-video 项目工作区, 角色与边界, 产品定位(决策时间线), 关键差异化 vs hyperframes and 目录结构.
FableCut AGENTS.md
Instructions for ronak-create/FableCut, covering working with fablecut, project constraints and mcp entry point.
open-edit 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.
Orkas-VideoStudio AGENTS.md
Instructions for Orkas-AI/Orkas-VideoStudio, covering working with orkasvideostudio (for coding agents), skills and capabilities.
leclap AGENTS.md
Instructions for heristop/leclap, covering agents.md, project overview, repository layout, setup and commands.