skills/tushare-stock/SKILL.md
--- 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
npx skillsauth add oopslink/trading-skills skills/tushare-stockInstall 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.
# Lookup
tushare-cli stock list # all listed A-shares
tushare-cli stock list --exchange SSE # Shanghai only (SSE/SZSE/BSE)
tushare-cli stock list --list-status D # delisted stocks (L/D/P)
tushare-cli stock basic --ts-code 000001.SZ # stock info
tushare-cli stock search --keyword 平安银行 # find code by name
# Price history
tushare-cli stock daily --ts-code 000001.SZ --start 20240101 --end 20240201
tushare-cli stock weekly --ts-code 000001.SZ --start 20240101
# Fundamentals (PE, PB, turnover)
tushare-cli stock daily-basic --ts-code 000001.SZ --trade-date 20240201
# Real-time / intraday
tushare-cli stock rt-k --ts-code 000001.SZ # real-time K-line
tushare-cli stock minute --ts-code 000001.SZ # intraday minute bars
# Capital flow
tushare-cli stock moneyflow --ts-code 000001.SZ --trade-date 20240201
# Dragon & Tiger / institutional
tushare-cli stock top-list --trade-date 20240201 # Dragon & Tiger list
tushare-cli stock top-inst --trade-date 20240201 # institutional detail
tushare-cli stock holder-trade --ts-code 000001.SZ # insider trades
tushare-cli stock holder-number --ts-code 000001.SZ # shareholder count
# Block trades & pledges
tushare-cli stock block-trade --ts-code 000001.SZ
tushare-cli stock pledge-detail --ts-code 000001.SZ
# ETF
tushare-cli stock etf-daily --ts-code 159915.SZ --start 20240101
# Sector benchmark
tushare-cli stock sector-health --ts-code 801010.SI --start 20240101
tushare-cli stock sector-strength # real-time strong sectors
tushare-cli stock search --keyword 宁德时代
# → returns ts_code like 300750.SZ
tushare-cli --format csv stock daily --ts-code 000001.SZ --start 20240101 > ping_an.csv
tushare-cli --format csv stock daily --ts-code 600036.SH --start 20240101 > merchants.csv
tushare-cli stock moneyflow --ts-code 300750.SZ --trade-date 20240201
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
Use when setting up tushare-cli token, choosing output formats, or getting an overview of available A-share market data query skills
tools
--- 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