New Akshare Stock.Bak2

v1.0.0

A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。

0· 123·1 current·1 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, SKILL.md examples, and the two included Python scripts all consistently implement A‑share data retrieval and analysis using the AkShare library. Required capabilities (network access to public market data) align with the stated purpose; there are no unexpected credentials, platform APIs, or unrelated binaries requested.
Instruction Scope
SKILL.md contains only instructions to install akshare and demonstrates API calls for market, historical, financial, and board data. It does not instruct reading unrelated files, accessing credentials, or sending data to external endpoints other than what AkShare itself uses to fetch market data. It also warns about network problems and suggests local testing.
Install Mechanism
No install specification is embedded (instruction-only). The SKILL.md recommends 'pip install akshare' which is a common public Python package. No downloads from unknown URLs or archive extraction are present in the skill bundle.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The code does not attempt to read secrets or other environment variables. This is proportionate for a data‑fetching/analysis tool that uses public data sources.
Persistence & Privilege
always is false and the skill does not request persistent/system privileges or attempt to modify other skills or system-wide config. It runs as a normal, user-invocable tool and contains no autonomous persistence behavior.
Assessment
This skill appears to be what it says: A‑share data retrieval and simple analysis built on AkShare. Before installing or running it: 1) Run in a controlled environment (local machine or isolated container) because AkShare will make outbound network requests to fetch market data. 2) Note there are small bugs/rough edges in the code (e.g., scripts/stock_cli.py calls stock_individual_fund_flow without qualifying it with ak. and search may error if column types are unexpected) — review and test the scripts before using. 3) No credentials are requested, but treat outputs as informational only (the SKILL already warns: not investment advice). 4) If you must run this in a hosted environment, ensure network and privacy policies meet your requirements and that you trust the akshare package version you install.

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

latestvk97c7dbbnphacxqb14gxt8jxh983bdqq

License

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

Comments