← Back to Skills Marketplace
1914
Downloads
1
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install tushare-pro
Description
A股/港股/期货量化数据查询工具。基于 Tushare Pro API,直接通过 HTTP REST 接口调用,无需 pip 和 Python 环境。用于获取中国A股/港股/期货/指数/资金流向/财务数据。
Usage Guidance
这是一个说明性技能,行为与描述一致,但在安装/使用前请注意:
- 仅为该技能提供 TUSHARE_TOKEN,不要共享其他凭据。
- 若按文档创建 ~/.openclaw/skills/tushare-pro/token.env,请为该文件设置严格文件权限(仅限用户读取),避免把 token 提交到版本控制或备份服务。
- 文档中 token.env 注释有域名拼写错误(tussahre.pro),请确认使用正确站点 https://tushare.pro 并确认 API 请求目标是 https://api.tushare.pro。
- 推荐使用环境变量或系统秘钥管理器保存 token 而不是明文文件;若 token 泄露,及时在 tushare.pro 撤销/重置。
- 可要求技能作者在元数据中明确声明配置路径(或把配置步骤改为可选),以消除当前文档/元数据的不一致。
Capability Analysis
Type: OpenClaw Skill
Name: tushare-pro
Version: 1.0.0
The skill is a legitimate tool for querying financial data from the Tushare Pro API. The Python code in SKILL.md uses standard libraries (urllib, json) to communicate directly with the official API endpoint (api.tushare.pro) and contains no evidence of data exfiltration, malicious execution, or prompt injection. The requirement for a TUSHARE_TOKEN is consistent with the service's documented authentication model.
Capability Assessment
Purpose & Capability
技能名/描述为通过 Tushare Pro 获取股市数据,所需的 TUSHARE_TOKEN 与目的直接相关;没有请求与功能无关的外部凭据或二进制。
Instruction Scope
SKILL.md 明确描述用法并给出 HTTP 调用示例;唯一不一致之处是元数据声明“required config paths: none”,但文档指示在 ~/.openclaw/skills/tushare-pro/ 下创建 token.env(该文件也包含在清单中)。建议将此配置路径在元数据中声明或在文档中说明该路径是可选的。
Install Mechanism
这是 instruction-only 技能,没有 install spec、下载或可执行安装步骤,所以不会把第三方代码写入磁盘或自动执行安装脚本。
Credentials
仅要求一个环境变量 TUSHARE_TOKEN,与技能用途成比例。但文档建议把 token 明文写入 token.env 文件并保存在用户主目录下;这存在普通的凭据保管风险(明文、文件权限)。
Persistence & Privilege
技能未请求 always:true 或修改其他技能/系统配置。agent 可自主调用(平台默认),但这与技能本身无关且权限范围有限。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tushare-pro - After installation, invoke the skill by name or use
/tushare-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Direct access to Tushare Pro quantitative financial data for China A-shares, Hong Kong stocks, futures, and indices via HTTP REST API—no Python or pip required.
- Supports daily data queries for equities, indices, funds flow, and futures
- Requires only TUSHARE_TOKEN environment variable, no additional dependencies
- Provides ready-to-use example scripts and command templates
- Detailed instructions for obtaining and configuring the API token
- Includes tips on API usage limits and data field formats
Metadata
Frequently Asked Questions
What is Tushare Pro A股数据?
A股/港股/期货量化数据查询工具。基于 Tushare Pro API,直接通过 HTTP REST 接口调用,无需 pip 和 Python 环境。用于获取中国A股/港股/期货/指数/资金流向/财务数据。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1914 downloads so far.
How do I install Tushare Pro A股数据?
Run "/install tushare-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tushare Pro A股数据 free?
Yes, Tushare Pro A股数据 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tushare Pro A股数据 support?
Tushare Pro A股数据 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tushare Pro A股数据?
It is built and maintained by GloryJack (@gloryjack); the current version is v1.0.0.
More Skills