health-monitor

Monitor OpenClaw processes, CDP connectivity, disk usage, Git status, and cron jobs.

11|2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/mupengi-bot/mupengism --skill health-monitor-mupengi-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-monitor
Source: https://github.com/mupengi-bot/mupengism/tree/main/skills/health-monitor
Command: npx skills add https://github.com/mupengi-bot/mupengism --skill health-monitor-mupengi-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill proactively monitors the health of your systems, including OpenClaw and its infrastructure, to detect and resolve issues before they impact performance.

Core Features & Use Cases

  • Automated Health Checks: Regularly checks critical system components like OpenClaw processes, browser connectivity, disk space, and Git status.
  • Proactive Issue Detection: Identifies potential problems such as disconnected services, low disk space, or unpushed commits.
  • Automated Recovery: Attempts to automatically resolve common issues like browser connection failures or gateway downtime.
  • Event Logging: Records detailed health check results and recovery actions in JSON format for auditing and analysis.
  • Use Case: Ensure your AI agent's environment is always running optimally by having this Skill perform hourly checks and automatically restart services if they fail.

Quick Start

Ask the health-monitor skill to check the system status.

Frequently Asked Questions about health-monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate OpenClaw system health checks and auto-recovery?

Automate OpenClaw health checks by using a cron job to verify process status, browser CDP connectivity, disk usage, and Git status. The system logs results as JSON events and automatically attempts recovery for disconnected browsers or gateway downtime.

What infrastructure monitoring does OpenClaw require for unpushed commits and disk usage?

Infrastructure monitoring for OpenClaw requires checking workspace and memory directory disk usage, along with Git status for unpushed commits. It logs these metrics as JSON events to proactively detect low disk space and resolve issues before performance is impacted.

Can I monitor browser connectivity via CDP and restart it automatically?

You can monitor browser connectivity via CDP and restart it automatically. The system performs regular checks on CDP connections and executes automated recovery actions to re-establish browser connectivity if failures are detected.

How do I log system monitoring events as JSON for auditing?

Log system monitoring events as JSON by running automated checks on OpenClaw processes, disk space, and gateway status. The monitoring script records detailed health check results and recovery actions in JSON format for auditing and analysis.

What is the best way to detect gateway downtime and recover OpenClaw processes?

The best way to detect gateway downtime is through scheduled cron jobs that perform regular automated health checks on OpenClaw processes. The system identifies gateway downtime and automatically executes recovery actions to restore services.

Why does my cron job fail to verify OpenClaw process status and disk space?

Cron jobs may fail to verify OpenClaw process status and disk space if workspace or memory directories lack proper permissions. Ensure the cron job executes with adequate privileges to access directories, check CDP connectivity, and write JSON event logs.