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 goww7/halalterminal-claude-skills --skill halal-verdictgit 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/skills/goww7/halalterminal-claude-skills/halal-verdict)<a href="https://agentmods.dev/skills/goww7/halalterminal-claude-skills/halal-verdict"><img src="https://agentmods.dev/badge/skills/goww7/halalterminal-claude-skills/halal-verdict/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/goww7/halalterminal-claude-skills/halal-verdict"><img src="https://agentmods.dev/badge/skills/goww7/halalterminal-claude-skills/halal-verdict.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.00099 | $0.00945 |
| Opus 5 | $0.00049 | $0.00473 |
| Sonnet 5 | $0.00020 | $0.00189 |
| Haiku 4.5 | $0.00010 | $0.00094 |
Grade A, and why
halal-verdict 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 12d 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 — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.
halal-verdict
When fired
"Is AAPL halal?" / "Screen TSLA" / "Compliance of MSFT" / "Is Apple Shariah-compliant?"
Process
- Load
references/disclaimer.mdand enforce its hard rules. - Detect audience per
references/audience-rendering.md. - Extract the ticker symbol. If the user gave a company name without ticker ("apple"), use reasoning to infer the most common listing (AAPL). If ambiguous ("apple" could be AAPL or a private firm), ask one clarifying question.
- Call MCP tool
screen_stockwithsymbol: <ticker>. ~5–10 tokens. - If the response indicates the stock hasn't been screened before,
screen_stockwill screen it — this may take up to 10 seconds. Tell the user to hold on. - Headline first: if the response includes
compliance_explanation, use that string verbatim as the one-line headline answer for retail audiences. It already encodes which methodologies pass/fail and which ratio tripped any failures. - Render per
references/verdict-format.mdand audience profile. - Trajectory beat (advisor/scholar only): if the stock passes screening, optionally call
/api/insights/{symbol}/trajectoryand include thedirection_summaryline ("debt/assets falling: latest X% vs. 7-quarter median Y%") to show whether the verdict is on stable or shifting ground. - Staleness check: if
screen_stock'slast_checked_atis more than 7 days old, also call/api/insights/{symbol}/staleness. Ifis_stale: true, prepend a warning that recent material 8-Ks may shift the verdict and link the most recent filing. - If the stock fails under all 5 methodologies, or fails under the user's preferred methodology if they stated one, call
/api/insights/{symbol}/alternatives?limit=3(preferred oversearch_stocks— this returns compliance-verified, market-cap-matched alternatives directly). Surface thenotefield so the user knows whether the matches are same-sector or cross-sector.
~N tokens per run
5–10 tokens for the screen; +2–4 if alternative lookup is triggered; +1 each for trajectory and staleness if surfaced.
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.
- 12d ago First seen · 54 lines · 99 tokens per session scan A b47fc5b64f3b
halal-verdict is a skill published in the GitHub repository goww7/halalterminal-claude-skills (5 stars, last pushed 20d ago), licensed Apache-2.0. It adds 99 tokens to every session and 945 once invoked, about $0.0005 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-31.
Other skills, from other repositories
comptable
Comptabilité, fiscalité et facturation pour entreprises françaises. Gère écritures PCG, déclarations TVA, IS/IR, clôture annuelle, liasse fiscale (2033/2065), FEC, états financiers, et chaîne facturation (mentions obligatoires, numérotation, Factur-X/UBL/CII, plateformes agréées PDP/PA, e-reporting, réforme 2026…
fiscaliste
Fiscaliste IA pour la fiscalité personnelle des particuliers français : optimisation et déclaration de l'impôt sur le revenu, IFI, revenus du capital, revenus fonciers, equity salarial, crypto-actifs et PER. Couvre le calcul de l'IR (barème, quotient familial, décote, PAS, CEHR, revenus exceptionnels), la déclaration…
syndic
Gère un parc de copropriétés en France avec vue portfolio consolidée. Couvre administration, comptabilité (décret 2005, plan comptable copro, 5 annexes), assemblées générales (convocation, PV, notification), appels de fonds, travaux, fournisseurs, recouvrement d'impayés et transition de syndic. Maîtrise les majorités…
financial-statement-analysis
Reads a set of financial statements and establishes what changed and why — fluctuation analysis against prior period and against budget, profitability, liquidity, solvency and efficiency ratios, benchmarking, and the non-GAAP measures presented alongside them. Use this to interpret results, review a counterparty's or…
daily-budget-check
Run a daily spend check-in against a daily budget on the Agent Monitor dashboard — today's spend vs the daily target, pace through the day, and the projected overage if the current pace holds. Uses /api/pricing/cost and /api/sessions (grouped by startedat = today). Use for a quick daily spend check-in or a…
ib-collar
Generate tactical collar strategy reports for protecting PMCC positions through earnings or high-risk events. Requires TWS or IB Gateway running locally.