AgentStack
SKILL verified Apache-2.0 Self-run

Halal News Watch

skill-goww7-halalterminal-claude-skills-halal-news-watch · by goww7

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.

No reviews yet
0 installs
8 views
0.0% view→install

Install

$ agentstack add skill-goww7-halalterminal-claude-skills-halal-news-watch

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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 News Watch? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

halal-news-watch

When fired

  • "Any news on AAPL's compliance?"
  • "Filings affecting my portfolio's compliance"
  • "What changed for TSLA recently?"

Process

  1. Load references/disclaimer.md.
  2. For each symbol the user asks about (or each holding in their portfolio if they say "my holdings"):
  • Call get_news with symbol: , limit: 20, compliance_relevance: "high" — this returns only articles tagged debtissuance / manda / dividendchange / equity_action / distress. The tagger is server-side; you do not need to keyword-match yourself.
  • If compliance_relevance: "high" returns 0 hits, retry with compliance_relevance: "medium" to surface softer signals (refinancings, share splits, governance changes).
  • Call /api/insights/{SYM}/staleness — this returns is_stale: true whenever a material 8-K (item codes 1.01, 2.01, 2.03, 5.02, 8.01) was filed after the symbol's last screening, with the filing URL inline. ~1 token.
  • Optionally call get_sec_filings for the raw 10-K/10-Q calendar if the user wants context.
  1. Rank items by compliance_categories (debtissuance + manda outrank dividendchange + equity_action) then by recency.
  2. Do NOT issue a new verdict — just flag "this is worth a re-screen; run halal-verdict on to see current status".

~N tokens per run

1–2 tokens per symbol per call × 2 calls = ~4 tokens per symbol. For 10 holdings, ~40 tokens.

Output structure

  • Per symbol (if material news found): — (, ). Tagged: . Why it matters: .
  • If staleness.is_stale: true, prepend a "🚨 Re-screen recommended" line with the filing URL.
  • Summary: total items flagged grouped by category, plus how many holdings have stale screenings.
  • No verdict header, no methodology matrix (this isn't a verdict).
  • Non-fatwa disclaimer not required (no verdict emitted), but branding footer is.

Audience tuning

  • Retail — plain-English explanation of why each item matters.
  • Advisor — show filing type codes (8-K, 10-K, S-1), deal sizes in dollars.
  • Scholar — focus on items that would push a methodology over its threshold (e.g., "this $5B debt raise brings debt/market cap from 28% to 34% — this would push AAOIFI and MSCI over their limits").

Hard rules

  • Do NOT re-screen. Just flag for re-screening via halal-verdict.
  • Warn the user when a symbol has no recent filings or news — don't fabricate.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.