skills/tushare-index/SKILL.md
--- name: tushare-index description: Use when querying Shenwan industry index (申万) daily data, sector constituents, or global market indices (S&P 500, Nikkei, HSI) using tushare-cli. Triggers on: 申万, 行业指数, 成分股, 全球指数. --- # tushare-index: Shenwan & Global Index Queries ## Commands ```bash # Shenwan index daily data tushare-cli index sw-daily --ts-code 801010.SI --start 20240101 --end 20240201 # List Shenwan codes by level tushare-cli index classify # all L1 codes tushare-cli index c
npx skillsauth add oopslink/trading-skills skills/tushare-indexInstall 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.
# Shenwan index daily data
tushare-cli index sw-daily --ts-code 801010.SI --start 20240101 --end 20240201
# List Shenwan codes by level
tushare-cli index classify # all L1 codes
tushare-cli index classify --level 2 # L2 codes
# Constituent stocks of a Shenwan index
tushare-cli index sw-members --ts-code 801010.SI
# Global indices
tushare-cli index global
| Code | Sector | Code | Sector | |------|--------|------|--------| | 801010.SI | Agriculture | 801080.SI | Electronics | | 801020.SI | Mining | 801110.SI | Home Appliances | | 801030.SI | Chemicals | 801140.SI | Retail | | 801040.SI | Steel | 801160.SI | Public Utilities | | 801170.SI | Transportation | 801180.SI | Real Estate | | 801200.SI | Finance | 801210.SI | Banks | | 801230.SI | Non-ferrous | 801750.SI | Computers | | 801760.SI | Media | 801770.SI | Telecom | | 801780.SI | Financials | 801790.SI | Non-bank Finance | | 801880.SI | Autos | 801890.SI | Machinery |
tushare-cli index sw-members --ts-code 801080.SI # Electronics constituents
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