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 skills add rrpauls/hermes-esra --skill esra-runtimegit clone --depth 1 https://github.com/rrpauls/hermes-esraWrote 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/skills/rrpauls/hermes-esra/esra-runtime)<a href="https://agentmods.dev/skills/rrpauls/hermes-esra/esra-runtime"><img src="https://agentmods.dev/badge/skills/rrpauls/hermes-esra/esra-runtime/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/rrpauls/hermes-esra/esra-runtime"><img src="https://agentmods.dev/badge/skills/rrpauls/hermes-esra/esra-runtime.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00087 | $0.00994 |
| Opus 5 | $0.00044 | $0.00497 |
| Sonnet 5 | $0.00017 | $0.00199 |
| Haiku 4.5 | $0.00009 | $0.00099 |
Grade A, and why
esra-runtime 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ESRA Runtime
Role
You know where the ESRA runtime tools are installed for this Hermes profile and how to invoke them. Skills under esra/ are procedural knowledge; tools under the ESRA package root are executable Python helpers.
Install layout (Hermes-native)
$HERMES_HOME/ # default: ~/.hermes
├── AGENTS.md # ESRA triggers for Hermes
├── skills/esra/ # Meta-skills (this skill lives here)
│ ├── esra-runtime/ # this skill
│ └── … # orchestrator, ooda-framework, …
└── esra/ # ESRA package (not a skill)
├── manifest.json # install metadata + tool inventory
└── tools/ # Python CLIs — single source of truth
├── evolution_hook.py
├── skill_validator.py
├── evolution_dashboard.py
├── experiment_runner.py
├── hermes_integration.py
├── baseline_metrics.py
├── esra_logger.py
├── human_oversight.py
└── esra_paths.py
Canonical tools directory: ~/.hermes/esra/tools/
(or $HERMES_HOME/esra/tools / $ESRA_HOME/tools when those env vars are set)
Why tools live outside skills/
- Hermes discovers skills via
SKILL.mdunder~/.hermes/skills/(progressive disclosure). - ESRA tools are shared Python modules with cross-imports; they form one package, not 14 copies of scripts.
- This skill bridges discovery: Hermes loads you to learn the path, then runs tools by absolute path.
How to run tools (always prefer installed absolute paths)
Do not require a git clone or a particular working directory after install.
python ~/.hermes/esra/tools/evolution_hook.py
python ~/.hermes/esra/tools/evolution_hook.py --force-cycle
python ~/.hermes/esra/tools/skill_validator.py --verbose --skills-dir ~/.hermes/skills/esra
python ~/.hermes/esra/tools/evolution_dashboard.py
python ~/.hermes/esra/tools/baseline_metrics.py
python ~/.hermes/esra/tools/experiment_runner.py list
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.
- 8d ago First seen · 82 lines · 87 tokens per session scan A a0acfe0fdcd3
esra-runtime is a skill published in the GitHub repository rrpauls/hermes-esra (2 stars, last pushed 1mo ago), licensed MIT. It adds 87 tokens to every session and 994 once invoked, about $0.0004 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 skills, from other repositories
mcp-host-styling-integration
Integrates MCP App UI with host theming system. Applies host CSS variables, handles onhostcontextchanged, safe area insets, display mode detection, and fullscreen configuration.
quality-hooks
Language-specific auto-lint/format/typecheck pipeline. Supports Python (ruff+pyright), TypeScript (prettier+eslint+tsc), Go (gofmt+golangci-lint). Auto-fix and convergence loops.
cog-knowledge-consolidation
Build structured knowledge frameworks from scattered vault notes with source attribution.
moai-workflow-thinking
Sequential Thinking MCP for structured step-by-step analysis via --deepthink flag. Separate from UltraThink which is Claude's native extended reasoning mode. Use for multi-step analysis or architecture decisions.
moai-ref-ui-polish
UI polish and interface-completion reference: the small visual details — concentric border radius, optical alignment, shadow-vs-border, motion easing, typography smoothing, tabular numbers, icon stroke weight, hit areas — that separate polished interfaces from generic ones. Agent-extending skill that amplifies…
context-engineering
Dynamic context injection, mode switching (dev/review/research), selective loading, and strategic compaction for token optimization.