📦 Stock Analysis Pro — 专业股票分析
v1.0.0整合 akshare 实时 A 股/基金/期货行情,自动计算技术指标、板块轮动与持仓诊断,一句触发即可输出专业级投资参考,零 API 密钥配置。
0· 244·0 当前·0 累计
下载技能包
最后更新
2026/3/26
安全扫描
OpenClaw
可疑
medium confidenceNULL
评估建议
This skill appears to do what it says (stock analysis using akshare), but check these before installing:
- Runtime dependency: SKILL.md assumes the Python package akshare (and optionally tushare) — the skill metadata does not declare or install these. Confirm whether the agent environment already has akshare or whether the platform will install it; automatic installs may run pip and fetch code from PyPI.
- Optional credentials: the docs mention tushare as a backup and that it requires a token. ...详细分析 ▾
✓ 用途与能力
Name/description describe stock analysis using akshare and technical indicators; the SKILL.md consistently instructs the agent to fetch market data, compute indicators, and produce reports. The requested capabilities (real-time quotes, sector rotation, holdings diagnosis) match the stated purpose.
ℹ 指令范围
Instructions are focused on stock data retrieval and analysis and do not ask the agent to read unrelated files or system credentials. They do, however, require network access to third-party data sources (akshare which scrapes Sina/东方财富, optional tushare) and expect users to provide potentially sensitive holdings data for '持仓诊断' — the skill does not include guidance on handling or retaining that sensitive input.
ℹ 安装机制
There is no install spec (instruction-only), which reduces risk of arbitrary code installation. However, the SKILL.md assumes the presence of the Python library akshare (and optionally tushare/token) but the skill metadata does not declare these dependencies or an install step — an operational/coherence issue that could cause failures or surprise if the runtime must install packages on demand.
ℹ 凭证需求
The registry declares no required env vars or credentials (good), but the instructions mention optional use of tushare (which requires a Token) without declaring it. No other unrelated credentials or system config paths are requested.
✓ 持久化与权限
The skill does not request elevated persistence: always is false, it is user-invocable, and there is no indication it will modify other skills or system-wide settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/26
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install stock-analysis-pro
镜像加速npx clawhub@latest install stock-analysis-pro --registry https://cn.longxiaskill.com镜像同步中