By goww7
Shariah-compliant investing skills for Claude Code — stock screening, portfolio audit, halal portfolio construction with DCA, ETF analysis, zakat and purification, methodology education, news watch, watchlists. Powered by Halal Terminal.
Diagnose the Halal Terminal plugin — credentials storage, API key validity, plan quota, MCP bridge connectivity, skill inventory, recent errors. Read-only; never mutates state.
One-time setup — walk the user through getting a free Halal Terminal API key, validate it, and persist it so the plugin's MCP bridge can start. Run this when the user has no key yet, or when diagnostics flag the key as missing or invalid.
Surface news and SEC filings that could change a holding's Shariah-compliance status (debt raises, new business lines, major acquisitions, spin-offs, dividend policy changes). Use when the user asks for news affecting compliance or filings on their holdings.
Audit an existing portfolio (list of holdings with weights or values) for Shariah compliance. Produces per-stock results, aggregate compliant %, purification owed, and remediation suggestions for non-compliant names. Does NOT build new portfolios (that's halal-portfolio-builder).
Construct a Shariah-compliant portfolio from user constraints (capital, DCA cadence, horizon, sector/theme, exclusions like "no tech", growth/value tilt). Dispatches to a subagent that does the heavy MCP work; returns basket + weights + monthly DCA schedule + scenario forecast. Does NOT audit existing portfolios (that's halal-portfolio-audit).
Use when the user asks whether a specific stock is Shariah-compliant ("Is X halal?", "Screen TSLA", "Compliance of AAPL"). Produces a single-stock verdict across all 5 methodologies (AAOIFI, DJIM, FTSE, MSCI, S&P), explains any failures, and suggests a halal alternative if non-compliant. Does NOT cover ETFs (use halal-etf-analysis) or portfolios (use halal-portfolio-audit).
Use when the user asks about the Shariah compliance of an ETF (SPY, QQQ, VTI, sector ETFs, etc.) or asks for halal ETF alternatives. Screens all underlying holdings, returns overall compliant %, purification, and suggests halal ETF alternatives when the ETF fails.
Requires secrets
Needs API keys or credentials to function
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Shariah-compliant investing capabilities for Claude Code, powered by Halal Terminal.
Screen stocks across five methodologies (AAOIFI, DJIM, FTSE, MSCI, S&P). Audit your portfolio. Build halal baskets with DCA schedules. Calculate zakat and dividend purification. All inside Claude Code.
9 skills, 2 slash commands, 1 portfolio-builder subagent:
| Skill | Ask for it with |
|---|---|
halal-verdict | "Is AAPL halal?" |
halal-portfolio-audit | "Audit my portfolio: AAPL 30%, MSFT 20%, ..." |
halal-portfolio-builder | "Build me a halal growth portfolio: $10k + $3k/month, 18-month horizon." |
halal-etf-analysis | "Is SPY halal?" |
halal-zakat | "Calculate zakat on my holdings." |
halal-methodologies | "Difference between AAOIFI and MSCI?" |
halal-news-watch | "Any news affecting my holdings' compliance?" |
halal-watchlist | "Add TSLA to my halal watchlist." |
using-halal-investing | Umbrella — routes to the right sub-skill. |
Plus /halal-setup (one-time API key capture) and /halal-doctor (diagnostics).
/plugin install halalterminal-claude-skills
/halal-setup
/halal-setup walks you through:
~/.claude/settings.json under the halalterminal MCP server's env block./halal-doctor.The Halal Terminal API is token-metered.
| Plan | Monthly tokens | Price | Note |
|---|---|---|---|
| Free | 50 | $0 | ~5–10 full screenings |
| Starter | 2,500 | $19 | for individual investors |
| Pro | 15,000 | $49 | webhooks, bulk priority |
| Enterprise | Unlimited | $199+ | custom methodologies, SLA |
Sign up: https://api.halalterminal.com
skills/<name>/SKILL.md.references/.scripts/halalterminal-mcp.mjs.agents/halal-portfolio-builder-agent.md to keep ~40+ MCP calls out of your main session context.git clone https://github.com/goww7/halalterminal-claude-skills
cd halalterminal-claude-skills
npm install
npm run evals # eval harness scaffolded; per-skill evals deferred to v1.1
See CONTRIBUTING.md.
Website · API · Python SDK · JS SDK · MCP server · Discord bot · TradingView indicator · Portfolio tracker
Other open-source tools in the Halal Terminal ecosystem — same API, different surfaces:
npx claudepluginhub goww7/halalterminal-claude-skills --plugin halalterminal-claude-skillsEU AI Act compliance for Claude Code — classify an AI feature's risk category and generate Article 50 transparency notices. Deterministic, runs locally, for non-financial SaaS.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions