← Back to Skills Marketplace
same1317

Stock-A

by same1317 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
190
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stock-a
Description
Provides real-time and historical A-share stock data from multiple free sources including mootdx, Sina, Tencent, Eastmoney, and Tushare.
Usage Guidance
This skill appears internally consistent and implements what it claims: simple Python scripts that call public finance endpoints. Before installing, be aware that (1) the scripts perform network requests to third‑party endpoints — run them in an environment you trust and avoid exposing sensitive network contexts; (2) using mootdx or tushare requires installing PyPI packages (check those packages yourself); (3) Tushare Pro endpoints require a token if you upgrade to Pro features — this skill does not request or store credentials; and (4) these public endpoints may rate‑limit or change, so reliability is not guaranteed. If you need extra caution, review the small Python files locally and run them in an isolated/containerized environment.
Capability Analysis
Type: OpenClaw Skill Name: stock-a Version: 1.0.0 The skill bundle is a legitimate tool for retrieving Chinese A-share stock market data from various public financial APIs (Sina, Tencent, EastMoney, and Tushare). The Python scripts in the scripts/ directory perform standard HTTP requests to fetch and parse market data, and the SKILL.md documentation accurately describes the functionality without any signs of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
The name/description (A‑share realtime & historical data from mootdx, Sina, Tencent, Eastmoney, Tushare) matches the provided scripts and SKILL.md. Each script targets a stated data source and implements straightforward HTTP calls or library usage consistent with the skill's purpose.
Instruction Scope
SKILL.md instructs running the included scripts and optionally installing mootdx/tushare. The scripts only perform network requests to the named public endpoints and process/print results; they do not read unrelated files, access environment secrets, or transmit data to unexpected endpoints.
Install Mechanism
There is no install spec; SKILL.md suggests pip installing mootdx/tushare. No downloads from arbitrary URLs or archive extraction are present in the package. Installing PyPI packages is the only external action suggested.
Credentials
The skill requests no environment variables, no credentials, and no config paths. This is proportional: the data sources used are public HTTP APIs or optional libraries (tushare may require a Pro token for advanced endpoints, but no token is requested here).
Persistence & Privilege
The skill is not marked always:true and does not attempt to modify other skills or system settings. Autonomous invocation is allowed by default (platform normal) but the skill does not request elevated or persistent privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stock-a
  3. After installation, invoke the skill by name or use /stock-a
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
A股股票行情数据获取工具,支持 mootdx、新浪、腾讯、东方财富、Tushare 等多数据源
Metadata
Slug stock-a
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Stock-A?

Provides real-time and historical A-share stock data from multiple free sources including mootdx, Sina, Tencent, Eastmoney, and Tushare. It is an AI Agent Skill for Claude Code / OpenClaw, with 190 downloads so far.

How do I install Stock-A?

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

Is Stock-A free?

Yes, Stock-A is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Stock-A support?

Stock-A is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Stock-A?

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

💬 Comments