A股量化 AkShare
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
v1.0.1
2026/03/02
- Added a new "备选方案: Baostock" section with example code for using baostock if AkShare installation fails. - Updated "注意事项" to include a note about potential network issues and testing in the local environment. - No changes to skill functionality or API usage; documentation improvement only.
Security Scan
Status
clean
OpenClaw
gpt-5-mini
OpenClaw analysis
The skill is internally consistent with its stated purpose (using AkShare to fetch A‑share market and financial data); it requires no credentials or unusual system access and contains only a small functional bug, not malicious behavior.
Confidence: high
VirusTotal
Type: OpenClaw Skill Name: akshare-stock Version: 1.0.1 The skill bundle is designed to fetch A-share stock data using the AkShare library, aligning with its stated purpose. The `SKILL.md` provides clear instructions and examples for using AkShare functions, and the `scripts/stock_cli.py` implements a command-line interface for these functions. There are no signs of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. A minor bug exists in `scripts/stock_cli.py` where `stock_individual_fund_flow` is called without the `ak.` prefix, but this is a functional error and not a security vulnerability or malicious indicator.