Overview
StockMarketAI is a multi-horizon US equity research system. It auto-screens the S&P 500, NASDAQ 100, and ETFs, dynamically activating swing (1-4 weeks), mid-term (1-3 months), long-term (3+ months), and ETF pools based on macro regime signals like VIX and the yield curve, with the Hermes agent scheduling and pushing AI-generated research reports. It also connects to real trading via the uSMART (盈立证券) Open API for live quotes, positions, option chains, and order execution, exposed in Claude Code as seven interactive skills: `/portfolio` for live holdings and stop-loss alerts, `/analyze` for a four-role AI investment committee (bull/bear/macro/judge) debate on any ticker, `/optstrat` for options strategy suggestions, `/quote` for real-time snapshots, `/kline` for text-rendered candlestick charts, `/trade` for semi-automated order placement (buy/sell/cancel/stop-loss, always confirmed by the user before write actions), and `/scout` for top-down discovery of undervalued stocks and ETFs. All output is for personal research only and is not investment advice.
Tech Stack