apify-financial-osint
Installation
SKILL.md
Financial OSINT — Social Listening
Discover and quantify what the internet is saying about portfolio companies. Three verified Apify Actors only — Reddit (sentiment + threaded discussion), Twitter/X (real-time mentions, crisis monitoring), Trustpilot (customer satisfaction). All actors verified against real demo data with ≥98% success rate.
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. - Companies data at
${CLAUDE_PLUGIN_ROOT}/data/companies.json(read fields:queries.reddit,queries.twitter,trustpilot_urls,identifiers.ticker) - Per-company routing pre-computed at
${CLAUDE_PLUGIN_ROOT}/skills/apify-financial-osint/data/osint-targets.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.
Workflow checklist
Copy this and tick boxes as you progress: