This is a technical analysis engine for stocks across Chinese A-shares, Hong Kong, and US markets. It pulls price data, calculates indicators like moving averages, MACD, RSI, and bias rates, then feeds everything to an LLM (DeepSeek by default) to generate buy/sell signals with confidence scores and target prices. The setup is straightforward: drop in your API key, list your tickers, and it generates daily dashboards. It can optionally integrate with a separate market-data skill for more stable ETF feeds. The code returns structured JSON with both technical signals and AI-generated advice. Worth noting the disclaimer is prominent, which is appropriate given it's outputting trade recommendations based on pattern matching and LLM interpretation.
npx skills add https://github.com/chjm-ai/stock-daily-analysis-skill --skill stock-daily-analysis