AI gateway watchdog daemon — keep your AI assistant online, automatically.
openclaw-cli is an AI gateway watchdog daemon for OpenClaw. It monitors your AI assistant gateway process, auto-restarts it on crash, and sends alerts — with zero configuration. Supports macOS, Linux, and Windows.
Use cases:
- Keep Claude / GPT AI assistant gateway running 24/7 without manual restarts
- Auto-recover from AI gateway crashes caused by memory pressure or network timeouts
- Monitor AI service uptime with a local dashboard or remote monitoring
- Run as a background daemon (launchd-compatible on macOS)
OpenClaw runs as a local daemon. When it crashes — network hiccup, system wake, bad update — your AI assistant goes dark. You notice only when you try to use it.
Doctor watches the gateway for you. It detects failures, restarts the service automatically, and notifies you. No config, no babysitting.
npm install -g openclaw-cli
openclaw-cli watch -dThat's it. OpenClaw CLI is now running in the background.
openclaw-cli watch # Start monitoring (foreground)
openclaw-cli watch -d # Start monitoring (background)
openclaw-cli unwatch # Stop monitoring
openclaw-cli status # Quick health check
openclaw-cli doctor # Full diagnosticsopenclaw-cli gateway start
openclaw-cli gateway stop
openclaw-cli gateway restartopenclaw-doctor, hello-claw, aiclaw, pddclaw and other alias package names all point to the same CLI engine.
- Main package: https://www.npmjs.com/package/openclaw-cli
- Official site: https://openclaw-cli.app
- Advanced usage and development workflow: CONTRIBUTING.md
- Chinese README: README.zh-CN.md
openclaw-cli — AI gateway watchdog daemon.
| Category | Developer tool, process supervisor, AI infrastructure |
| Platform | macOS, Linux, Windows |
| Install | npm install -g openclaw-cli or brew install openclaw/tap/openclaw-cli |
| License | MIT |
| Homepage | https://openclaw-cli.app |
| npm | https://www.npmjs.com/package/openclaw-cli |
Keywords: AI gateway monitor, AI assistant watchdog, claude daemon, keep AI running, openai proxy monitor, auto restart AI service, AI gateway crash fix, openclaw-cli
