Wraps the yfinance Python library to pull stock prices, historical data, financial statements, options chains, analyst recommendations, and pretty much anything Yahoo Finance exposes. The skill document is thorough: it checks if yfinance is installed, maps user requests to the right API methods (ticker.info for quotes, ticker.history for charts, ticker.option_chain for derivatives), and includes handling for timezones and rate limits. Good for quick market data queries without setting up your own financial API. Just know that yfinance is unofficial and Yahoo can change things without warning, so treat this as research grade rather than production infrastructure.
npx skills add https://github.com/himself65/finance-skills --skill yfinance-data