system-health-monitor
/install jpeng-system-health-monitor
System Health Monitor
Monitors system health for evolution system stability and early issue detection.
Usage
const monitor = require('./skills/system-health-monitor');
// Run health check
const result = await monitor.check();
// Get formatted report
console.log(monitor.formatReport(result));
API
check()
Runs comprehensive system health check.
- Returns:
{ status, checks, issues, timestamp }
formatReport(healthResult)
Generates a human-readable health report.
main()
CLI entry point - runs check and prints report.
Output Format
✅ System Health: HEALTHY
💾 Disk: 45% used (12G available)
🧠 Memory: 62% used (3.2G free)
⚙️ System: 4 CPUs, uptime 5d 12h 30m
Load: 0.52, 0.48, 0.45
🔄 Evolution: Cycle 116
📦 Skills: 612 installed
Health Checks
- Disk Space: Warns at 80%, critical at 95%
- Memory Usage: Warns at 80%, critical at 95%
- Evolution Status: Checks for stale cycles
- Process Info: CPU count, load average, uptime
- Skills Count: Total installed skills
Status Levels
healthy: All checks passedwarning: Non-critical issues detectedcritical: Immediate attention required
Integration
Can be integrated into:
- Heartbeat checks for periodic monitoring
- Pre-evolution health verification
- Diagnostic troubleshooting
- Alert systems
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jpeng-system-health-monitor - After installation, invoke the skill by name or use
/jpeng-system-health-monitor - Provide required inputs per the skill's parameter spec and get structured output
What is system-health-monitor?
Monitor system health including disk space, memory usage, process status, and evolution metrics to detect potential issues early. Use when checking system he... It is an AI Agent Skill for Claude Code / OpenClaw, with 157 downloads so far.
How do I install system-health-monitor?
Run "/install jpeng-system-health-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is system-health-monitor free?
Yes, system-health-monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does system-health-monitor support?
system-health-monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created system-health-monitor?
It is built and maintained by jpengcheng523-netizen (@jpengcheng523-netizen); the current version is v1.0.0.