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/aivrar/portable-hermes-agent/agents-mdgit clone --depth 1 https://github.com/aivrar/portable-hermes-agentWhat 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.23135 | $0.23135 |
| Opus 5 | $0.11568 | $0.11568 |
| Sonnet 5 | $0.04627 | $0.04627 |
| Haiku 4.5 | $0.02313 | $0.02313 |
Grade A, and why
portable-hermes-agent 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
100% identical to hermes-agent AGENTS.md — 0 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,785 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,785 lines · 23,135 tokens per session scan A 93a12ef7f78a
portable-hermes-agent AGENTS.md is an instructions file published in the GitHub repository aivrar/portable-hermes-agent (212 stars, last pushed 2d ago), licensed MIT. It adds 23,135 tokens to every session, about $0.1157 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to hermes-agent AGENTS.md, differing in 0 lines, and is treated as a copy.
Other instructions, from other repositories
poddie CLAUDE.md
Claude Code instructions for SinanTang/poddie, covering claude.md, what this is, commands, architecture and working conventions in this codebase.
ACE-Step-Studio AGENTS.md
Instructions for timoncool/ACE-Step-Studio, covering ace-step studio — agent guidelines, project overview, architecture, three-process architecture (single terminal) and model switching.
ACE-Step-Studio copilot-instructions.md
Instructions for timoncool/ACE-Step-Studio, covering ace-step 1.5 - github copilot instructions, project overview, tech stack, multi-platform support and code organization.
localvoxtral AGENTS.md
Instructions for T0mSIlver/localvoxtral, covering localvoxtral — agent guide, build & test — read this first on a non-mac dev box, proof culture — non-negotiable, test tiers — the short version and ci / shipping.
bili-music AGENTS.md
Instructions for Jmiao11/bili-music: 技术栈:Tauri(Rust 后端 + 网页前端);取音频以免登录游客直链为主、yt-dlp 兜底;目标打包成单个 exe.
caelo CLAUDE.md
Instructions for AuraVixStudio/caelo, covering claude.md, what this is, the single most important structural fact, architecture and commands.