Tushare Pro financial data API skill for OpenClaw - Chinese stock market data
npx skills add https://github.com/daydreammy/tushare-openclaw-skill --skill tushare-api使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。
Tushare Pro financial data API skill for OpenClaw - Query Chinese stock market data including stocks, funds, futures, bonds, and macroeconomic indicators.
Compare top 3 Chinese liquor companies (Moutai, Wuliangye, Luzhou Laojiao)

Query top 10 stocks with highest gains

Detailed financial report for specific stocks (e.g., Moutai)

Complete annual report with balance sheet, income statement, cash flow

Compare different market indices (CSI 300, SSE 50, etc.)

# Install via OpenClaw
openclaw skills install https://github.com/DayDreammy/tushare-openclaw-skill
# Or manually copy to your skills directory
cp -r tushare-api ~/.openclaw/skills/
tushare-api/
├── SKILL.md # Main skill definition
├── README.md # This file
├── references/
│ └── api-reference.md # Complete API documentation
└── scripts/
├── tushare_examples.py # Usage examples
└── analyze_bank_stocks.py # Bank stock analysis demo
tushare package: pip install tushareOnce installed, you can ask OpenClaw:
适用于 OpenClaw 的 Tushare Pro 金融数据 API Skill - 查询中国股票、基金、期货、债券和宏观经济数据。
对比茅台、五粮液、泸州老窖的财务数据

查询涨幅最大的前10只股票

单只股票的详细财务报告(如茅台)

完整的年报数据,包括资产负债表、利润表、现金流量表

对比不同市场指数(沪深300、上证50等)

# 通过 OpenClaw 安装
openclaw skills install https://github.com/DayDreammy/tushare-openclaw-skill
# 或手动复制到 skills 目录
cp -r tushare-api ~/.openclaw/skills/
tushare-api/
├── SKILL.md # Skill 主定义文件
├── README.md # 本文件
├── references/
│ └── api-reference.md # 完整 API 文档
└── scripts/
├── tushare_examples.py # 使用示例
└── analyze_bank_stocks.py # 银行股分析示例
tushare 包: pip install tushare安装后,你可以问 OpenClaw:
This skill has been submitted to the official OpenClaw skill directory:
本 Skill 已提交到 OpenClaw 官方技能仓库:
🔗 PR: https://github.com/openclaw/clawhub/pulls
MIT License - See LICENSE for details.