AKShare
v1.0.3AKShare 开源金融数据接口库 - 支持A股、港股、美股、期货、期权、基金、债券、外汇、宏观数据,免费无需API Key。
⭐ 4· 1.1k·9 current·9 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, examples, and included files all describe using the AKShare Python library to fetch financial market data. Required binaries (python3) and the provided examples align with that purpose. Minor metadata inconsistencies exist: multiple version strings appear (1.0.3 in registry metadata vs SKILL.md 1.2.0 vs metadata/_meta 1.3.0) and ownerId differs between registry and _meta.json; repository field is empty. These suggest sloppy packaging but do not contradict the stated purpose.
Instruction Scope
SKILL.md only instructs how to install and use the akshare library and shows code examples that import akshare and call its data functions. The instructions do not ask the agent to read unrelated local files, collect extraneous environment variables, or transmit data to unknown endpoints beyond what akshare itself does (web requests to upstream data sources).
Install Mechanism
There is no automated install spec; SKILL.md tells users to run `pip install akshare --upgrade`. That is standard for Python packages, but pip installs run arbitrary package code at install time (setup/installation scripts), and will fetch packages from PyPI or configured indices. Recommend verifying the exact package version, repository/source, and PyPI package integrity (checksums/signature) before installing.
Credentials
The skill declares no required environment variables, no secrets, and no config paths. That is appropriate for a data-fetching library that uses public web sources and does not require API keys.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It is user-invocable and allows normal autonomous invocation (platform default), which is expected for a functional skill.
Assessment
This skill appears to be an instruction-only wrapper around the public AKShare Python library and is coherent with its stated purpose. Before installing: (1) verify which akshare version you'll install and prefer pinning the version (e.g., akshare==1.x.y) instead of --upgrade; (2) inspect the PyPI package and the upstream GitHub repo (confirm maintainers, release artifacts, and recent activity); (3) consider installing and running it in an isolated environment (virtualenv/container) because pip install executes package code during installation; (4) be aware akshare fetches data from many third-party websites (network activity) and may be affected by upstream scraping behavior; and (5) note the package metadata shows inconsistent version/owner fields — it's likely packaging sloppiness but you may want to confirm the canonical source before trusting it.Like a lobster shell, security has layers — review code before you run it.
latestvk973nkdm1jgcr7s8q1eb1xsw1983ftgq
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
💹 Clawdis
Binspython3
