From trading-skills
Queries Shenwan industry index daily data, sector constituents, and global market indices (S&P 500, Nikkei, HSI) via tushare-cli.
How this skill is triggered — by the user, by Claude, or both
Slash command
/trading-skills:tushare-indexThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```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 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
npx claudepluginhub oopslink/trading-skills --plugin trading-skillsRanks Shenwan industry sectors by return and momentum for sector rotation analysis. Provides L1/L2 ranking, velocity, and full detail commands via tushare-cli.
Fetches A-share market data, financials, and macro indicators via Tushare API. Provides scripts for daily K-line, income statements, and index data. Requires Tushare token.
Queries A-share securities data (K-line, financials, macro, industry) via the free BaoStock Python API, returning pandas DataFrames.