This is a comprehensive Chinese stock analysis tool that pulls real-time market data through Python scripts and applies a structured scoring framework across three layers: macro environment (market cycle, foreign capital flows), sector strength (relative performance against ETFs, capital flows), and individual stock technicals (trend, MACD, RSI, volume-price). You get a 100-point score with specific buy/sell levels and ATR-based stop losses. The skill explicitly forbids web scraping for price data and requires running fetch_full_analysis.py first, then interprets the JSON output into a detailed markdown report. It's opinionated about risk management and repeatedly emphasizes that macro trends matter more than individual stock picks. Best for systematic traders who want data-driven analysis instead of gut feel.
npx skills add https://github.com/allenai2014/ai-investment-advisor --skill analyze