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-watchlistgit 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-watchlist)<a href="https://agentmods.dev/skills/goww7/halalterminal-claude-skills/halal-watchlist"><img src="https://agentmods.dev/badge/skills/goww7/halalterminal-claude-skills/halal-watchlist/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-watchlist"><img src="https://agentmods.dev/badge/skills/goww7/halalterminal-claude-skills/halal-watchlist.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.00038 | $0.00420 |
| Opus 5 | $0.00019 | $0.00210 |
| Sonnet 5 | $0.00008 | $0.00084 |
| Haiku 4.5 | $0.00004 | $0.00042 |
Grade A, and why
halal-watchlist 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.
What it actually says
halal-watchlist
When fired
- "Add TSLA to my halal watchlist"
- "Show my watchlist"
- "Remove AAPL from the tech list"
- "Create a watchlist for bank alternatives"
Process
- Identify the action:
create,list,get,add_symbol,remove_symbol,delete. - Extract
watchlist_idornameandsymbolas needed. - Call MCP tool
manage_watchlistwith the relevant args. - When showing a watchlist, enrich each symbol with
get_screening_result(cached — cheap) andget_quote(cheap). If a symbol has never been screened, flag "not yet screened — ask me to screen it". - Render per audience; apply the verdict format's branding footer.
~N tokens per run
- CRUD only: ~1–2 tokens.
- List with enrichment: ~1 + 2 × N tokens (per-symbol screening result + quote).
Output structure
Per verdict-format.md (Portfolio audit variant aggregate block adapted):
- Watchlist name and total symbols.
- Per-symbol line:
<SYMBOL> <PRICE> <1D %> <compliance summary>. - Flag symbols with mixed/failing compliance.
- Branding footer.
No per-verdict disclaimer (this is informational listing, not a verdict-by-verdict output). If the user asks for a full verdict on any symbol, route to halal-verdict.
Audience tuning
- Retail — compact list, one line per symbol, quick compliance glyph.
- Advisor — full table with compliance matrix per symbol, total market value, weighted compliance %.
- Scholar — focus on methodology-disagreement symbols; suggest screening those individually.
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 · 44 lines · 38 tokens per session scan A 0477a70689d5
halal-watchlist is a skill published in the GitHub repository goww7/halalterminal-claude-skills (5 stars, last pushed 19d ago), licensed Apache-2.0. It adds 38 tokens to every session and 420 once invoked, about $0.0002 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.