/install doctor-call
Doctor Call
Diagnose and repair OpenClaw gateway issues automatically.
Usage
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
What it does
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.
Auto-restart (key feature!)
doctor-call setup
This creates a systemd service + timer that:
- Runs every 5 minutes
- Auto-restarts OpenClaw if it's down
- Works even when I can't be contacted
- Survives Pi reboots
What it fixes
- Gateway down → restarts with
openclaw gateway start - Config issues → runs
openclaw doctor --repair - Doctor hangs → uses system checks instead
Safety
- Read-only by default (check/status)
- Auto-repair only when you ask (fix)
- Always reports what it found/did
- Won't break anything - if repair fails, shows manual command
Example
doctor-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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install doctor-call - After installation, invoke the skill by name or use
/doctor-call - Provide required inputs per the skill's parameter spec and get structured output
What is doctor-call?
Diagnose and fix OpenClaw gateway issues. Auto-restart via systemd. It is an AI Agent Skill for Claude Code / OpenClaw, with 53 downloads so far.
How do I install doctor-call?
Run "/install doctor-call" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is doctor-call free?
Yes, doctor-call is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does doctor-call support?
doctor-call is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created doctor-call?
It is built and maintained by stigg86 (@stigg86); the current version is v1.3.0.