📦 Candlestick Analysis — 蜡烛图形态识别

v1.0.0

基于akshare实时拉取A/港/美股行情,按Steve Nison《日本蜡烛图技术》经典规则自动识别十字星、锤头、吞没等20+关键形态,并输出带成交量与信号标记的深色盯盘K线图,帮助投资者快速捕捉买卖信号。

0· 103·0 当前·0 累计
下载技能包
最后更新
2026/3/29
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
NULL
评估建议
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 ac...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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).
凭证需求
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.
持久化与权限
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).
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/29

NULL

无害

安装命令

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