Akshare Skill
Analysis
This is a documentation-only AKShare guide; the main thing to notice is that it asks users to install third-party Python packages and fetch public financial data from the internet.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
pip install akshare pandas
The skill asks the user to install external Python packages without version pinning. This is expected for an AKShare helper, but package provenance and version changes matter.
在用户本地运行 Python 代码,实时从网络采集数据到本地
The skill discloses that AKShare runs local Python code to collect data from online sources. This is coherent with the purpose, but users should expect internet access and local data output.
