A straightforward wrapper for FinnHub's financial data API that gets you real-time stock quotes, company fundamentals, earnings calendars, and market news. Free tier gives you 60 calls per minute covering US stocks, forex, and crypto, which is enough for most analysis work. The skill covers the basics well with Python examples for quotes, historical candles, news feeds, and financial metrics like P/E ratios and margins. You also get WebSocket support for streaming real-time trades if you need it. Rate limiting is the main thing to watch since you'll hit 60 requests faster than you think when pulling data for multiple symbols.
npx skills add https://github.com/adaptationio/skrillz --skill finnhub-api