Stock-A
v1.0.0Provides real-time and historical A-share stock data from multiple free sources including mootdx, Sina, Tencent, Eastmoney, and Tushare.
⭐ 0· 147·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97bhj68nnkthkpesjcjdab35s83nnzs
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
