This is a Chinese stock market analysis tool that wraps three main functions: analyzing single stocks, batch analyzing multiple stocks, and generating market review reports. Each analysis returns structured data with technical indicators (trend, volume, price position), news sentiment, and actionable trading plans with specific entry/exit points. The dashboard output is pretty comprehensive, covering everything from one-line conclusions to risk checklists. It pulls from analyzer_service.py and uses a config system that defaults to environment variables if you don't pass one in. Realistically useful if you're building a trading assistant or market monitoring system for Chinese equities and want the analysis logic already packaged up.
npx skills add https://github.com/zhulinsen/daily_stock_analysis --skill stock_analyzer