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.
git clone --depth 1 https://github.com/YousefNabil-SOC/claude-apexWrote 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/commands/yousefnabil-soc/claude-apex/healthcheck)<a href="https://agentmods.dev/commands/yousefnabil-soc/claude-apex/healthcheck"><img src="https://agentmods.dev/badge/commands/yousefnabil-soc/claude-apex/healthcheck/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/commands/yousefnabil-soc/claude-apex/healthcheck"><img src="https://agentmods.dev/badge/commands/yousefnabil-soc/claude-apex/healthcheck.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.00021 | $0.00559 |
| Opus 5 | $0.00010 | $0.00280 |
| Sonnet 5 | $0.00004 | $0.00112 |
| Haiku 4.5 | $0.00002 | $0.00056 |
Grade B, and why
healthcheck scanned grade B with 2 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.
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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
1. **OMC Plugin**: Check if oh-my-claudecode is in enabledPlugins in $HOME/.claude/settings.json Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
2. **Claude Peers**: Run `curl -s http://localhost:7899/health` — should return ok What it actually says
System Health Check V6
Run these checks and report results in a table:
IMPORTANT: Use $HOME (not ~) in ALL path checks to avoid Windows/MSYS2 path resolution issues.
- OMC Plugin: Check if oh-my-claudecode is in enabledPlugins in $HOME/.claude/settings.json
- Claude Peers: Run
curl -s http://localhost:7899/health— should return ok - PAUL Framework: Check if $HOME/.claude/commands/paul/ directory exists with .md files
- Dream Skill: Check if $HOME/.claude/skills/dream-consolidation/SKILL.md exists
- CARL: Check if $HOME/.carl/carl.json exists and has domains configured
- Autoresearch: Check if $HOME/.claude/skills/autoresearch/SKILL.md exists
- SEED: Check if $HOME/.claude/commands/seed.md exists
- PostCompact Hook: Check $HOME/.claude/hooks/post-compact-recovery.sh exists and contains "V6"
- Sound Notification: Check if $HOME/.claude/hooks/task-complete-sound.sh exists
- Peers Auto-Register: Check if $HOME/.claude/hooks/peers-auto-register.sh exists and is executable
- Settings JSON: Run
python3 -c "import json,os; json.load(open(os.path.expanduser('~/.claude/settings.json'))); print('VALID')"to validate - MCP Servers: Count mcpServers keys in settings.json
- Skills Count: Count SKILL.md files recursively in $HOME/.claude/skills/
- Agents Count: Count .md files in $HOME/.claude/agents/
- Memory Health: Count lines in the project's MEMORY.md (should be under 200)
Present results as:
| # | System | Status | Details |
|---|---|---|---|
| 1 | OMC Plugin | OK/FAIL | version if available |
| 2 | Claude Peers | OK/FAIL | broker response |
| ... | ... | ... | ... |
After the table:
- Count total OK vs FAIL
- If any system shows FAIL, suggest a specific fix
- Show environment totals: skills, agents, MCP servers, plugins, PAUL commands, CARL domains
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.
- 11d ago First seen · 40 lines · 21 tokens per session scan B a724de44b878
healthcheck is a command published in the GitHub repository YousefNabil-SOC/claude-apex (2 stars, last pushed 3mo ago), licensed MIT. It adds 21 tokens to every session and 559 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 2 findings (reads agent configuration directories, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
context-stats
Display context window usage and token statistics.
security-scan
Run security audit on codebase.
test-suite
Run comprehensive test suite with coverage analysis.
assemble-team
Assemble a pre-built agent team for parallel work - review, feature, debug, cross-platform, full-stack, or research.
run
Execute prompt(s) from ./prompts/ with automatic archiving - for structured prompt-based work.
standardize-claude-md
Add missing toolkit sections (Related Global Rules, Quick Start) to existing CLAUDE.md.