using-halal-investing

using-halal-investing is a skill for Claude Code from goww7/halalterminal-claude-skills. It costs 91 tokens per session (1,319 once invoked), scanned B, original, Apache-2.0.

A starting point for a Halal Terminal session, where Halal refers to activities allowed under Islamic principles. It checks access to the service and directs the request to the appropriate investing task.

In plain words
What is it for?
It helps begin Shariah-investing sessions, set up access when needed, identify the user’s investing request, and send it to the relevant workflow.
Why use it?
It prevents later investing tasks from failing because the required API key is missing. It also separates requests such as stock checks, portfolio audits, news, watchlists, and zakat calculations.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions Claude Code.

Part of the halalterminal-claude-skills plugin — 9 skills, 2 commands, 1 agent, 1 MCP server shipped together

Good fit It helps begin Shariah-investing sessions, set up access when needed, identify the user’s investing request, and send it to the relevant workflow.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/goww7/halalterminal-claude-skills/using-halal-investing
Install

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.

Any agent
npx skills add goww7/halalterminal-claude-skills --skill using-halal-investing
Clone the repo
git clone --depth 1 https://github.com/goww7/halalterminal-claude-skills

Made for: Claude Code.

Or install halalterminal-claude-skills, the plugin that ships this one along with the rest of its 9 skills, 2 commands, 1 agent, 1 MCP server.

Wrote 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.

agentmods badge for using-halal-investing

README.md
[![agentmods](https://agentmods.dev/badge/skills/goww7/halalterminal-claude-skills/using-halal-investing/github.svg)](https://agentmods.dev/skills/goww7/halalterminal-claude-skills/using-halal-investing)
Your own site
<a href="https://agentmods.dev/skills/goww7/halalterminal-claude-skills/using-halal-investing"><img src="https://agentmods.dev/badge/skills/goww7/halalterminal-claude-skills/using-halal-investing/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.

agentmods 80×15 button for using-halal-investing

Your own site · 80×15
<a href="https://agentmods.dev/skills/goww7/halalterminal-claude-skills/using-halal-investing"><img src="https://agentmods.dev/badge/skills/goww7/halalterminal-claude-skills/using-halal-investing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,319 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 3 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00091 $0.01319
Opus 5 $0.00046 $0.00660
Sonnet 5 $0.00018 $0.00264
Haiku 4.5 $0.00009 $0.00132

Measured 12d ago against content hash dc915bc68559, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade B, and why

using-halal-investing scanned grade B 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 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.

Asks for rootlowPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- Write the key to BOTH `~/.claude/halalterminal/credentials` (with `chmod 700` on dir, `chmod 600` on file) AND `~/.claude/settings.json` under the `pluginConfigs` path.

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Reads agent configuration directorieslowAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

2. `~/.claude/settings.json` → `pluginConfigs["halalterminal-claude-skills@halalterminal-claude-skills"].mcpServers.halalterminal.HALALTERMINAL_API_KEY`.

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Validate against the live API via `curl -H 'X-API-Key: <key>' https://api.halalterminal.com/api/education/methodologies` (need HTTP 200).
skills/using-halal-investing/SKILL.md · 85 lines

How it starts

The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.

using-halal-investing

You are the front door of the Halal Terminal plugin. Triggered by any Shariah-investing / halal-finance intent. Do NOT do the work yourself — route to the right sub-skill.

Step 0 — API key pre-flight (MANDATORY, before any routing)

Every downstream sub-skill needs the Halal Terminal MCP. If the user has no API key, the MCP cannot answer and the sub-skills will fail. Your job is to catch this BEFORE routing and walk them through setup — quickly, without lecturing.

Check both credential locations, in order:

  1. ~/.claude/halalterminal/credentials — look for HALALTERMINAL_API_KEY=ht_... (length ≥ 20).
  2. ~/.claude/settings.jsonpluginConfigs["halalterminal-claude-skills@halalterminal-claude-skills"].mcpServers.halalterminal.HALALTERMINAL_API_KEY.

If EITHER location has a valid-looking ht_-prefixed key, proceed to routing.

If NEITHER does, do the setup flow inline. Do NOT route. Do NOT explain methodologies. Do NOT mention that a skill "can't run" — just help them get set up:

You'll need a free Halal Terminal API key first — takes about 30 seconds.

  1. Open https://api.halalterminal.com and drop your email in the Get your free API key in seconds panel. (Free plan, no credit card.)
  2. Check your inbox for a key starting with ht_.
  3. Paste it below and I'll take it from there.

Then: "Paste your Halal Terminal API key:"

When the user replies, follow the full commands/halal-setup.md flow:

  • Validate format (ht_ prefix, length ≥ 20, no whitespace).
  • Validate against the live API via curl -H 'X-API-Key: <key>' https://api.halalterminal.com/api/education/methodologies (need HTTP 200).
  • Write the key to BOTH ~/.claude/halalterminal/credentials (with chmod 700 on dir, chmod 600 on file) AND ~/.claude/settings.json under the pluginConfigs path.
  • Tell the user: "Saved (key ht_...<last 4>). Restart Claude Code so the MCP bridge picks it up, then ask again."

After setup completes, do not silently continue — the MCP bridge typically needs a restart. Tell the user to re-ask their original question after the restart.

Read the full file on GitHub · 85 lines

Changes

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.

  1. 12d ago First seen · 85 lines · 91 tokens per session scan B dc915bc68559

Subscribe to this mod's changes

using-halal-investing is a skill published in the GitHub repository goww7/halalterminal-claude-skills (5 stars, last pushed 20d ago), licensed Apache-2.0. It adds 91 tokens to every session and 1,319 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 3 findings (asks for root, 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.

Related

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…

romainsimon/paperasse · 143 tokens

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…

romainsimon/paperasse · 302 tokens

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…

romainsimon/paperasse · 194 tokens

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…

cbrock84/headcount · 93 tokens

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…

hoangsonww/Claude-Code-Agent-Monitor · 81 tokens

ib-collar

Generate tactical collar strategy reports for protecting PMCC positions through earnings or high-risk events. Requires TWS or IB Gateway running locally.

staskh/trading_skills · 30 tokens