← Back to Skills Marketplace
14950
Downloads
33
Stars
153
Active Installs
32
Versions
Install in OpenClaw
/install tushare-data
Description
面向中文自然语言的 Tushare 数据研究技能。用于把“看看这只股票最近怎么样”“帮我查财报趋势”“最近哪个板块最强”“北向资金在买什么”“给我导出一份行情数据”这类请求,转成可执行的数据获取、清洗、对比、筛选、导出与简要分析流程。适用于 A 股、指数、ETF/基金、财务、估值、资金流、公告新闻、板块概念与宏观...
Usage Guidance
Install this if you intend to use Tushare for financial data research. Provide TUSHARE_TOKEN only in an environment where you are comfortable letting the agent use your Tushare account and quota. When asking for exports, specify the output folder and filename, and treat generated market summaries as research support rather than investment advice.
Capability Assessment
Purpose & Capability
The artifacts consistently describe Chinese natural-language financial research using Tushare for market data, funds, financials, macro data, news, screening, summaries, and optional exports; they explicitly exclude trading, automatic order placement, and fabricated data.
Instruction Scope
The trigger examples are broad, but they are finance-oriented in context and the skill instructs the agent to clarify ambiguous entities or tasks, so this is a usability/over-triggering note rather than evidence of hidden behavior.
Install Mechanism
Installation metadata declares Python 3.7+, the tushare package, network access, and optional sensitive TUSHARE_TOKEN; no hidden installer, obfuscated bootstrap, privilege escalation, or destructive setup behavior was found.
Credentials
Network access and a Tushare token are proportionate for retrieving Tushare data, but users should understand the token may consume account quota or expose account permissions to the agent environment.
Persistence & Privilege
The skill supports user-directed CSV/parquet exports, result files, and caching guidance, but shows no background worker, automatic persistence outside the workflow, credential harvesting, privilege escalation, or destructive file behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tushare-data - After installation, invoke the skill by name or use
/tushare-data - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.16
Version 1.1.16
- Added environment_variables section to specify TUSHARE_TOKEN in requirements
- Marked TUSHARE_TOKEN as sensitive and not required by default in requirements
- Bumped version from 1.1.15 to 1.1.16 in metadata
- No logic or feature changes; documentation/metadata update only
v1.1.15
Version 1.1.15
- Updated SKILL.md to remove redundant environment variable requirements for TUSHARE_TOKEN (now only in credentials).
- Incremented version number to 1.1.15.
- No changes to skill logic or functionality, documentation cleanup only.
v1.1.14
tushare-data 1.1.14
- Bump version to 1.1.14 in SKILL.md.
- Update sample scripts: scripts/stock_data_demo.py and scripts/fund_data_demo.py.
- No major functionality changes—mainly documentation/version metadata and demonstration script updates.
v1.1.13
- skill 名称由 "tushare-data" 变更为 "tushare",增加 slug 字段
- version 升级:1.1.12 → 1.1.13
- 文件元信息(如 name, slug, version)保持与发布规范对齐,未更动核心处理逻辑和说明内容
- 其余内容无实质性修改,仅为元数据变更(如 skill 标识和版本号)
v1.1.12
### tushare-data 1.1.12
- version号从1.1.10升级为1.1.12
- 仅SKILL.md文档变更,无核心功能或接口变动
- 其余说明、使用方法、意图分类等内容保持不变
v1.1.11
- Renamed the skill and documentation references from "tushare" to "tushare-data" for clarity and consistency.
- No functional changes to code or requirements. This update is documentation-only.
- The SKILL.md has more precise environment check instructions, fixing a redundant period.
- Example and guidance text now consistently refer to the updated skill name.
v1.1.10
## tushare-data 1.1.10 Changelog
- Updated SKILL.md: version number bumped to 1.1.10.
- No other content or logic changes.
v1.1.9
- Renamed the skill in SKILL.md from "tushare-data" to "tushare".
- No other functional or behavioral changes documented.
v1.1.8
**v1.1.8 represents a major documentation and workflow specification update.**
- Overhauled and expanded SKILL.md to provide clear natural language usage guidelines, data retrieval rules, workflow templates, and error handling strategies.
- Defined intent taxonomy and entity normalization for common financial research scenarios in Chinese, supporting broader NL queries.
- Added detailed instructions for environment checks, input normalization, output contract, caching practices, and recommended naming conventions for export files.
- Included new reference documentation (`references/数据接口.md`) and example scripts for fund and stock data retrieval (`scripts/fund_data_demo.py`, `scripts/stock_data_demo.py`).
v1.1.7
- Updated to version 1.1.7.
- Changed the minimum Python version requirement declaration to "3.7+".
- Made the TUSHARE_TOKEN environment variable optional instead of required.
- Minor update in the credentials section formatting.
v1.1.6
- Updated to version 1.1.6.
- Refined and expanded the metadata format in SKILL.md, specifying requirements, dependencies, and credential details.
- Improved environment variable and credentials documentation.
- Added compatibility and usage information in a more structured format.
- Removed the compatibility field and improved overall clarity and organization of instructions.
v1.1.5
- Updated version to 1.1.5.
- Changed credential type for TUSHARE_TOKEN from string to env, recommending environment variable configuration.
- Updated documentation to include instructions for setting the token via environment variable as the primary method.
v1.1.4
- Updated SKILL.md structure for improved clarity and guidance.
- Specified Python compatibility and added author metadata.
- Revised credential field: renamed to TUSHARE_TOKEN, set as required and sensitive.
- Improved environment setup steps and clarified the authentication workflow.
- Updated the API usage example and documentation for better usability.
v1.1.2
- Renamed skill from "tushare-data" to "tushare" in SKILL.md.
- No other changes to description, version, interface, or content.
v1.1.1
- Renamed the skill to "tushare-data".
- Added version field (1.1.1) to metadata.
- Added credentials section describing the required Tushare Token.
- No changes to core usage instructions or available data interfaces.
v1.1.0
- Skill name changed from "tushare-data" to "tushare".
- Updated skill description to match the new name.
- No changes to functionality or API usage documentation.
- All examples and interface lists remain the same.
v1.0.16
- Updated SKILL.md with refined name, description, and overview to emphasize Tushare as a comprehensive financial data platform.
- Improved language for clarity and conciseness in the introduction and usage instructions.
- No changes to code or API; documentation only.
v1.0.15
- Updated SKILL.md with simplified formatting and removed repetitive headers.
- No changes to functionality or interfaces; documentation only.
- Markdown frontmatter has been refreshed for clarity and consistency.
- Expanded explanations and improved markdown structure for better readability.
v1.0.14
No changes since the previous version.
- No file changes detected.
- Functionality and documentation remain the same.
v1.0.13
- Major update: All local reference documentation files removed and replaced with direct online documentation links.
- SKILL.md simplified and streamlined for easier onboarding.
- Data interface list now references official Tushare online docs instead of local markdown files.
- Usage instructions revised and redundancies removed for clarity.
Metadata
Frequently Asked Questions
What is tushare?
面向中文自然语言的 Tushare 数据研究技能。用于把“看看这只股票最近怎么样”“帮我查财报趋势”“最近哪个板块最强”“北向资金在买什么”“给我导出一份行情数据”这类请求,转成可执行的数据获取、清洗、对比、筛选、导出与简要分析流程。适用于 A 股、指数、ETF/基金、财务、估值、资金流、公告新闻、板块概念与宏观... It is an AI Agent Skill for Claude Code / OpenClaw, with 14950 downloads so far.
How do I install tushare?
Run "/install tushare-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 lidayan (@lidayan); the current version is v1.1.16.
More Skills