Akshare Skill

v0.1.0

Use AKShare Python library to access authoritative real-time and historical financial data for stocks, futures, options, funds, forex, bonds, and crypto mark...

1· 539·2 current·3 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (accessing financial data via AKShare) matches the SKILL.md which documents AKShare functions and shows how to install/use the library; nothing requested is unrelated to that purpose.
Instruction Scope
Instructions tell the agent/user to run Python and pip to install akshare/pandas and to fetch data from network sources (expected for a data-collection library). This is within scope but means running code will perform network requests to external data providers—users should expect data download activity.
Install Mechanism
No automated install spec is included in the skill (instruction-only). The SKILL.md advises using pip; this is standard and low-risk compared with arbitrary archive downloads or custom installers.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md does not ask for secrets or unrelated credentials.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or higher privileges. Autonomous invocation is allowed by platform default but is not combined with other risky factors here.
Assessment
This skill is essentially documentation on using the AKShare Python package and appears coherent. Before using: (1) install packages in an isolated virtualenv, not system-wide; (2) confirm you want the package from PyPI (pip install akshare) and review the upstream project's homepage/source (the skill itself provides no homepage); (3) expect the Python code to make network requests to fetch financial data—don't run it on machines holding sensitive credentials; (4) if you need higher assurance, inspect the AKShare package source on its official repo and avoid running arbitrary code from unknown publishers.

Like a lobster shell, security has layers — review code before you run it.

latestvk97d8w3hsff3xd03skqbf0kkqd82vp84

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments