← Back to Skills Marketplace
wdblink

tushare-base

by WdBlink · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2805
Downloads
3
Stars
11
Active Installs
1
Versions
Install in OpenClaw
/install tushare-base
Description
Fetch Chinese stock and futures market data via Tushare API. Supports stock quotes, futures data, company fundamentals, and macroeconomic indicators. Use when the user needs financial data from Chinese markets. Requires TUSHARE_TOKEN environment variable.
Usage Guidance
This skill appears to implement exactly what it claims (fetching Chinese market data via Tushare) and the included script looks benign, but the registry metadata omission is a red flag. Before installing or running it: (1) Confirm the publisher/source — no homepage is provided. (2) Don't paste your TUSHARE_TOKEN into shared or public files; prefer exporting it in a shell session or use a secrets manager rather than committing it to dotfiles. (3) Review scripts/market.py yourself (you have the file) to ensure no hidden endpoints or logging of secrets; the visible code only calls the tushare library. (4) Install dependencies in a virtualenv or sandbox (pip3 install --user or venv) to limit impact. (5) Ask the publisher/registry owner to update the metadata to declare TUSHARE_TOKEN as a required credential so automated checks and users are not misled.
Capability Analysis
Type: OpenClaw Skill Name: tushare-base Version: 1.0.0 The skill bundle is benign. It provides a legitimate interface to the Tushare financial data API. The `SKILL.md` clearly documents the skill's purpose, prerequisites (including the `TUSHARE_TOKEN` environment variable), and usage examples. The `scripts/market.py` script correctly utilizes `os.getenv` to retrieve the API token and interacts solely with the `tushare` library to fetch and display financial data. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection against the agent, or obfuscation. All actions are aligned with the stated purpose of fetching financial market data.
Capability Assessment
Purpose & Capability
The skill's name, description, SKILL.md, and scripts/market.py all clearly rely on a TUSHARE_TOKEN for the Tushare API, but the registry metadata lists no required environment variables or primary credential — a mismatch between claimed purpose and declared requirements.
Instruction Scope
SKILL.md gives concrete instructions: register at tushare.pro, set TUSHARE_TOKEN in your shell, pip install tushare/pandas, and run scripts/market.py with specific commands. The instructions focus on the stated purpose and do not ask the agent to read unrelated files or send data to unknown endpoints.
Install Mechanism
There is no install spec (instruction-only plus a bundled script). The code uses the public 'tushare' Python package; SKILL.md recommends installing it via pip. No downloads from arbitrary URLs or archive extraction are present.
Credentials
The code and documentation expect a single API secret (TUSHARE_TOKEN), which is proportionate to the functionality. However, the registry metadata failing to declare this required environment variable is an incoherence that could mislead users and permissioning systems.
Persistence & Privilege
The skill does not request permanent presence (always=false) and does not modify other skills or system-wide settings. It relies on runtime environment variables but does not request elevated platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tushare-base
  3. After installation, invoke the skill by name or use /tushare-base
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the tushare skill. - Fetch Chinese stock and futures market data via the Tushare API. - Supports stock quotes, futures data, company fundamentals, and macroeconomic indicators. - Requires TUSHARE_TOKEN environment variable. - Includes usage instructions, command quick reference, and troubleshooting FAQ.
Metadata
Slug tushare-base
Version 1.0.0
License
All-time Installs 14
Active Installs 11
Total Versions 1
Frequently Asked Questions

What is tushare-base?

Fetch Chinese stock and futures market data via Tushare API. Supports stock quotes, futures data, company fundamentals, and macroeconomic indicators. Use when the user needs financial data from Chinese markets. Requires TUSHARE_TOKEN environment variable. It is an AI Agent Skill for Claude Code / OpenClaw, with 2805 downloads so far.

How do I install tushare-base?

Run "/install tushare-base" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is tushare-base free?

Yes, tushare-base is completely free (open-source). You can download, install and use it at no cost.

Which platforms does tushare-base support?

tushare-base is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created tushare-base?

It is built and maintained by WdBlink (@wdblink); the current version is v1.0.0.

💬 Comments