skills/tushare-alpha/SKILL.md
--- name: tushare-alpha description: Use when performing sector rotation analysis, ranking Shenwan industry sectors by return or momentum, or building a sector strategy screen using tushare-cli. Triggers on: 行业轮动, 板块排名, 行业强弱, 动量, sector rotation. --- # tushare-alpha: Sector Rotation & Ranking ## Commands ```bash tushare-cli alpha rank-l1 --end-date 20240201 # L1 sector ranking tushare-cli alpha rank-l2 --end-date 20240201 # L2 sector ranking tushare-cli alpha rank-l1-vel
npx skillsauth add oopslink/trading-skills skills/tushare-alphaInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
tushare-cli alpha rank-l1 --end-date 20240201 # L1 sector ranking
tushare-cli alpha rank-l2 --end-date 20240201 # L2 sector ranking
tushare-cli alpha rank-l1-velocity --end-date 20240201 # L1 momentum / velocity
tushare-cli alpha rank-l2-velocity --end-date 20240201 # L2 momentum / velocity
tushare-cli alpha rank-l1-full --end-date 20240201 # L1 full detail
tushare-cli alpha sector-strategy --sector-code 801010.SI --end-date 20240201
tushare-cli --format json alpha rank-l1 --end-date 20240201 | \
jq 'sort_by(-.pct_chg) | .[:5]'
tushare-cli --format json alpha rank-l1-velocity --end-date 20240201 | \
jq 'sort_by(-.velocity) | .[:5]'
tools
Analyze A-share money flow from tick-level data using the trading-analysis CLI, with both historical and real-time modes. Use this skill whenever the user mentions money flow, capital flow, main force inflow/outflow, institutional buying, tick-level analysis, order size classification (super-large/large/medium/small orders), real-time monitoring of capital flow, or wants to know whether smart money is buying or selling a stock. Also use when the user asks about 资金流向, 主力资金, 大单, 超大单, 散户, 逐笔分析, or 实时监控.
tools
Operate miniQMT/xtquant via the miniqmt-cli tool -- market data queries, real-time streaming, account management, order placement with safety guards, daemon health checks, SSH tunnel management, and deployment to Windows. Use this skill whenever the user mentions miniqmt, miniQMT, xtquant, QMT trading, placing stock orders via CLI, checking positions or assets on a QMT account, streaming ticks or klines from QMT, deploying the trading daemon, or troubleshooting the miniqmt-cli daemon. Also use when the user asks about A-share programmatic trading via a CLI daemon architecture.
tools
--- name: tushare-stock description: Use when querying A-share individual stock data including price history, real-time quotes, capital flow, shareholders, block trades, pledges, ETF, or sector health using tushare-cli. Triggers on: 个股, 行情, 资金流向, 龙虎榜, 股东, 质押, ETF. --- # tushare-stock: Individual Stock Queries ## Commands ```bash # Lookup tushare-cli stock list # all listed A-shares tushare-cli stock list --exchange SSE # Shanghai only (SSE/SZSE
tools
Use when setting up tushare-cli token, choosing output formats, or getting an overview of available A-share market data query skills