Install
openclaw skills install sport-modeActivate "Sport Mode" for high-frequency monitoring (default 3m heartbeat) and auto-cleanup. Use when supervising intense tasks (Codex, builds, migrations).
openclaw skills install sport-modeTemporarily boost heartbeat frequency (default 3m) and inject a monitoring task into HEARTBEAT.md.
Perfect for supervising background agents (Codex), long-running builds, or interactive games.
# Turn ON: Set heartbeat to 3m and set monitoring task
sport-mode on --task "Check Codex progress. If done, run sport-mode off."
# Custom Interval: Set to 1 minute
sport-mode on --task "Game tick" --every "1m"
# Turn OFF: Reset heartbeat to 30m and clear HEARTBEAT.md
sport-mode off
~/.openclaw/openclaw.json (hot-reload) to set heartbeat.every.HEARTBEAT.md with a "Sport Mode Active" header.30m (default).HEARTBEAT.md.Unless you want an endless marathon, always define a termination condition in your task.
For multi-step tasks (like games or staged deployments), let the agent update HEARTBEAT.md itself.
If the monitoring task involves terminal output (e.g., Codex coding, compiling), running the task in a tmux session is ideal.
tmux capture-pane) without interfering.tmux attach) to watch live.For high-frequency modes (e.g., 1m), avoid spamming "Nothing happened".
HEARTBEAT_OK (silence) if the status hasn't changed.This skill uses openclaw config set to safely patch configuration at runtime, triggering a seamless Gateway reload.