Pulls real-time quotes, historical charts, and technical indicators from Yahoo Finance through a straightforward CLI. You get the usual suspects like SMA, RSI, MACD, plus news feeds, analyst recommendations, and stock screeners for finding gainers or most actives. The command structure is clean enough that you can pipe data around or build it into automated reporting workflows. It's worth noting the included reference guides for daily and weekly reports, which give you actual templates rather than making you figure out the analysis patterns yourself. Works for both stocks and crypto. Requires npx, so it's zero install friction if you're already in a Node environment.
npx skills add https://github.com/bruce-shi/ticker-cli --skill stock-analysis