apify-financial-news
Installation
SKILL.md
Financial News Intelligence
Discover and extract financial news for portfolio companies via Apify Actors. Two modes:
- Single company — news scan for one company.
- Portfolio scan — same pipeline run across multiple companies.
33 Tier 1 sources organized in 4 categories (Global / Pan-European / Institutional / CEE Local). Tier 2 = broad Google News fallback for unverified domains.
Estimated cost: $0.10–0.50 per single company, $1–5 per full portfolio scan.
Prerequisites
- Apify access — preferred:
apifyCLI (npm install -g apify-cli && apify login); fallback: Apify MCP connector (call-actortool). CLI is faster and preferred when both are available. - Python 3 +
pip install readability-lxml lxml(for theextract_and_clean.pypost-processor) - Companies data at
${CLAUDE_PLUGIN_ROOT}/data/companies.json
${CLAUDE_PLUGIN_ROOT} is the plugin's root directory (where .claude-plugin/ lives). It is resolved automatically by Claude Code when the plugin is installed, or set to the --plugin-dir path during development.