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/cyborg-garden/hermes-agent-mt/agents-mdgit clone --depth 1 https://github.com/cyborg-garden/hermes-agent-mtWhat 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.18244 | $0.18244 |
| Opus 5 | $0.09122 | $0.09122 |
| Sonnet 5 | $0.03649 | $0.03649 |
| Haiku 4.5 | $0.01824 | $0.01824 |
Grade A, and why
hermes-agent-mt 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.
This is a copy
89% identical to hermes-agent AGENTS.md — 346 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 1,434 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hermes Agent - Development Guide
Instructions for AI coding assistants and developers working on the hermes-agent codebase.
Never give up on the right solution.
What Hermes Is
Hermes is a personal AI agent that runs the same agent core across a CLI, a messaging gateway (Telegram, Discord, Slack, and ~20 other platforms), a TUI, and an Electron desktop app. It learns across sessions (memory + skills), delegates to subagents, runs scheduled jobs, and drives a real terminal and browser. It is extended primarily through plugins and skills, not by growing the core.
Two properties shape almost every design decision and are the lens for reviewing any change:
- Per-conversation prompt caching is sacred. A long-lived conversation reuses a cached prefix every turn. Anything that mutates past context, swaps toolsets, or rebuilds the system prompt mid-conversation invalidates that cache and multiplies the user's cost. We do not do it (the one exception is context compression).
- The core is a narrow waist; capability lives at the edges. Every model tool we add is sent on every API call, so the bar for a new core tool is high. Most new capability should arrive as a CLI command + skill, a service-gated tool, or a plugin — not as core surface.
Contribution Rubric — What We Want / What We Don't
This is the project's intent layer. Use it two ways:
- For humans and for your own work — what gets merged and what gets rejected, so a contribution aims at the target.
- For automated review (the triage sweeper) — guidance on when a PR is
safe to close on the three allowed reasons (
implemented_on_main,cannot_reproduce,incoherent) and, just as important, when NOT to close one. Taste-based "we don't want this / out of scope" closes are NOT an automated decision — those stay with a human maintainer. The sweeper's job here is to recognize design intent and avoid wrongly closing a legitimate contribution, not to make the won't-implement call itself.
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 · 1,434 lines · 18,244 tokens per session scan A 0b5828f02e6c
hermes-agent-mt AGENTS.md is an instructions file published in the GitHub repository cyborg-garden/hermes-agent-mt (11 stars, last pushed 5d ago), licensed MIT. It adds 18,244 tokens to every session, about $0.0912 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to hermes-agent AGENTS.md, differing in 346 lines, and is treated as a copy.
Other instructions, from other repositories
hermes-webui AGENTS.md
Instructions for nesquena/hermes-webui, covering agent instructions for hermes webui, read first, onboarding and reinstall support, contribution style and before you open a pr — the change guidelines.
hermes-tweet AGENTS.md
Instructions for Xquik-dev/hermes-tweet, covering hermes tweet, commands, rules and release checklist.
hermes-ai-team AGENTS.md
Instructions for smfworks/hermes-ai-team, covering mission, non-negotiable values (mirror docs/00-philosophy.md), how to consume this repo, working conventions and definition of done (for the phases in this repo).
hermex AGENTS.md
Instructions for uzairansaruzi/hermex, covering hermex, what makes hermex special?, 1. open at the core, 2. performance without compromise and 3. remote ready.
vrchat-assistant AGENTS.md
Instructions for ggg123124/vrchat-assistant, covering vrchat 助手 (vrchat-assistant), 安装前检查(agent 必读), 获取代码(fork & clone), 配置步骤 and 1. 配置凭据文件.
OpenClaw-Admin AGENTS.md
Instructions for itq5/OpenClaw-Admin, covering 仓库协作指南, 项目结构与模块组织, 构建、测试与开发命令, 代码风格与命名规范 and 测试要求.