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.
/plugin marketplace add gtapps/claude-code-hermit/plugin install claude-code-hermitWrote 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/gtapps/claude-code-hermit/hermit-health)<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.
<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>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.00130 | $0.01967 |
| Opus 5 | $0.00065 | $0.00983 |
| Sonnet 5 | $0.00026 | $0.00393 |
| Haiku 4.5 | $0.00013 | $0.00197 |
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.
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:
.claude-code-hermit/state/alert-state.json— thealertsobject, keyed by alert id (checklist:*,proposal-pending:PROP-NNN,micro-proposal-pending:*,stale-session). Each entry hastext,count,first_seen,last_seen,suppressed,consecutive_clean..claude-code-hermit/state/runtime.json—last_activity,session_id..claude-code-hermit/state/reflection-state.json—last_reflectiontimestamp,counters(includingjudge_suppress_by_codemap and run/output fields), andqueue(pending micro-proposals and reflect candidates)..claude-code-hermit/config.json—routinesarray (id, schedule, enabled);channelsobject (each channel'sdefault_chat_idanddm_channel_id)..claude-code-hermit/proposals/PROP-*.md— glob; count bystatusfrontmatter field, and readid,title,accepted_date,resolved_date,tagsfor the stale-proposal and fragile-zone analysis..claude-code-hermit/state/micro-proposals.json— count entries withstatus: "pending".- Glob counts:
.claude-code-hermit/raw/**(excluding.archive/),.claude-code-hermit/compiled/**,.claude-code-hermit/raw/.archive/**. .claude-code-hermit/sessions/S-*-REPORT.md— glob all, sort descending by filename, read the 5 most recent; parsestatus,tags,proposals_createdfrontmatter..claude-code-hermit/sessions/SHELL.md— current sessiontags, blockers, and## Findingsentries (fallback source for recent learnings).
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.
- 5d ago Changed daaef1c33342
- 6d ago Changed ec92e6828237
- 9d ago First seen · 96 lines · 130 tokens per session scan A f9b297557e11
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.
Other skills, from other repositories
cco-tools
Show what tools actually cost in tokens — learned per-tool averages from observed results, replacing the hardcoded MCP/Agent guesses.
github-pr-creation
Creates GitHub Pull Requests with automated validation and task tracking. Use when user wants to create PR, open pull request, submit for review, or check if ready for PR. Analyzes commits, validates task completion, generates Conventional Commits title and description, suggests labels. NOTE - for merging existing…
design-system-reference
Style guides and implementation rules for frontend design. Works with design-discovery agent which handles context gathering and VS-based style recommendations. Contains detailed style guides, anti-patterns, and implementation checklists.
magic-compact
Compact this Claude Code session.
boss-briefing
Vault health check — workflow pattern analysis, profile sync, session gap recovery, persona rule proposals.
subagent-output-templating
Template for structured sub-agent output including YAML log format, task completion reports (WHY/WHAT/TRADE-OFFS/RISKS), and summary constraints. Use when defining how sub-agents should report results.