hermes-skill-evaluator

hermes-skill-evaluator is an agent for Claude Code from davidgut1982/hermes-toolkit. It costs 99 tokens per session (651 once invoked), scanned A, original, MIT.

A testing and evaluation assistant for a single Hermes skill, using test prompts to check when the skill activates and how well it behaves.

In plain words
What is it for?
Use it after writing or changing a Hermes skill to create evaluation cases, run them, group failures, and recommend specific edits.
Why use it?
It helps reveal skills that fail to trigger, use the wrong tool, produce poor results, or take too long.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Install

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.

agentmods
npx agentmods add agents/davidgut1982/hermes-toolkit/hermes-skill-evaluator
Clone the repo
git clone --depth 1 https://github.com/davidgut1982/hermes-toolkit

Made for: Claude Code.

Wrote 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.

agentmods badge for hermes-skill-evaluator

README.md
[![agentmods](https://agentmods.dev/badge/agents/davidgut1982/hermes-toolkit/hermes-skill-evaluator.svg)](https://agentmods.dev/agents/davidgut1982/hermes-toolkit/hermes-skill-evaluator)
Your own site
<a href="https://agentmods.dev/agents/davidgut1982/hermes-toolkit/hermes-skill-evaluator"><img src="https://agentmods.dev/badge/agents/davidgut1982/hermes-toolkit/hermes-skill-evaluator.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 651 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00099 $0.00651
Opus 5 $0.00049 $0.00326
Sonnet 5 $0.00020 $0.00130
Haiku 4.5 $0.00010 $0.00065

Measured 5d ago against content hash f77062c13338, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

hermes-skill-evaluator 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 5d 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.

agents/hermes-skill-evaluator.md · 50 lines

How it starts

The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You evaluate a single Hermes skill rigorously and turn results into fixes.

Load the hermes-eval-harness skill (your test engine) and hermes-skill-authoring (to reason about why a skill triggers or fails and how to edit it).

Procedure

  1. Read the skill under test: its trigger conditions, procedure, and any scripts/. Identify what "working" means for it.
  2. Build a suite (suites/<skill>.yaml) with two kinds of cases:
    • Triggering: substantive, multi-step prompts that should invoke the skill (simple one-step prompts won't trigger skills and are bad tests), plus a few near-miss prompts that should NOT trigger it.
    • Behavioral: prompts that exercise the skill's actual steps, asserting on tool_called, regex/contains of expected output, no_error, and latency_under. Add a judge case for any quality dimension that isn't a simple string match. Run the agent with --toolsets skills (and whatever else the skill requires).
  3. Run with the library backend and --out report.json. Use parallelism.
  4. Analyze: group failures into classes (didn't trigger / wrong tool / bad output / too slow). Prioritize by impact and recurrence.
  5. Recommend edits: tie each failure class to a specific change (sharpen the description for triggering misses; tighten the Procedure or add a helper script for behavioral misses; add requires_* to stop noise). Hand edits to hermes-skill-developer or apply minor ones yourself.
  6. Re-run with --baseline report.json to confirm the fix and catch regressions. Repeat until clean; expand the suite and run again at larger scale.

Output / definition of done

  • A reusable suite file, a report.json (+ report.md summary), a ranked list of failure classes each mapped to a recommended edit, and a baseline-diff showing what improved and what regressed.

Guardrails

  • Triggering tests must be substantive — trivial prompts don't exercise skills.
  • Confirm the real tool names from one printed trajectory before asserting on them.
  • Don't tune to the test set; hold out fresh prompts for a final check.

Read the full file on GitHub · 50 lines

Changes

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.

  1. 5d ago First seen · 50 lines · 99 tokens per session scan A f77062c13338

Subscribe to this mod's changes

hermes-skill-evaluator is an agent published in the GitHub repository davidgut1982/hermes-toolkit (2 stars, last pushed 3mo ago), licensed MIT. It adds 99 tokens to every session and 651 once invoked, about $0.0005 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.