— No reviews yet
0 installs
9 views
0.0% view→install
Install
$ agentstack add skill-goww7-halalterminal-claude-skills-halal-watchlist ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Halal Watchlist? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
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:
. - 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.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: goww7
- Source: goww7/halalterminal-claude-skills
- License: Apache-2.0
- Homepage: https://halalterminal.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.