Akshare Stock Temp
v1.0.0A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
⭐ 0· 433·4 current·5 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name and description match the included instructions and the Python script: both use the AkShare library to fetch A‑share quotes, historical K‑lines, board/sector data, fund flows, etc. No unrelated credentials, binaries, or system paths are requested.
Instruction Scope
SKILL.md gives concrete AkShare API calls and a Baostock fallback; it instructs installing akshare via pip and notes network dependence. The runtime instructions do not ask for unrelated files or secrets. One practical issue: the script calls a function get_fund_flow that uses an undefined name stock_individual_fund_flow (missing ak. prefix), which will raise a runtime error—this is sloppy but not malicious.
Install Mechanism
There is no automated install spec in the bundle (instruction-only), which is lower risk. The README recommends 'pip install akshare' — this will download code from PyPI and the library will make outbound network requests to data sources. That is expected for this purpose but means you should review the akshare package/version and run in a controlled environment if concerned.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code and instructions do not attempt to read secrets or unrelated env vars. Network access is required for data retrieval, which is proportionate to the stated function.
Persistence & Privilege
The skill does not request permanent presence (always=false) and does not modify system or other skill configs. Autonomous invocation is allowed by default (normal) but not combined with other high-risk behaviors here.
Assessment
This skill is internally consistent: it wraps the AkShare Python library to fetch Chinese A‑share data and needs only network access and the AkShare package from PyPI. Before installing: 1) verify the publisher/source (metadata in the bundle is inconsistent: _meta.json owner/slug/version differ from registry metadata and the package has no homepage), 2) run 'pip install akshare' in a virtualenv or isolated environment and inspect/lock the akshare version, 3) be aware the included script has a bug (undefined call in get_fund_flow) so expect runtime errors unless fixed, and 4) treat retrieved data as informational only (the SKILL.md already warns it’s not investment advice). If you require higher assurance, ask the publisher for a canonical repository/homepage and a matching metadata update before installing.Like a lobster shell, security has layers — review code before you run it.
latestvk972z97h90g29sznkvkehkeh8582vq4j
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
