Use this custom OpenClaw skill for automatic pre-trade scalper checks before OKX order planning or execution. Trigger when the user says things like '先做 precheck', '这单能不能做', '开仓前检查一下', '给我做个 scalper 体检', '这个位置能不能上', '先帮我看 spread depth funding OI', or asks to plan, validate, or discuss a short-term OKX trade and the agent should automatically report spread, depth, recent volatility, funding, open interest, open orders, and basic risk warnings before continuing. Prefer this skill before scalper-playbook or scalper-executor whenever the user is still evaluating a trade. Do not use for pure order execution, long-running playbook watching, or raw one-off market data questions that should go straight to okx-cex-market.
This is a custom OpenClaw skill for pre-trade scalper diagnostics. It is not an OKX official skill.
move_stop and does not need market diagnosticsThis skill is usually the first step in the custom scalper workflow.
scalper-playbook when the trader wants market validation first.scalper-executor unless the user clearly says precheck was already done or intentionally skipped.scalper-playbook.scalper-executor.reject, do not continue unless the user explicitly revises or overrides the plan.scalper-playbook when the user is still deciding whether a trade is good enough to take.scalper-executor when the request sounds like pre-trade validation rather than immediate execution.okx-cex-market instead.profile=demo if unspecified.instId.scripts/run_precheck.py --inst-id <instId> --profile <profile>.reject, do not continue into execution unless the user explicitly overrides with a revised plan.pass or caution and the user wants to continue, hand off to scalper-playbook or scalper-executor as appropriate.python3 skills/scalper-precheck/scripts/run_precheck.py \
--inst-id BTC-USDT-SWAP \
--profile demo
The script returns a JSON summary with:
status: pass, caution, or rejectsnapshot: price, spread, depth, funding, oi, volatility, and current exposure contextwarnings: plain-language warnings for the traderreferences/precheck-report.md../scalper-playbook/references/runtime-layout.md