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/aerovato/container/agents-mdgit clone --depth 1 https://github.com/aerovato/containerWhat 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.00164 | $0.00164 |
| Opus 5 | $0.00082 | $0.00082 |
| Sonnet 5 | $0.00033 | $0.00033 |
| Haiku 4.5 | $0.00016 | $0.00016 |
Grade A, and why
container 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- magic-compact AGENTS.md — 91% identical, 2 lines differ
What it actually says
Container — Agent Instructions
This project uses Operator Memory for durable, agent-maintained documentation (instructions, specs, codebase index).
- Shared instructions:
.operator-shared/operator.md - Shared Project Index (codebase map):
.operator-shared/index/index.md
If you are an agent or contributor working in this repository, installing Operator Memory is strongly recommended to develop effectively.
To install:
# With NPM
npm install --global @aerovato/operator-helper
# With Bun
bun add --global --minimum-release-age 0 @aerovato/operator-helper@latest
# Install OpenCode plugin
operator-helper install opencode
Without Operator installed, read the files listed above manually before making 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.
- 2d ago First seen · 24 lines · 164 tokens per session scan A 329234c17b13
container AGENTS.md is an instructions file published in the GitHub repository aerovato/container (342 stars, last pushed 10d ago), licensed BSD-3-Clause. It adds 164 tokens to every session, about $0.0008 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
OpenHands AGENTS.md
AGENTS.md instructions for OpenHands/OpenHands, covering repository notes, general, repository map — what belongs where, cross-repository boundaries and pr description human check.
ExtremeRouter AGENTS.md
Instructions for rsalmn/ExtremeRouter, covering extremerouter — lead engineer agent, core philosophy, thinking process, critical thinking and coding standards.
Claude-PHP-SDK copilot-instructions.md
Instructions for claude-php/Claude-PHP-SDK, covering copilot instructions for claude php sdk, project goals, architecture & core components, directory structure (to be created) and key architectural patterns.
memctx CLAUDE.md
Instructions for bbhunterpk-ux/memctx: Last session: Database Schema UI Coverage Analysis — COMPLETED Completed: Analyzed database schema to identify all stored fields, Audited ProjectDetail and SessionDetail UI components, Compared API queries against UI display logic Up next: Add token usage display to ProjectDetail…
claude-capsule-kit CLAUDE.md
Instructions for arpitnath/claude-capsule-kit, covering capsule kit v4.0, rules, context system (capsule), wikilink layer and docs.
claude-skills-librechat CLAUDE.md
Instructions for bethanychamberlain/claude-skills-librechat, covering claude.md — librechat-skills development guidance, what this repo is, repo structure, development workflow and skill.md authoring rules.