Tushare Cli

v1.0.0

Tushare 数据查询 CLI

0· 154·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for alsoforever/tushare-cli.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Tushare Cli" (alsoforever/tushare-cli) from ClawHub.
Skill page: https://clawhub.ai/alsoforever/tushare-cli
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: TUSHARE_TOKEN
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install tushare-cli

ClawHub CLI

Package manager switcher

npx clawhub@latest install tushare-cli
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

📈 Clawdis
Binspython3
EnvTUSHARE_TOKEN
latestvk97eagvztkn7k3bpknn78gqb6x83rd65
154downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

📈 tushare-cli - Tushare 数据查询

Tushare 财经数据查询工具

作者: 滚滚家族
版本: 1.0.0
主页: https://aigogoai.com


🎯 技能描述

一个提供 Tushare 财经数据查询的工具。

核心功能:

  • 📈 股票基本信息查询
  • 📊 财务指标查询
  • 💹 日线行情查询
  • 📰 财经新闻查询

🚀 使用方法

1. 股票基本信息

python scripts/tushare_cli.py basic --stock 000001.SZ

2. 财务指标

python scripts/tushare_cli.py indicators --stock 600519.SH

3. 日线行情

python scripts/tushare_cli.py daily --stock 000001.SZ

4. 财经新闻

python scripts/tushare_cli.py news

💚 滚滚的话

"你只管 do it,数据查询交给滚滚!"

翻滚的地球人,一直在! 🌪️💚


作者: 滚滚家族
版本: 1.0.0
许可: MIT

Comments

Loading comments...