agentsclimarketplace

Halal watchlist

Skill goww7/halalterminal-claude-skills/skills/halal-watchlist

Claude Code plugin — Shariah-compliant stock screening, halal portfolio builder with DCA, ETF analysis (5 methodologies: AAOIFI/DJIM/FTSE/MSCI/S&P), zakat calculator, and methodology education. Powered by Halal Terminal.

Install
npx -y skills add goww7/halalterminal-claude-skills --skill halal-watchlist

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Create, view, modify, or delete stock watchlists with compliance status attached to each symbol. Use when the user wants to track stocks for later screening / monitoring.

SKILL.md

1.7 KB, as published. Nobody here has run it

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

  1. Identify the action: create, list, get, add_symbol, remove_symbol, delete.
  2. Extract watchlist_id or name and symbol as needed.
  3. Call MCP tool manage_watchlist with the relevant args.
  4. When showing a watchlist, enrich each symbol with get_screening_result (cached — cheap) and get_quote (cheap). If a symbol has never been screened, flag "not yet screened — ask me to screen it".
  5. 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.