Install
openclaw skills install error-guardSystem safety and control-plane skill that prevents agent deadlocks and freezes. Provides non-LLM control commands to inspect task state, flush message queues, cancel long-running work, and recover safely without restarting the container. Use when implementing or operating long-running tasks, sub-agents, benchmarks, background monitors (e.g., Moltbook, PNR checks), or when the system becomes unresponsive and needs immediate recovery controls.
openclaw skills install error-guard⚠️ System‑level skill (Advanced users)
This skill defines the control‑plane safety primitives for OpenClaw. It is intentionally minimal, non‑blocking, and designed to prevent agent freezes, deadlocks, and unrecoverable states when running long‑lived or high‑risk workloads.
Warning: This skill operates at the agent control‑plane level. It should be installed only by users who understand OpenClaw’s execution model and are running workloads that can block, hang, or run for extended periods.
Report current system health and task registry state.
Returns:
Constraints:
Emergency stop.
Immediately:
Constraints:
Safe recovery sequence.
Steps:
/flushThis skill is the last line of defense. Keep it small, fast, and reliable.