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 gtapps/claude-code-hermit --skill add-sourcegit clone --depth 1 https://github.com/gtapps/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/add-source)<a href="https://agentmods.dev/skills/gtapps/claude-code-hermit/add-source"><img src="https://agentmods.dev/badge/skills/gtapps/claude-code-hermit/add-source.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.00056 | $0.00491 |
| Opus 5 | $0.00028 | $0.00246 |
| Sonnet 5 | $0.00011 | $0.00098 |
| Haiku 4.5 | $0.00006 | $0.00049 |
Grade A, and why
add-source 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 3d 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.
What it actually says
Add Source
Add a new entry to feed-sources.md, enforcing the correct table format and source type.
Steps
-
Collect inputs — ask the operator for:
- Name: short display name (e.g. "The Daily Dispatch").
- URL: full URL to the source.
- Category: must match one of the categories in
feed-categories.md— read that file first and present the options. - Type (optional — infer if not provided):
- URL contains
reddit.com→reddit - URL contains
twitter.comorx.com→x - URL ends in
.rss,.atom, or/feed→rss - URL is a known WebFetch blocker (a domain that blocks server-side fetch and requires a browser) →
chrome - Otherwise →
web
- URL contains
- Notes (optional): brief description of what the source covers.
-
Validate:
- URL must start with
https://. - Name must not already exist in
feed-sources.md— read the file and check. - Category must match an existing category from
feed-categories.md.
- URL must start with
-
Read
feed-sources.mdto confirm the current table structure, then append the new row under## Active Sources:| {Name} | {URL} | {Category} | {Type} | {Notes} |Align columns with the existing table width. Insert alphabetically by Name within the same category, or at the end if unsure.
-
Confirm — show the operator the new row before writing. Write only after confirmation.
-
Note in session — append to SHELL.md Progress Log:
[HH:MM] Added source: {Name} ({Type}) to {Category}. -
Mention in next brief — new source additions are mentioned automatically in the next brief (no action needed here).
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.
- 3d ago First seen · 43 lines · 56 tokens per session scan A eebb365458be
add-source is a skill published in the GitHub repository gtapps/claude-code-hermit (74 stars, last pushed today), licensed MIT. It adds 56 tokens to every session and 491 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-09-03.
Other skills, from other repositories
plan-to-tasks
Transform a plancreation planv{N}.md into a structured tasks.yaml + per-WP workpackages/.yaml using parallel Sonnet sub-agents. Use after plan-creation finishes when you need execution-friendly task structure.
debt-ops-add
Register a deferred decision in the tech-debt registry. Trigger by judgment, not a marker scan, whenever a future reader would ask "why this way?": an unmade decision, stub, loosened type, bypassed check, swallowed error, a default picked "for now", or a TODO/FIXME/HACK/XXX marker. Trigger immediately whenever you…
ccc-onboard
CC Commander contributor onboarding workflow. Detects project conventions, asks for contributor role, builds a tailored first-hour checklist, starter links, and…
ccc-broadcast
Relay CC Commander build, deploy, CI, task, and cost signals to your team's chat or email so non-devs see what shipped — read-only, no secrets in payloads.
ccc-linear
Linear board integration — view open issues, pick one to work on, or create new tickets without leaving Claude. Use when the user types $ccc-linear, /ccc linear, says…
import
Import a tasks.md into the coco tracker as an epic with dependencies, and create matching issues in the configured issue tracker.