← 返回 Skills 市场
alsoforever

Tushare Cli

作者 alsoforever · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
160
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tushare-cli
功能描述
Tushare 数据查询 CLI
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tushare-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tushare-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
tushare-cli 1.0.0 初始发布 - 提供通过命令行查询 Tushare 财经数据的功能 - 支持股票基本信息、财务指标、日线行情和财经新闻的查询 - 文档包含详细使用说明和示例 - 需配置 TUSHARE_TOKEN 环境变量
元数据
Slug tushare-cli
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Tushare Cli 是什么?

Tushare 数据查询 CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。

如何安装 Tushare Cli?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tushare-cli」即可一键安装,无需额外配置。

Tushare Cli 是免费的吗?

是的,Tushare Cli 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tushare Cli 支持哪些平台?

Tushare Cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tushare Cli?

由 alsoforever(@alsoforever)开发并维护,当前版本 v1.0.0。

💬 留言讨论