hermes-skill-consolidate

hermes-skill-consolidate is a skill for Claude Code, Codex from asimons81/hermes-field-kit. It costs 55 tokens per session (2,512 once invoked), scanned A, original, Apache-2.0.

A controlled process for reorganising installed Hermes skills after duplicated responsibilities have been confirmed. It separates planning from changes and includes approval, rollback, and verification steps.

In plain words
What is it for?
Planning skill merges, extracting shared guidance, deprecating replaced skills, splitting oversized skills, and defining relationships between complementary skills.
Why use it?
It reduces skill duplication without accidentally removing distinct responsibilities or weakening safety rules.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Planning skill merges, extracting shared guidance, deprecating replaced skills, splitting oversized skills, and defining relationships between complementary skills.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/asimons81/hermes-field-kit/hermes-skill-consolidate
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.

Any agent
npx skills add asimons81/hermes-field-kit --skill hermes-skill-consolidate
Clone the repo
git clone --depth 1 https://github.com/asimons81/hermes-field-kit

Made for: Claude Code, Codex.

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-consolidate

README.md
[![agentmods](https://agentmods.dev/badge/skills/asimons81/hermes-field-kit/hermes-skill-consolidate/github.svg)](https://agentmods.dev/skills/asimons81/hermes-field-kit/hermes-skill-consolidate)
Your own site
<a href="https://agentmods.dev/skills/asimons81/hermes-field-kit/hermes-skill-consolidate"><img src="https://agentmods.dev/badge/skills/asimons81/hermes-field-kit/hermes-skill-consolidate/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.

agentmods 80×15 button for hermes-skill-consolidate

Your own site · 80×15
<a href="https://agentmods.dev/skills/asimons81/hermes-field-kit/hermes-skill-consolidate"><img src="https://agentmods.dev/badge/skills/asimons81/hermes-field-kit/hermes-skill-consolidate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,512 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00055 $0.02512
Opus 5 $0.00028 $0.01256
Sonnet 5 $0.00011 $0.00502
Haiku 4.5 $0.00006 $0.00251

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

Security

Grade A, and why

hermes-skill-consolidate 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 11d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/snapshot_skills.py, scripts/validate_bundle.py, tests/test_contracts.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/hermes-skill-consolidate/SKILL.md · 284 lines

How it starts

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

hermes-skill-consolidate

Overview

A write-side companion to hermes-skill-audit for reducing skill duplication without flattening distinct responsibilities or weakening safety boundaries.

The skill separates analysis from mutation. It first produces an evidence-backed consolidation plan without changing the installation. A second, scope-bound approval is required before any live write. Ambiguity defaults to keeping skills separate.

When to Use

  • Consolidate these overlapping Hermes skills.
  • Merge two skills that hermes-skill-audit flagged as duplicates.
  • Extract shared guidance from several related skills without merging their safety boundaries.
  • Deprecate a superseded skill after checking references and rollback.
  • Split an oversized umbrella skill into narrower skills.
  • Turn a family of complementary skills into an explicit parent/orchestrator relationship.

Counter-Triggers

Do not load this skill when:

  • The user only wants a read-only inventory or overlap audit. Use hermes-skill-audit.
  • The user wants to author one unrelated new skill from scratch.
  • The request is to delete a skill without first resolving references, rollback, and replacement behavior.
  • The task is to install, update, or publish skills rather than restructure installed skill behavior.

Safety Contract

  • Phase 1 is always read-only. Do not rename, edit, archive, deprecate, merge, split, or delete anything while producing the plan.
  • Require concrete overlap evidence from triggers, counter-triggers, tools, workflow steps, outputs, references, or observed responsibilities. Similar names are not sufficient.
  • Treat different safety boundaries as a reason to preserve separation by default.
  • Safety is monotonic during consolidation: the resulting design must preserve the strongest applicable restriction, every existing approval gate, and every material counter-trigger unless the user explicitly approves a justified boundary change.
  • Never broaden tool authority, credential scope, filesystem scope, network scope, destructive capability, or persistence merely to make two skills easier to combine.
  • Before any live write, require a second explicit approval of the exact plan and selected targets. If the plan changes materially after approval, stop and request approval for the revised plan.
  • Before mutation, create and verify a rollback snapshot of every selected skill. The included snapshot helper writes backups only and never modifies live skills.
  • Stage replacement content outside the live skills tree. Validate the staged result before cutover.
  • Do not permanently delete originals during the initial cutover. Prefer reversible deprecation or archival until the replacement is accepted and verified.
  • Stop on failed validation, incomplete reference discovery, missing rollback evidence, path ambiguity, or conflicting safety rules.
  • Never claim consolidation succeeded until the replacement is installed, references are coherent, required validation passes, and the user-visible behavior checks are complete.

Read the full file on GitHub · 284 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. 11d ago First seen · 284 lines · 55 tokens per session scan A 2fdd18116cac

Subscribe to this mod's changes

hermes-skill-consolidate is a skill published in the GitHub repository asimons81/hermes-field-kit (125 stars, last pushed 2d ago), licensed Apache-2.0. It adds 55 tokens to every session and 2,512 once invoked, about $0.0003 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.