Agent Health Monitor
/install agent-health-monitor
Agent Health Monitor
Monitors agent and session health to detect failures and ensure system reliability.
Usage
const monitor = require('./skills/agent-health-monitor');
// Check all agents health
const health = await monitor.checkHealth();
// Get failed agents
const failed = await monitor.getFailedAgents();
// Monitor continuously
monitor.startMonitoring(30000); // Check every 30s
Features
- Session Status Check: Verifies active sessions
- Agent Liveness Detection: Detects unresponsive agents
- Resource Monitoring: Tracks CPU/memory usage
- Failure Alerts: Notifies on detected failures
Output
Returns a health report with:
- Total agents/sessions count
- Healthy vs unhealthy count
- Failed agents list
- Resource usage summary
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-health-monitor - After installation, invoke the skill by name or use
/agent-health-monitor - Provide required inputs per the skill's parameter spec and get structured output
What is Agent Health Monitor?
Monitors agent health status and detects failures for fault-tolerant agent systems. **Trigger scenarios:** - User asks about agent health or status - User me... It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.
How do I install Agent Health Monitor?
Run "/install agent-health-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Health Monitor free?
Yes, Agent Health Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Health Monitor support?
Agent Health Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Health Monitor?
It is built and maintained by jpengcheng523-netizen (@jpengcheng523-netizen); the current version is v1.0.0.