📦 A Stock Analysis.Bak — A股实时分析
v1.0.0一站式查询沪深北交所A股实时行情,支持分时量价拆解、主力资金流向追踪及个人持仓盈亏可视化,助投资者快速洞察市场热点与资金博弈。
0· 176·1 当前·1 累计
下载技能包
最后更新
2026/3/17
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do what it says: fetch public A‑share data from Sina, analyze minute-volume, and store a local portfolio file. Before installing, consider: (1) the scripts make outbound HTTP requests to public Sina endpoints — ensure network egress is acceptable; (2) portfolio data will be stored at ~/.clawdbot/skills/a-stock-analysis/portfolio.json (back it up if needed); (3) there are no requested credentials or secret exfiltration patterns in the files, but you should still review the s...详细分析 ▾
✓ 用途与能力
Name/description promise realtime A‑share quotes, minute volume analysis and portfolio management; included scripts fetch Sina finance data, analyze minute-volume, and manage a local portfolio file — these are coherent with the stated purpose. Minor wording inconsistency: SKILL.md sometimes mentions '东方财富' as a data source but the code consistently uses Sina endpoints.
✓ 指令范围
Runtime instructions show running the included Python scripts (analyze.py / portfolio.py). The scripts only perform HTTP requests to Sina endpoints, parse data, and read/write a single portfolio JSON under the skill's own path in the user's home directory. They do not reference unrelated system files, other credentials, or external endpoints beyond the stock data APIs.
✓ 安装机制
No install spec and no external binary installs — instruction-only plus bundled Python scripts. This minimizes install-time risk; scripts run with the user's Python environment.
✓ 凭证需求
The skill does not request environment variables, credentials, or config paths. It writes/reads a portfolio file at ~/.clawdbot/skills/a-stock-analysis/portfolio.json which is appropriate for a portfolio manager. No secrets or unrelated service keys are requested.
✓ 持久化与权限
always is false and the skill does not attempt to modify other skills or system-wide agent settings. It persists only its own portfolio.json under the user's home directory, which is expected behavior for this functionality.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/17
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install a-stock-analysis-bak
镜像加速npx clawhub@latest install a-stock-analysis-bak --registry https://cn.longxiaskill.com