This takes K-line stock data and runs technical analysis on it, calculating MA, MACD, RSI and other indicators to identify trends and trade signals. You'd use it after pulling data with the data-collect skill, typically when someone asks to analyze a stock's technicals or whether it's worth buying. It follows a strict entry strategy, won't recommend buys if the bias rate exceeds 5%, and prefers buying on pullbacks to MA5/MA10 support during uptrends. Outputs a JSON with trend status, MACD signals, volume analysis, and an actionable buy/hold/sell recommendation with a score out of 100. The scoring is transparent: 75+ is strong buy, under 30 is sell. It's opinionated about trend trading and designed for Chinese A-shares, so expect the analysis to reflect that philosophy.
npx skills add https://github.com/ismxy0934/qing-skills --skill technical-analysis