← Back to Skills Marketplace
199
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tushare-future-data
Description
提供明确支持的14个Tushare期货接口,涵盖期货合约信息、各类行情数据、仓单持仓及指数等全面期货数据查询服务。
Usage Guidance
This skill appears to be a straightforward Tushare Pro wrapper for futures data and only needs your TUSHARE_TOKEN. Before installing: 1) Provide a dedicated Tushare token with the minimal permissions you need (avoid sharing broader account credentials). The skill will send that token to Tushare Pro when calling APIs. 2) Note the metadata inconsistency: some registry metadata omitted the required env var while metadata.json and docs require TUSHARE_TOKEN — confirm the platform will protect that env var. 3) The code has a couple of minor bugs (e.g., trade_cal is routed through pro.query but the implementation may not pass the 'api_name' correctly; import failures of tushare are caught but will surface unclear error messages). These are functionality/usability issues, not indicators of data exfiltration. 4) Ensure tushare and pandas are installed in the runtime environment; test calls with a token that has restricted permissions first. 5) If you plan to allow the agent to invoke skills autonomously, be aware the skill can make arbitrary API calls to Tushare using your token — restrict token scope and monitor usage.
Capability Analysis
Type: OpenClaw Skill
Name: tushare-future-data
Version: 1.0.0
The skill is a legitimate wrapper for the Tushare Pro futures data API. It implements a strict whitelist of 14 supported API endpoints in `__init__.py`, effectively preventing arbitrary method execution via `getattr`. Authentication is handled securely by requiring a user-provided token through environment variables or parameters, and the code lacks any indicators of data exfiltration, persistence, or malicious prompt injection.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, README, requirements.txt and __init__.py all consistently implement a narrow Tushare Pro futures-data wrapper exposing 14 listed APIs. The declared Python dependencies (tushare, pandas) are appropriate for this purpose.
Instruction Scope
SKILL.md and handler logic keep scope to calling Tushare APIs and returning JSON. The runtime instructions only require a Tushare token (param or env) and do not instruct reading unrelated files or exfiltrating data. Minor implementation issues exist (see guidance) but they are bugs, not evidence of malicious scope creep.
Install Mechanism
No install script or remote download is present; the package is instruction+Python code with a standard requirements.txt. This is low-risk compared with arbitrary remote installers.
Credentials
The skill only needs a Tushare API token (TUSHARE_TOKEN) which is proportionate to contacting Tushare Pro. However, there is an inconsistency: the skill bundle's top-level registry metadata reported 'Required env vars: none' while metadata.json and the SKILL.md state TUSHARE_TOKEN is required. This mismatch should be resolved before trust/automation is granted.
Persistence & Privilege
always:false and no special system-level privileges requested. The skill does not attempt to modify other skills or system configs and does not require permanent platform-wide presence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tushare-future-data - After installation, invoke the skill by name or use
/tushare-future-data - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
该skill封装了Tushare期货板块最核心的14个数据接口,让您可以轻松获取包括:
基础信息:合约列表、交易日历、主力合约映射。
行情数据:日K线、周月K线、历史分钟线及实时分钟行情。
核心参考数据:仓单日报、每日结算价、会员持仓排名。
指数与指标:南华指数、周期统计、涨跌停价格等
Metadata
Frequently Asked Questions
What is Tushare 期货数据?
提供明确支持的14个Tushare期货接口,涵盖期货合约信息、各类行情数据、仓单持仓及指数等全面期货数据查询服务。 It is an AI Agent Skill for Claude Code / OpenClaw, with 199 downloads so far.
How do I install Tushare 期货数据?
Run "/install tushare-future-data" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tushare 期货数据 free?
Yes, Tushare 期货数据 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tushare 期货数据 support?
Tushare 期货数据 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tushare 期货数据?
It is built and maintained by gaingush (@gaingush); the current version is v1.0.0.
More Skills