This is a batch market scanner that pulls real-time quotes, capital flow breakdowns, and candlestick data for multiple symbols at once, then computes MACD, RSI, and Bollinger Bands in-context from the OHLCV data. It's useful when you want a quick technical and capital flow snapshot across a handful of stocks without switching between tools. The skill combines three Longbridge CLI commands (quote, capital, kline) and stitches the output into per-symbol scan cards. Indicators are approximations computed on the fly, not from a dedicated TA library, so treat them as directional signals rather than precise values. If you need depth on just one metric, the related single-purpose skills (quote, capital-flow, kline) are cleaner.
npx -y skills add longbridge/skills --skill longbridge-market-scanner --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
binance/binance-skills-hub
binance/binance-skills-hub