📦 A Stock Analysis Conflict — A股实时分析
v1.0.0一键获取沪深北交所个股实时行情、分时量能、主力资金流向与持仓盈亏,助您快速洞察市场多空分歧,做出更精准的交易决策。
0· 191·1 当前·1 累计
下载技能包
最后更新
2026/3/16
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do what it says: it queries Sina finance endpoints (hq.sinajs.cn and quotes.sina.cn) over HTTPS, analyzes minute data, and stores portfolio state at ~/.clawdbot/skills/a-stock-analysis/portfolio.json. Before installing, consider: (1) network access — the scripts will make outbound requests to Sina; block or sandbox if you don't want that traffic; (2) local file write — back up any existing ~/.clawdbot/skills/a-stock-analysis/portfolio.json to avoid accidental overwrite; (3)...详细分析 ▾
ℹ 用途与能力
Overall coherent: the name/description promise realtime A‑share quotes, minute volume distribution, main‑force signals, and portfolio management, and the included scripts implement those features. Minor mismatch: SKILL.md mentions 东方财富 (Eastmoney) as a data source, but the code calls only Sina endpoints (hq.sinajs.cn and quotes.sina.cn). This is likely an editorial inconsistency rather than malicious.
✓ 指令范围
SKILL.md instructs the agent to run the local Python scripts and the scripts only perform network requests to Sina, parse results, format output, and read/write a single portfolio.json under the skill's config path (~/.clawdbot/skills/a-stock-analysis/portfolio.json). There are no instructions to read unrelated system files, access other credentials, or transmit data to unexpected endpoints.
✓ 安装机制
Instruction‑only skill with bundled Python scripts; no install spec and no external downloads. Scripts depend only on the Python standard library. This is low risk from an install perspective.
✓ 凭证需求
The skill requires no environment variables, no credentials, and no config paths beyond its own portfolio file under the user's home directory. The requested access is proportionate to portfolio storage and network retrieval of public market data.
✓ 持久化与权限
always is false and the skill does not request elevated or system‑wide privileges. It writes only to its own portfolio.json path under the user's home directory; this is appropriate for a portfolio manager.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/16
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install a-stock-analysis-conflict
镜像加速npx clawhub@latest install a-stock-analysis-conflict --registry https://cn.longxiaskill.com