Watchdog daemon that monitors and auto-restarts OpenClaw gateway.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill gateway-guardian --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gateway Guardian?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-gateway-guardian)More formats (shields.io, HTML) on the badges page.
---
name: Gateway Guardian
description: Watchdog daemon that monitors and auto-restarts OpenClaw gateway.
---
# Gateway Guardian
Watchdog daemon that monitors and auto-restarts OpenClaw gateway.
## Usage
```bash
./guardian.sh
```
Run as background daemon:
```bash
nohup ./guardian.sh &
```
## Features
- Monitors gateway process health
- Auto-restarts on crash
- Configurable check interval
- Logs restart events
- Works on macOS and Linux
## Configuration
Edit guardian.sh to customize:
- CHECK_INTERVAL: seconds between checks (default: 30)
- MAX_RESTARTS: max restarts before alerting (default: 5)
- LOG_FILE: where to log events
## Requirements
- OpenClaw installed
- Bash shell
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!