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/maxzoa/1cent/agents-mdgit clone --depth 1 https://github.com/maxzoa/1centWhat 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.00256 | $0.00256 |
| Opus 5 | $0.00128 | $0.00128 |
| Sonnet 5 | $0.00051 | $0.00051 |
| Haiku 4.5 | $0.00026 | $0.00026 |
Grade A, and why
1cent 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 yesterday.
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
1cent agent rules
- Scope: this directory and NAS project
/volume1/docker/1centonly. - Public production is Base Mainnet
eip155:8453, Base USDC, PayAI and seller address configured by the owner. Never change those values without a new explicit owner instruction. - Never execute a payment merely to test deployment. Unpaid REST/MCP smoke is the default.
- Never request, print, store or transmit buyer/seller seed phrases or private keys.
- Buyer signing stays client-side. Seller private key must not exist on the server.
- Before production deploy: fresh PostgreSQL backup, full checks, rollback artifact and unpaid smoke.
- Preserve UNKNOWN no-retry, payment identifier/fingerprint idempotency, emergency pause, rate limits, concurrency, SSRF protection, monitoring and automatic rollback.
- Never use Docker socket or global
--remove-orphans; do not touch unrelated containers. - No web admin, browser automation, paywall/CAPTCHA bypass or access-control bypass.
- Diagnose before patch. Keep SSRF, payment and production gates fail-closed.
- Never expose
.env, payment signatures, Telegram tokens, API tokens or private evidence in logs, Git, reports or chat.
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.
- yesterday First seen · 17 lines · 256 tokens per session scan A 747fef8d7286
1cent AGENTS.md is an instructions file published in the GitHub repository maxzoa/1cent (0 stars, last pushed 14d ago), licensed Apache-2.0. It adds 256 tokens to every session, about $0.0013 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
mcpelevator CLAUDE.md
Instructions for pacnpal/mcpelevator, covering commands, architecture, conventions, agent skills and issue tracker.
mcpelevator AGENTS.md
Instructions for pacnpal/mcpelevator, covering commands, architecture and conventions.
maple-procure CLAUDE.md
Claude Code instructions for samarpassey/maple-procure, covering mapleprocure, commands, read these when and repo conventions.
mcp-sql-server AGENTS.md
AGENTS.md instructions for harryvaldez/mcp-sql-server, covering agents, project snapshot, fast start, architecture boundaries and non-negotiable guardrails.
reed AGENTS.md
AGENTS.md instructions for simonives/reed, covering reed — agent context, scope, precedence, instructions and conventions.
reed CLAUDE.md
Claude Code instructions for simonives/reed, covering reed — claude context, scope, precedence, instructions and conventions.