📦 SMC Multi-Strategy Paper Trader — 智能资金纸面交易
v2.1.0一款专为智能资金概念(SMC)与宏观轮动策略设计的纸面交易监控工具,支持4小时波段(BoS+FVG)、1小时日内(BoS+FVG+CVD)及8D/2S协同策略,帮助用户在无风险环境中验证多周期交易逻辑。
0· 208·1 当前·1 累计
下载技能包
最后更新
2026/4/21
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears coherent and implements the paper-trading system it documents. Before installing or running it, consider: 1) Scripts create and modify JSON files under ~/.openclaw/workspace/trading — back up any existing data in that path. 2) macro-rotation.js uses child_process.execSync to curl FRED CSVs (shell execution is limited here but higher-risk than using the https module); if you prefer, review/replace the execSync call with an https fetch. 3) Several helper functions (apiFetch2 / a...详细分析 ▾
✓ 用途与能力
Name/description (SMC paper trading, regime scorer, macro rotation) match the included scripts and file list: all data sources are Binance public endpoints, alternative.me, and FRED for macro inputs. The code reads/writes local portfolio/regime/orchestrator JSONs under the user's HOME workspace, which is expected for a paper-trader.
ℹ 指令范围
SKILL.md instructs running the provided Node scripts on a schedule and explicitly says only public Binance / alternative.me / FRED data are used. The scripts do read and write local files (portfolio, orchestrator lock, regime.json) as documented. Nothing in SKILL.md asks the agent to access unrelated system secrets or files. One caveat: several scripts include helper functions that accept an Authorization token (apiFetch2 / apiFetch2Put) and will send Authorization headers if a token is supplied; SKILL.md does not require any tokens, so in normal use these remain unused.
✓ 安装机制
This is instruction-only / script bundle with no install spec. No packages are downloaded or extracted by an installer. Risk from install mechanism is therefore low.
ℹ 凭证需求
The skill declares no required environment variables or credentials and only uses process.env.HOME (to locate workspace files). That is proportionate. Note: the code contains functions that accept GitHub-style tokens and will send authenticated requests if such tokens are provided at runtime — the skill does not declare or require any such env var, so this only becomes relevant if you or another process supplies a token.
✓ 持久化与权限
always:false and no special platform privileges requested. The skill writes and reads files under ~/.openclaw/workspace/trading (its own workspace), which is consistent with the described orchestrator and portfolio features. It does not attempt to modify other skills or system-wide agent configuration.
⚠ scripts/macro-rotation.js:68
Shell command execution detected (child_process).
⚠ scripts/regime-scorer.js:158
Shell command execution detected (child_process).
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv2.1.02026/3/20
NULL
● 可疑
安装命令
点击复制官方npx clawhub@latest install skill-smc-multi-strategy-paper-trader
镜像加速npx clawhub@latest install skill-smc-multi-strategy-paper-trader --registry https://cn.longxiaskill.com