Install
openclaw skills install doctor-callDiagnose and fix OpenClaw gateway issues. Auto-restart via systemd.
openclaw skills install doctor-callDiagnose and repair OpenClaw gateway issues automatically.
doctor-call check → Run diagnostics
doctor-call fix → Auto-repair + restart gateway if needed
doctor-call status → Quick health check
doctor-call setup → Enable systemd auto-restart (auto-restart on crash)
doctor-call remove → Disable auto-restart
check - Runs openclaw doctor --lint for full diagnostics. Falls back to basic system checks if it hangs.
fix - First checks if gateway is running. If not, restarts it immediately. Then tries openclaw doctor --repair for config issues.
status - Shows if OpenClaw is running, disk space, memory, and whether auto-restart is enabled.
setup - Installs systemd timer that runs doctor-call fix every hour. This means OpenClaw auto-restarts if it crashes, even if you can't contact me.
remove - Removes the systemd auto-restart.
doctor-call setup
This creates a systemd service + timer that:
openclaw gateway startopenclaw doctor --repairdoctor-call status
🩺 Doctor Call
📊 Status Check
✅ OpenClaw: Running
✅ Disk: 89% used
✅ Memory: 3.6GB free
✅ Auto-restart: Enabled
doctor-call setup
🔧 Setting up auto-restart via systemd...
✅ Auto-restart enabled!
• Service: /etc/systemd/system/openclaw-health.service
• Timer: runs every 5 minutes
• OpenClaw will auto-restart if it crashes