一键导入
execute
Execute manual trades via plan ID or ad-hoc input. Supports `/execute <PLAN_ID> chase|limit [ttl]` and `/execute long ETH chase [size] [ttl]`.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Execute manual trades via plan ID or ad-hoc input. Supports `/execute <PLAN_ID> chase|limit [ttl]` and `/execute long ETH chase [size] [ttl]`.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Trading skill for executing live agent trades on Lighter (crypto perps) and Hyperliquid (HIP3 stocks). Use when user asks about trading, positions, signals, executing trades, live agent mode, cycle files, or managing EVClaw operations. Supports (1) Running live agent cycles via /live-agent, (2) Executing manual trades via /trade and /execute, (3) Viewing signals/positions, (4) Managing trading configuration, (5) Understanding signal types and decision logic, (6) Agent-driven incident response and triage.
Deterministic wallet dashboard. `/stats` shows live equity/exposure/positions/health for the user wallet (perps + builder/HIP3, live-first with DB fallback).
Advisor-mode manual trade planner. `/trade <SYMBOL> [long|short] [$SIZE]` returns a compact plan with 2 entry styles (FAST chase vs RESTING limit) and stores it for `/execute`.
Deterministic manual trade picker. `/best3` returns up to 3 Hyperliquid perp setups (FAST chase vs RESTING SR/ATR limit) and stores each plan for `/execute`.
Deterministic portfolio hedge planner. `/hedge` proposes a single BTC/ETH hedge sized to cut Hyperliquid net notional by ~50%, and stores the plan for `/execute`.
| name | execute |
| description | Execute manual trades via plan ID or ad-hoc input. Supports `/execute <PLAN_ID> chase|limit [ttl]` and `/execute long ETH chase [size] [ttl]`. |
| user-invocable | true |
| metadata | {"openclaw":{"requires":{"bins":["python3"]}}} |
This command supports two manual modes:
/trade plan./execute ETH-01 chase/execute ETH-01 limit/execute ETH-01 limit 4hAd-hoc examples:
/execute long ETH chase/execute ETH long limit 350/execute short ETH chase 250/execute long ETH chase 300 confirmEVCLAW_ROOT="${EVCLAW_ROOT:-$HOME/.openclaw/skills/EVClaw}" \
python3 "$EVCLAW_ROOT/openclaw_skills/execute/scripts/execute_bridge.py" <ARGS_FROM_/execute>
ok=true: return execution result.needs=size_usd: ask one question: "What size in USD?"needs=confirm: show preview + ask for explicit confirm command.
confirm_command exactly.confirm token.