From halalterminal-claude-skills
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/halalterminal-claude-skills:halal-news-watchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- "Any news on AAPL's compliance?"
references/disclaimer.md.get_news with symbol: <SYM>, limit: 20, compliance_relevance: "high" — this returns only articles tagged debt_issuance / m_and_a / dividend_change / equity_action / distress. The tagger is server-side; you do not need to keyword-match yourself.compliance_relevance: "high" returns 0 hits, retry with compliance_relevance: "medium" to surface softer signals (refinancings, share splits, governance changes)./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.get_sec_filings for the raw 10-K/10-Q calendar if the user wants context.compliance_categories (debt_issuance + m_and_a outrank dividend_change + equity_action) then by recency.1–2 tokens per symbol per call × 2 calls = ~4 tokens per symbol. For 10 holdings, ~40 tokens.
<SYM> — <headline> (<date>, <source>). Tagged: <compliance_categories>. Why it matters: <one-line compliance-impact explanation>.staleness.is_stale: true, prepend a "🚨 Re-screen recommended" line with the filing URL.npx claudepluginhub goww7/halalterminal-claude-skills --plugin halalterminal-claude-skillsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.