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 agentmods add skills/hamchowderr/braynee/healthnpx skills add hamchowderr/braynee --skill healthgit clone --depth 1 https://github.com/hamchowderr/brayneeWrote 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/hamchowderr/braynee/health)<a href="https://agentmods.dev/skills/hamchowderr/braynee/health"><img src="https://agentmods.dev/badge/skills/hamchowderr/braynee/health.svg" alt="Measured on agentmods" 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 | $0.00060 | $0.00803 |
| Opus 5 | $0.00030 | $0.00402 |
| Sonnet 5 | $0.00012 | $0.00161 |
| Haiku 4.5 | $0.00006 | $0.00080 |
Grade A, and why
health scanned grade A with 1 finding 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 4d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
allowed-tools: Bash(python3:*), Bash(node:*), Bash(curl:*), Bash(braynee-self-test:*) How it starts
The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Health Skill — Brain Check
Audits the Braynee system across five areas and surfaces what's broken or backed up right now.
Commands
# Full Brain Check (all five areas)
python3 {baseDir}/scripts/health.py check
# Check tools and plugin scripts are installed
python3 {baseDir}/scripts/health.py setup
# Verify live integrations are reachable
python3 {baseDir}/scripts/health.py connections
# Beads repo health — `bd doctor` + secret/gitignore drift, plus traceability
# hygiene (missing sections, open-but-landed, stale, create-time guard)
python3 {baseDir}/scripts/health.py beads
# Check Claude's context is current
python3 {baseDir}/scripts/health.py memory
# Surface what's backed up or unprocessed
python3 {baseDir}/scripts/health.py inbox
# Plugin self-test — validates every hook, monitor, script, skill, agent
node {baseDir}/../../bin/braynee-self-test
Self-Test (self-test subcommand)
Run when something feels broken with braynee itself, or after editing the plugin source. Validates:
- All 21 hook scripts parse and execute with mock stdin (no crashes)
- hooks.json + monitors.json + plugin.json schema valid
- All 17 skills + 6 agents have valid frontmatter
- All bundled scripts (qmd-wrapper, vault-query, beads-dashboard) are callable
- All 3 monitors can boot
Exit code 0 = everything passed. Non-zero = at least one check failed (output shows which).
For machine-readable output use --json:
node {baseDir}/../../bin/braynee-self-test --json
The same self-test runs in CI on every push to main across Ubuntu, macOS, and Windows.
Brain Check Framework
Setup — Are the tools and scripts installed and working?
obsidian,bd,node,python3,qmdall available?- Plugin scripts reachable via
{baseDir}?
Connections — Are live integrations actually reachable?
- Beads (issue tracking)
- ProtonMail CLI
- QMD index
Beads — Is the repo's issue tracker healthy, traceable, and free of committed secrets? (runs bd doctor in the current repo)
- No tracked secrets — e.g. a committed
.beads/.beads-credential-key(AES-256 key) .gitignorecarries the beads-required patterns (no drift)- Surfaces secret/gitignore findings loudly before any repo goes public
- Traceability hygiene — issues missing required sections, implemented-but-still-open (
bd orphans), stale issues, and whether the create-time validation guard (validation.on-create) is on. The same checks thebeads-auditoragent runs.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 4d ago First seen · 86 lines · 60 tokens per session scan A 2f90845835c3
health is a skill published in the GitHub repository hamchowderr/braynee (2 stars, last pushed 3d ago), licensed MIT. It adds 60 tokens to every session and 803 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
auto-perf-optimize
Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.
release
Cut a versioned release and publish everos to PyPI via the tag-triggered workflow.
personal-assistant
A personalized assistant that remembers your preferences.
daily-briefing
Proactive daily briefing that fires on a recurring schedule, pulls recent memory and workspace context, composes a structured summary (action items, progress, radar, next steps), and delivers it to all active channels. Enable with a time like "set up my daily briefing at 9am". Disable, reschedule, or check status at…
company-brain
Your team's shared, AI-ready knowledge base — people, companies, meetings, SOPs, and decisions structured so Claude can answer questions on your team's behalf. Team-scope sibling to second-brain (which is personal-scope). Seven modes — capture (drop something into the right structured dir), compile (process into wiki…
relevance-coarse-filter
Cheap, high-recall first-pass filter that removes obvious junk from a detector candidate pool before expensive story-origin research and PR judgment. Decides keep, monitoronly, or reject — never ranks, writes angles, verifies dates, or decides whether to pitch.