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/tandryukha/aidemo/agents-mdgit clone --depth 1 https://github.com/tandryukha/aidemoWrote 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/tandryukha/aidemo/agents-md)<a href="https://agentmods.dev/instructions/tandryukha/aidemo/agents-md"><img src="https://agentmods.dev/badge/instructions/tandryukha/aidemo/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 | $0.02287 | $0.02287 |
| Opus 5 | $0.01144 | $0.01144 |
| Sonnet 5 | $0.00457 | $0.00457 |
| Haiku 4.5 | $0.00229 | $0.00229 |
Grade A, and why
aidemo 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 4d 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 — 136 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Working on aidemo — guide for coding agents
You are working on the demo engine, not just using it. The README explains what aidemo is and why it's built this way; CONTRIBUTING.md covers process (DCO sign-off, PR expectations, CI policy). If this file contradicts them, they win.
Mental model: storyboard.json (script + per-scene voice/music plan +
browser action-spec) → voice (OpenAI TTS) → record (deterministic replay in
real Chrome, injected cursor, timeline) → captions (Whisper word timing) →
compose (ffmpeg: trim idle, sync to narration, zoom, cards, mux) →
output/final-demo.mp4.
Commands
| Task | Command |
|---|---|
| Install | npm install — Node 20+, system Chrome, ffmpeg+ffprobe on PATH (no Playwright browser download) |
| Type check | npm run typecheck |
| Fixture server | node examples/local-demo/serve.mjs (port 8787) |
| E2E smoke test | node bin/aidemo.mjs render examples/local-demo --headless |
| Dry-run actions only | node bin/aidemo.mjs probe examples/local-demo --headless |
| One pipeline stage | node bin/aidemo.mjs voice|record|captions|compose <dir> |
| Screenshot stills | node bin/aidemo.mjs stills <dir> — extract named PNGs from an existing take (also auto-runs in render when the storyboard has still markers) |
| Golden regression check | node bin/aidemo.mjs probe <dir> --update-golden (write baseline) / --golden (CI guard, non-zero exit on drift) |
| Multi-language matrix | node bin/aidemo.mjs render <dir> --langs de,fr — one take → N locales (also --lang on voice/captions/compose) |
| Personalized variants | node bin/aidemo.mjs render <dir> --variants variants.json (or --param k=v) |
| Always-fresh embed snippets | node bin/aidemo.mjs embed <dir> — stable raw-GitHub URLs for READMEs/PRs |
| CI render (consumers) | uses: tandryukha/aidemo@stable (composite action, action.yml) — see docs/CI.md |
| MCP server (agent interface) | node bin/aidemo.mjs mcp — stdio; smoke test: npm run mcp-smoke (needs Chrome) |
| Print authoring guide | node bin/aidemo.mjs guide |
| Environment check | node bin/aidemo.mjs doctor |
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.
- 4d ago First seen · 136 lines · 2,287 tokens per session scan A e608030898ef
aidemo AGENTS.md is an instructions file published in the GitHub repository tandryukha/aidemo (5 stars, last pushed today), licensed MIT. It adds 2,287 tokens to every session, about $0.0114 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
agent-demo-studio AGENTS.md
AGENTS.md instructions for khajaaijaz26/agent-demo-studio, covering video-production rules for ai agents, never create blindly and build from the plan.
agent-demo-studio CLAUDE.md
Claude Code instructions for khajaaijaz26/agent-demo-studio: Read and follow AGENTS.md. In particular, every video request is plan-first: create and persist requirements, visual direction, a timed storyboard, a resource/provenance list, workflow, assumptions, and QA gates before generating media or rendering.
agentic-product-demo AGENTS.md
AGENTS.md instructions for Alexwtlf/agentic-product-demo, covering agentic product demo, read the skill first, commands, things that will not be obvious from the code and layout.
agentic-product-demo CLAUDE.md
Claude Code instructions for Alexwtlf/agentic-product-demo: This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
demo-vid-mcp AGENTS.md
AGENTS.md instructions for sandraschi/demo-vid-mcp, covering agents.md — demo-vid-mcp, what this does, key files, ports and quick start.
demo-vid-mcp CLAUDE.md
Claude Code instructions for sandraschi/demo-vid-mcp, covering claude.md — demo-vid-mcp, entry points and standards.