📦 A Stock Analysis 1.0.0 — A股实时分析

v1.0.0

集成沪深北交所A股实时行情、分时成交、主力资金与持仓盈亏一站式管理工具。

2· 984·26 当前·29 累计
zhanchanghua 头像by @zhanchanghua (Valarie Emmerich)
下载技能包
最后更新
2026/2/27
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to do what it says: it requests market data from Sina and manages a local portfolio JSON under ~/.clawdbot/skills/a-stock-analysis/portfolio.json. Before installing or running: (1) if you care about privacy, inspect or back up that portfolio file and be aware it will be created/modified; (2) network requests go to public Sina endpoints — ensure your environment permits outbound HTTPS; (3) run the scripts in a controlled environment (or review the code) if you want to be extra ...
详细分析 ▾
用途与能力
Name/description (A股行情、分时量能、持仓管理) match the shipped scripts and commands. Required resources are minimal and appropriate: the scripts call Sina finance endpoints described in SKILL.md and implement portfolio operations.
指令范围
SKILL.md instructs running the included Python scripts (analyze.py, portfolio.py). The scripts only perform network requests to Sina endpoints, parse returned market data, format output, and read/write a single portfolio JSON file under ~/.clawdbot/skills/a-stock-analysis/portfolio.json. They do not attempt to read unrelated system files, environment secrets, or send data to unexpected endpoints.
安装机制
No install spec; code files are included and use only Python standard libraries (urllib, json, etc.). No external downloads or package installations are performed by the skill.
凭证需求
The skill requests no environment variables or credentials. Network access to Sina (hq.sinajs.cn and quotes.sina.cn) is required and documented; no unrelated credentials or config paths are requested.
持久化与权限
The skill persists user data to ~/.clawdbot/skills/a-stock-analysis/portfolio.json (create/read/update). This is expected for a portfolio manager but note the file is stored in the user's home directory and will be created/modified when using add/update/remove/analyze commands.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/27

NULL

无害

安装命令

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