hermit-health

hermit-health is a skill for Claude Code from gtapps/claude-code-hermit. It costs 130 tokens per session (1,967 once invoked), scanned A, original, MIT.

A health report for a hermit system, covering alerts, pending proposals, routine activity, stored knowledge, communication channels, fragile areas, and recent learning.

In plain words
What is it for?
Use it to check whether the system is functioning, review unresolved alerts and proposals, inspect stale accepted changes, and see recent learning activity.
Why use it?
It brings operational and analytical warning signs into one compact check, making it easier to spot problems or neglected work.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: model in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the claude-code-hermit plugin — 30 skills, 4 agents shipped together

Good fit Use it to check whether the system is functioning, review unresolved alerts and proposals, inspect stale accepted changes, and see recent learning activity.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add gtapps/claude-code-hermit
Claude Code
/plugin install claude-code-hermit

Made for: Claude Code.

Or install claude-code-hermit, the plugin that ships this one along with the rest of its 30 skills, 4 agents.

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 hermit-health

README.md
[![agentmods](https://agentmods.dev/badge/skills/gtapps/claude-code-hermit/hermit-health/github.svg)](https://agentmods.dev/skills/gtapps/claude-code-hermit/hermit-health)
Your own site
<a href="https://agentmods.dev/skills/gtapps/claude-code-hermit/hermit-health"><img src="https://agentmods.dev/badge/skills/gtapps/claude-code-hermit/hermit-health/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 hermit-health

Your own site · 80×15
<a href="https://agentmods.dev/skills/gtapps/claude-code-hermit/hermit-health"><img src="https://agentmods.dev/badge/skills/gtapps/claude-code-hermit/hermit-health.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 130 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,967 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.
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.00130 $0.01967
Opus 5 $0.00065 $0.00983
Sonnet 5 $0.00026 $0.00393
Haiku 4.5 $0.00013 $0.00197

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

Security

Grade A, and why

hermit-health 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.

plugins/claude-code-hermit/skills/hermit-health/SKILL.md · 96 lines

How it starts

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

Hermit Health

Synthesize a compact "state of the hermit" snapshot in two halves: infrastructure (active alerts, proposal queue, routine engagement, knowledge state, channel readiness) and analysis (fragile zones, stale accepted proposals, recent learnings). Everything is read directly in main — this skill is on-demand and runner-free.

Step 0 — Channel reply

If this skill was invoked from a channel-arrived message (the inbound prompt contains a <channel source="..."> tag), reply via that channel's reply tool. Otherwise emit to conversation.

Scope

Read the following (gracefully skip any file that doesn't exist). The nine sources are independent — read them concurrently:

  1. .claude-code-hermit/state/alert-state.json — the alerts object, keyed by alert id (checklist:*, proposal-pending:PROP-NNN, micro-proposal-pending:*, stale-session). Each entry has text, count, first_seen, last_seen, suppressed, consecutive_clean.
  2. .claude-code-hermit/state/runtime.jsonlast_activity, session_id.
  3. .claude-code-hermit/state/reflection-state.jsonlast_reflection timestamp, counters (including judge_suppress_by_code map and run/output fields), and queue (pending micro-proposals and reflect candidates).
  4. .claude-code-hermit/config.jsonroutines array (id, schedule, enabled); channels object (each channel's default_chat_id and dm_channel_id).
  5. .claude-code-hermit/proposals/PROP-*.md — glob; count by status frontmatter field, and read id, title, accepted_date, resolved_date, tags for the stale-proposal and fragile-zone analysis.
  6. .claude-code-hermit/state/micro-proposals.json — count entries with status: "pending".
  7. Glob counts: .claude-code-hermit/raw/** (excluding .archive/), .claude-code-hermit/compiled/**, .claude-code-hermit/raw/.archive/**.
  8. .claude-code-hermit/sessions/S-*-REPORT.md — glob all, sort descending by filename, read the 5 most recent; parse status, tags, proposals_created frontmatter.
  9. .claude-code-hermit/sessions/SHELL.md — current session tags, blockers, and ## Findings entries (fallback source for recent learnings).

Read the full file on GitHub · 96 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 Changed daaef1c33342
  2. 6d ago Changed ec92e6828237
  3. 9d ago First seen · 96 lines · 130 tokens per session scan A f9b297557e11

Subscribe to this mod's changes

hermit-health is a skill published in the GitHub repository gtapps/claude-code-hermit (74 stars, last pushed yesterday), licensed MIT. It adds 130 tokens to every session and 1,967 once invoked, about $0.0006 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.