A Stock Analysis 1.0.0
v1.0.0提供沪深北交所A股实时行情、分时成交量分析、主力资金动向判断和持仓盈亏管理功能。
⭐ 2· 958·25 current·28 all-time
byValarie Emmerich@zhanchanghua
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
Assessment
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 cautious. No credentials or opaque remote installs are required.Like a lobster shell, security has layers — review code before you run it.
latestvk97ehczdkggqgc4re6e1067z3n81ybc3
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
