A股分时量能分析
v1.0.0提供A股实时行情、分时成交量分布及主力资金动向分析,支持持仓管理和盈亏监控。
⭐ 67· 10.2k·104 current·111 all-time
by@cnyezi
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/intent (A股分时量能分析) matches the included scripts and SKILL.md. The code fetches real‑time quotes and minute K‑line data and performs volume distribution and signal analysis as described. Minor note: SKILL.md mentions 东方财富 and 新浪, but the scripts use Sina endpoints (hq.sinajs.cn and quotes.sina.cn); this is likely an implementation detail rather than a functional mismatch.
Instruction Scope
SKILL.md only instructs running the included Python scripts and describes expected CLI usage and outputs. The instructions do not request unrelated files, extra credentials, or external endpoints beyond the finance APIs. The skill explicitly documents the portfolio file path (~/.clawdbot/skills/a-stock-analysis/portfolio.json) which the portfolio script reads/writes.
Install Mechanism
No install spec is provided (instruction-only with code files). There is no network install or archive extraction; risk from install mechanism is minimal. The scripts require Python 3.10+ but list no external dependencies.
Credentials
The skill declares no environment variables, credentials, or special config paths beyond its own portfolio file in the user's home directory. It performs outbound HTTP(S) calls only to Sina finance endpoints, which is proportional to its stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. It writes a portfolio JSON under ~/.clawdbot/skills/a-stock-analysis/, which is reasonable for a local portfolio feature and scoped to the skill's directory.
Assessment
This skill appears coherent and limited to fetching A‑share data from Sina and storing a local portfolio file. Things to consider before installing: (1) the scripts make outbound HTTPS requests to hq.sinajs.cn and quotes.sina.cn — ensure you are comfortable with that network access; (2) the portfolio is stored at ~/.clawdbot/skills/a-stock-analysis/portfolio.json (local, unencrypted) — don't store secrets there; (3) SKILL.md mentions 东方财富 but the code uses Sina — functionally OK but you may want to confirm data source expectations; (4) if you will run it in an automated agent, consider running in a sandboxed environment since it executes Python code and performs network I/O. Otherwise the skill is internally consistent and doesn't request unnecessary credentials or system access.Like a lobster shell, security has layers — review code before you run it.
latestvk97c33xzxn0r6ceb7kn4x4bcyx800q6c
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
