📦 A股量化 AkShare — A股数据分析

v1.0.1

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

67· 2.2万·262 当前·272 累计
by @mbpz (ttbb)
下载技能包
最后更新
2026/3/2
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to do exactly what it says: run AkShare calls to fetch A‑share data. Before installing: 1) run pip install akshare in a virtualenv to avoid affecting your system Python; 2) be aware AkShare will make outbound requests to public data sources (network traffic and query content may leave your machine) — if that matters, run it in an isolated environment; 3) review the AkShare package/version on PyPI and its dependencies for supply-chain concerns; 4) note and fix the minor bug in ...
详细分析 ▾
用途与能力
Name/description, SKILL.md examples, and the included Python script all consistently target retrieving A‑share market, K‑line, financial and board data via the AkShare library. No unrelated credentials, binaries, or config paths are requested.
指令范围
SKILL.md instructs to pip install akshare and shows usage examples. Instructions do network I/O via AkShare (expected for market data). The included script is straightforward and prints JSON; it does not read arbitrary files or exfiltrate data to unexpected endpoints. Note: the script contains a bug (get_fund_flow calls stock_individual_fund_flow without qualifying it with ak.), which will raise a NameError at runtime unless corrected.
安装机制
No automated install spec is provided (instruction-only). SKILL.md asks users to run 'pip install akshare' which pulls from PyPI — expected for a Python data-fetching tool. This is a normal, low-risk installation pattern; review PyPI package provenance before install if you have strong supply-chain concerns.
凭证需求
The skill requests no environment variables, credentials, or config paths. That is proportionate to the described functionality. The only external requirement is network access for AkShare to query data providers.
持久化与权限
always is false and model invocation is not disabled (normal). The skill does not request persistent system-level privileges or modify other skills. It does not attempt to store tokens or alter agent-wide configuration.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.12026/3/2

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install akshare-stock
镜像加速npx clawhub@latest install akshare-stock --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库