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/goww7/halalterminal-claude-skillsWrote 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/goww7/halalterminal-claude-skills/halal-doctor)<a href="https://agentmods.dev/commands/goww7/halalterminal-claude-skills/halal-doctor"><img src="https://agentmods.dev/badge/commands/goww7/halalterminal-claude-skills/halal-doctor/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/goww7/halalterminal-claude-skills/halal-doctor"><img src="https://agentmods.dev/badge/commands/goww7/halalterminal-claude-skills/halal-doctor.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.00041 | $0.00961 |
| Opus 5 | $0.00020 | $0.00481 |
| Sonnet 5 | $0.00008 | $0.00192 |
| Haiku 4.5 | $0.00004 | $0.00096 |
Grade C, and why
halal-doctor scanned grade C with 3 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.
Strips warnings and disclaimersmediumAnti-refusal
Omitting safety caveats hides risk from the user and is a common jailbreak preamble.
Run the checks below in order. Report each as ✓ / ⚠ / ✗ with a one-line explanation. Keep output compact; do not lecture. Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
- **pluginConfigs**: `~/.claude/settings.json` → `pluginConfigs["halalterminal-claude-skills@halalterminal-claude-skills"].mcpServers.halalterminal.HALALTERMINAL_API_KEY`. Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -sS -o /dev/null -w '%{http_code}' \ How it starts
The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/halal-doctor
Run the checks below in order. Report each as ✓ / ⚠ / ✗ with a one-line explanation. Keep output compact; do not lecture.
1. Plugin version
Read .claude-plugin/plugin.json from this plugin's install path. Report name and version.
2. Credentials storage
Check both locations:
- Credentials file:
~/.claude/halalterminal/credentials— look for a lineHALALTERMINAL_API_KEY=ht_...(length ≥ 20). - pluginConfigs:
~/.claude/settings.json→pluginConfigs["halalterminal-claude-skills@halalterminal-claude-skills"].mcpServers.halalterminal.HALALTERMINAL_API_KEY.
Report:
- ✓ "Both locations have matching key (last 4:
XYZ9)." - ⚠ "Only one of the two storage locations has the key; run
/halal-setupto sync." - ⚠ "The two locations have DIFFERENT keys. Run
/halal-setupto reconcile." - ✗ "No API key configured. Run
/halal-setup." — stop here; skip remaining checks.
3. API key valid against the live API
Using the key from step 2, run:
curl -sS -o /dev/null -w '%{http_code}' \
-H 'X-API-Key: <THE_KEY>' \
https://api.halalterminal.com/api/education/methodologies
200→ ✓ "Key accepted."401/403→ ✗ "Key rejected. Run/halal-setupto replace it."429→ ⚠ "Key is over quota. See https://halalterminal.com/dashboard."- Other / network error → ⚠ "API unreachable right now — check status."
4. MCP bridge status
Run claude mcp list. Report one of:
- ✓ "Plugin MCP
halalterminal-claude-skills:halalterminalis connected." - ⚠ "Plugin MCP failed to connect, but a separate
halalterminalMCP is registered elsewhere and is serving queries. To use the plugin's bridge exclusively, remove the other registration; otherwise this is harmless." - ✗ "No
halalterminalMCP is registered anywhere. Restart Claude Code after setup, or add one manually."
List every line matching halalterminal so the user can see the full picture.
5. Plan + token costs
Try curl https://api.halalterminal.com/api/keys/token-costs with the key. If 200, render the returned cost table. Otherwise fall back to this hardcoded table:
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 · 91 lines · 41 tokens per session scan C d9d9e6d22d89
halal-doctor is a command published in the GitHub repository goww7/halalterminal-claude-skills (5 stars, last pushed 19d ago), licensed Apache-2.0. It adds 41 tokens to every session and 961 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 3 findings (strips warnings and disclaimers, 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
burn-rate
Compute the recent 7-day spend trend (burn rate) from daily sessions and per-session cost.
unit-economics
Unit economics analysis — CAC/LTV estimation, churn inference, gross margin per unit.
competitive
Competitive landscape analysis — peer positioning, market-share dynamics, moat assessment.
secular-trends
Secular technology trends analysis — technology adoption cycles, disruption risk, strategic positioning.
sector-overview
Sector overview — TAM estimation, competitive concentration (HHI), regulatory landscape.
reverse-dcf
Reverse DCF — solve for implied growth rate/margins from current price.