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 vcruz305/hermes-agentic-bench --skill hermes-skillgit clone --depth 1 https://github.com/vcruz305/hermes-agentic-benchWrote 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/vcruz305/hermes-agentic-bench/hermes-skill)<a href="https://agentmods.dev/skills/vcruz305/hermes-agentic-bench/hermes-skill"><img src="https://agentmods.dev/badge/skills/vcruz305/hermes-agentic-bench/hermes-skill/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/vcruz305/hermes-agentic-bench/hermes-skill"><img src="https://agentmods.dev/badge/skills/vcruz305/hermes-agentic-bench/hermes-skill.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.00026 | $0.01130 |
| Opus 5 | $0.00013 | $0.00565 |
| Sonnet 5 | $0.00005 | $0.00226 |
| Haiku 4.5 | $0.00003 | $0.00113 |
Grade A, and why
hermes-bench 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 9d 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 — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
hermes-bench
Clones and drives hermes-agentic-bench: a small test battery that probes tool-calling, error recovery, and task planning against a model, either through a raw OpenAI-compatible endpoint or through this same Hermes CLI. Produces a Markdown comparison report across however many models get tested. Not a leaderboard — numbers only mean something for the hardware/model combo they were measured on.
When to use
- User asks to benchmark, compare, or agentic-test one or more local/provider models
- User references "hermes-agentic-bench," "the Hermes bench," or asks how reliable a model is at tool use, not just how smart it is
- Don't use for: static capability leaderboards (MMLU, etc.) — this only measures agentic tool-use behavior
Prerequisites
gitand Python 3.9+ on PATH- Simulated battery: an OpenAI-compatible chat completions endpoint already running
(e.g.
llama-server), plus its base URL, API key, and served model name - Native battery: the model already registered as a
providerin this Hermes install'sconfig.yaml— check withread_fileon the relevant config rather than assuming a provider name
How to Run
Everything below goes through terminal, e.g.
terminal(command="pip install -r requirements.txt", timeout=120).
Quick Reference
git clone https://github.com/vcruz305/hermes-agentic-bench && cd hermes-agentic-bench
pip install -r requirements.txt
python simulated_battery.py --base-url <url> --api-key <key> --model <model> --output results_<label>.json
python hermes_loop_gate.py --base-url <url> --api-key <key> --model <model> --output results_<label>_gate.json
python hermes_native_battery.py --provider <provider> --model <model> --output results_<label>_hermes.json
python generate_report.py results_*.json --output comparison.md
Procedure
- Locate or clone the repo.
search_files(pattern="simulated_battery.py", target="files")from the current directory; if absent,terminal(command="git clone https://github.com/vcruz305/hermes-agentic-bench", timeout=60)and operate from inside it afterward. - Install dependencies.
terminal(command="pip install -r requirements.txt", timeout=120). - Read the repo's README (
read_file(path="README.md")), especially "Known limitations" — the file-toolset tests inhermes_native_battery.pyare not reliably sandboxed to a scratch directory. Keep--enable-destructiveoff unless the user explicitly asks for it in this conversation; don't infer consent from an earlier run. - Collect per-model targets from the user, one round per model:
- a short label for naming result files
- simulated battery, native battery, or both
- simulated:
--base-url,--api-key,--model - native:
--providerand--modelexactly as registered inconfig.yaml— ask, don't guess
- Run each requested battery via
terminal, one model at a time (see Quick Reference for the exact flags). Native runs commonly take several minutes per test — Hermes itself allows 900-1800s stream timeouts for local providers, so a long-running-but-still-running process is not a failure. - Generate the comparison once every requested model has a results file:
terminal(command="python generate_report.py results_*.json --output comparison.md", timeout=30). - Report back.
read_file(path="comparison.md")and summarize it, calling out anything that looks off before quoting numbers at face value — a test marked "not run," a run far slower than its peers, a non-zero return code.
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.
- 9d ago First seen · 94 lines · 26 tokens per session scan A 9c8e03f58046
hermes-bench is a skill published in the GitHub repository vcruz305/hermes-agentic-bench (14 stars, last pushed 26d ago), licensed MIT. It adds 26 tokens to every session and 1,130 once invoked, about $0.0001 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-30.
Other skills, from other repositories
research-engineer
An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.
tika-eval-compare
Compare extracts from two Tika builds over a corpus to detect regressions in content, encoding, exceptions, and embedded-document handling. Use for "compare before/after extracts", "eval this change against the corpus".
neuron-evaluation-engineer
Create and run AI evaluations with datasets, assertions, and output drivers in Neuron AI. Use this skill whenever the user mentions evaluation, testing AI systems, creating evaluators, dataset-driven testing, assertion-based validation, or wants to measure AI system performance. Also trigger for tasks involving…
jetson-validate-image
Use after jetson-flash-image to run static BSP checks, on-target smoke/regression tests on a flashed DUT, or both. Not for build or flash steps. Triggers: validate bsp, on-target validation.
atmos-validation
Validate Atmos projects, components, arbitrary JSON Schema inputs, EditorConfig, and GitHub Actions; use affected-file selection and native CI annotations.
skill-benchmark
Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.