trade-execute
Installation
SKILL.md
trade-execute
For each signal where trade = true, place a limit order on the Polymarket
CLOB after passing a six-condition pre-trade gate. The gate is enforced by
weather_runtime.orders.pre_trade_check. The order is sized already — this
skill never re-runs Kelly.
When to use
Run this skill on every per-tick trigger (hourly cron + event-driven), after
risk-manage has written risk.json and the green/halt state is known.
Do NOT run if risk.json says halt = true. The pre-trade check enforces
this; the skill is a no-op in that case.