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/ezocomp118-source/twiko/agents-mdgit clone --depth 1 https://github.com/ezocomp118-source/twikoWrote 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/ezocomp118-source/twiko/agents-md)<a href="https://agentmods.dev/instructions/ezocomp118-source/twiko/agents-md"><img src="https://agentmods.dev/badge/instructions/ezocomp118-source/twiko/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.00247 | $0.00247 |
| Opus 5 | $0.00123 | $0.00123 |
| Sonnet 5 | $0.00049 | $0.00049 |
| Haiku 4.5 | $0.00025 | $0.00025 |
Grade A, and why
twiko 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 3d 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.
What it actually says
AGENTS.md
- This is a public repository: assume all tracked content and diffs are public. Never commit secrets,
.envfiles, private URLs, personal/customer data, or real production data; use fake placeholders. Reviewgit statusand the staged diff before committing, and never force-add ignored files. If private data appears, stop and alert the maintainer. - Twiko targets web, Electron desktop, and Expo mobile; Electron hosts the web UI. Consider every surface when changing features or contracts.
- Prefer shared packages for domain logic, contracts, API behavior, and reusable UI. Keep genuinely native navigation, storage, permissions, and interactions platform-specific.
- Treat auth, secret handling, sandbox boundaries, host commands, and integrations as security-sensitive. Keep tests deterministic and offline by default.
- After creating a pull request, stay with it until CI and automated review bots have finished. Poll checks, reviews, review threads, and PR comments at roughly 60-second intervals; passing checks alone do not mean the review is complete. Address every actionable issue, push the fixes, and repeat the review cycle until no actionable feedback remains. Do not merge while review bots are still pending or review issues remain unresolved.
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.
- 3d ago First seen · 8 lines · 247 tokens per session scan A 7d8dec9dc3d8
twiko AGENTS.md is an instructions file published in the GitHub repository ezocomp118-source/twiko (2 stars, last pushed 9d ago), licensed Apache-2.0. It adds 247 tokens to every session, about $0.0012 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
LobsterAI AGENTS.md
AGENTS.md instructions for netease-youdao/LobsterAI, covering agents.md, instruction scope, project snapshot, cowork vs openclaw and commands.
LobsterAI CLAUDE.md
Claude Code instructions for netease-youdao/LobsterAI, a project described as: Open-source, desktop-grade AI agent that gets real work done — data analysis, slides, docs, video & web research. Built on OpenClaw; runs tools on your real desktop and takes commands from your phone via WeChat, Feishu, DingTalk & Telegram.
orbit CLAUDE.md
Claude Code instructions for schmitech/orbit, covering claude.md, project overview, commands, setup and running the server.
flock AGENTS.md
AGENTS.md instructions for duckbugio/flock: Канонические инструкции для ВСЕХ кодинг-агентов: Claude Code (через симлинк CLAUDE.md → AGENTS.md), Codex, Cursor, Gemini CLI и любых будущих.
hivekeep CLAUDE.md
Instructions for MarlBurroW/hivekeep, covering hivekeep, documentation map, tech stack, key conventions and naming.
hope-agent AGENTS.md
AGENTS.md instructions for shiwenwen/hope-agent, covering hope agent, 安全红线, 提交前检查(强制), 分支与发布 and 设置约定.