HomeBrowseUpload
← Back to registry
// Skill profile

Gateway Guardian

Watchdog daemon that monitors and auto-restarts OpenClaw gateway.

by dagangtj · published 2026-03-22

自定义
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:dagangtj/dagangtj-gateway-guardian
View on GitHub
// Full documentation

# Gateway Guardian

Watchdog daemon that monitors and auto-restarts OpenClaw gateway.

Usage

./guardian.sh

Run as background daemon:

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
  • // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band