📦 Kline Master — 专业K线交易
v1.0.0集50+经典K线形态识别、MACD/RSI/BOLL指标实战策略与支撑压力位分析于一体,覆盖加密货币、股票、外汇全市场,助你从入门到精通交易决策。
0· 138·0 当前·0 累计
下载技能包
最后更新
2026/4/5
安全扫描
OpenClaw
安全
medium confidenceNULL
评估建议
This package appears coherent for a trading/education skill, but review before running any code: 1) Do not blindly execute generate_cover.py — it writes to an absolute path (/Users/jideaiqiang/...) and expects Pillow and macOS fonts; either inspect and edit the output_dir to a safe location or run it in a sandbox. 2) The publish commands in docs will attempt to invoke clawhub/GitHub tools and will require your credentials if executed — do not run them unless you intend to publish and trust the t...详细分析 ▾
✓ 用途与能力
Name/description (K-line trading, indicators, pattern recognition) align with the included files (knowledge base, case studies, templates, SKILL.md). The only non-knowledge file is generate_cover.py which is for creating a listing cover image — consistent with the repository's marketing/publishing materials.
ℹ 指令范围
SKILL.md and TOOLS.md instruct the agent to analyze user-supplied K-line data/images and to read the bundled knowledge files (trading-strategies.md, case-studies.md) — this is expected. A noteable point: several docs (PUBLISH-GUIDE, LAUNCH-CHECKLIST, generate_cover.py) reference reading/writing paths under an absolute user home (/Users/jideaiqiang/.openclaw/...), and the Python script will write a cover.png to that path if executed. That is a leftover developer artifact and means running the script will perform local file I/O to that path; the skill's runtime instructions themselves do not require reading unrelated system files or secrets.
✓ 安装机制
No install spec — instruction-only is low risk. The only executable file is generate_cover.py (pure Python, uses Pillow and system fonts). Because there is no install step, running the script would rely on local Python and installed packages; nothing is downloaded from remote URLs or extracted.
ℹ 凭证需求
The skill declares no required environment variables or credentials, and its functionality (trading analysis) doesn't require cloud keys. However, the publishing docs include a 'clawhub publish' command that would require ClawHub/GitHub credentials if someone executed it — these credentials are not requested by the skill but would be needed for that external action. No env vars named SECRET/TOKEN/KEY are present in the package.
✓ 持久化与权限
No special persistence flags (always:false). The skill does not request system-wide configuration changes or other skills' credentials. The only write action present is the generate_cover.py saving a cover image to a path under a specific user's workspace (developer artifact).
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/5
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install kline-master
镜像加速npx clawhub@latest install kline-master --registry https://cn.longxiaskill.com镜像同步中