Install
openclaw skills install openclaw-doctorComprehensive OpenClaw health diagnostics and auto-repair. Checks gateway, services, memory, cron, channels, disk, logs, and security. Auto-fixes common issues. Works on macOS and Linux. Use when: system feels slow, cron jobs fail, gateway won't start, channels disconnect, or for routine health checks.
openclaw skills install openclaw-doctorA comprehensive health diagnostic and auto-repair skill for OpenClaw installations. Goes far beyond openclaw doctor with deep checks and automatic fixes.
Ask your agent: "Run a full health check" or "Diagnose my OpenClaw setup"
The agent will execute scripts/diagnose.sh and interpret results.
The script can automatically fix:
# Full diagnostic (read-only)
bash scripts/diagnose.sh
# Diagnostic with auto-fix
bash scripts/diagnose.sh --fix
# Quick check (essential items only)
bash scripts/diagnose.sh --quick
Add to your HEARTBEAT.md for periodic checks:
## System Health (every heartbeat)
Run: bash scripts/diagnose.sh --quick
Alert if any FAIL items found