蜡烛图分析

v1.0.0

使用akshare获取股票数据,按Steve Nison《日本蜡烛图技术》逻辑识别形态,生成深色盯盘风格K线图(含信号带+成交量)

0· 90·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description claim (identify candlestick patterns and draw dark-theme K‑line charts) matches the Python implementation which calls akshare for market data and renders plots. Minor inconsistency: akshare is used but not declared in metadata/requirements; the skill assumes the runtime has the akshare package available.
Instruction Scope
SKILL.md and the script restrict actions to fetching market data via akshare, computing pattern booleans, and plotting results. The instructions reference a specific local path (~/.openclaw/scripts/蜡烛图工具.py) but do not direct reading unrelated system files, nor do they transmit data to unexpected external endpoints beyond akshare's normal network calls.
Install Mechanism
There is no install spec (instruction-only + code file). No downloads or archives are fetched by the skill itself. Caller must ensure Python environment has required libs (akshare, pandas, matplotlib, numpy).
Credentials
The skill requests no environment variables or credentials. The code makes network calls through akshare to obtain market data (expected). No secrets, unrelated tokens, or config paths are requested.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modify other skills. It writes/reads nothing beyond generating plots (no indicators of privilege escalation).
Assessment
This skill appears to do what it says: fetch A‑share data with akshare, detect candlestick patterns, and draw K‑line charts. Before installing/running: 1) ensure your Python environment has akshare, pandas, numpy, matplotlib; 2) akshare will make network requests to public market-data endpoints—only run if you trust that behavior; 3) confirm the full script (the manifest showed it truncated) to ensure there are no unexpected behaviors in the omitted portion; and 4) run it with an unprivileged account and inspect generated images rather than piping output to other systems. If you need offline or audited operation, install akshare from a trusted source and review the complete script file first.

Like a lobster shell, security has layers — review code before you run it.

latestvk973bpzx7ayrfw1b74ywnqvck583tftx

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments