← Back to Skills Marketplace
Tushare Cli
by
alsoforever
· GitHub ↗
· v1.0.0
· MIT-0
160
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install tushare-cli
Description
Tushare 数据查询 CLI
Usage Guidance
This skill appears to do what it claims: it calls the Tushare pro API using the TUSHARE_TOKEN and prints results. Before installing or running it: (1) Ensure you trust the source/author and the homepage link; (2) supply a valid TUSHARE_TOKEN from your Tushare account and keep it secret (do not paste it into public places); (3) install the 'tushare' Python package in a controlled environment (virtualenv) so dependency installation doesn't affect your system; (4) you can review the included scripts/tushare_cli.py (it is short and readable) — it only uses the Tushare API and prints data, it does not exfiltrate data to other endpoints; (5) if you need stronger isolation, run it in a container or sandbox. Overall there are no unexplained credential requests or suspicious network endpoints in the bundle.
Capability Analysis
Type: OpenClaw Skill
Name: tushare-cli
Version: 1.0.0
The tushare-cli skill is a legitimate tool for querying financial data using the Tushare API. The core logic in scripts/tushare_cli.py correctly utilizes the TUSHARE_TOKEN environment variable to authenticate with the official tushare library and provides standard CLI commands for stock information, financial indicators, and news. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (Tushare 数据查询 CLI) match the files and behavior. Declared requirements — python3 and TUSHARE_TOKEN — are exactly what the bundled script needs to call the Tushare pro API. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md and README only instruct running the included Python script with the expected subcommands (basic, indicators, daily, news). The runtime instructions reference only the TUSHARE_TOKEN env var and standard CLI usage; they do not direct the agent to read other system files, arbitrary env vars, or post data to unexpected endpoints.
Install Mechanism
There is no automated install spec (instruction-only skill plus an included script). The script depends on the third-party Python package 'tushare' but does not install it automatically (it prints an error asking the user to pip install tushare). This is low risk but means the runtime environment must have the package installed (network access to pip would be necessary if you install it). No downloads from arbitrary URLs or archive extraction are present.
Credentials
Only one required environment variable (TUSHARE_TOKEN) is listed and used. That is proportionate: the code reads only TUSHARE_TOKEN to authenticate to the Tushare API. No other secrets or unrelated credentials are requested.
Persistence & Privilege
Skill does not request persistent presence (always: false) and does not modify other skill or system configs. It runs as an invoked CLI tool and has no elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tushare-cli - After installation, invoke the skill by name or use
/tushare-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
tushare-cli 1.0.0 初始发布
- 提供通过命令行查询 Tushare 财经数据的功能
- 支持股票基本信息、财务指标、日线行情和财经新闻的查询
- 文档包含详细使用说明和示例
- 需配置 TUSHARE_TOKEN 环境变量
Metadata
Frequently Asked Questions
What is Tushare Cli?
Tushare 数据查询 CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 160 downloads so far.
How do I install Tushare Cli?
Run "/install tushare-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tushare Cli free?
Yes, Tushare Cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tushare Cli support?
Tushare Cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tushare Cli?
It is built and maintained by alsoforever (@alsoforever); the current version is v1.0.0.
More Skills