/install api-health-monitor
api-health-monitor
Scans ~/.openclaw/agents/main/sessions/ for recent LLM API error patterns (500 errors, token failures, cooldowns, service_busy) and produces a JSON health report.
Usage
const { checkApiHealth } = require('./skills/api-health-monitor');
const report = await checkApiHealth();
// { healthy: bool, errors: [...], recommendation: string }
Report Shape
| Field | Type | Description |
|---|---|---|
healthy |
boolean | true if no errors found |
errors |
array | [{ type, message, count, lastSeen }] |
recommendation |
string | Suggested action based on findings |
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install api-health-monitor - After installation, invoke the skill by name or use
/api-health-monitor - Provide required inputs per the skill's parameter spec and get structured output
What is API Health Monitor?
Parses recent OpenClaw session logs for LLM API errors and returns a structured health report. It is an AI Agent Skill for Claude Code / OpenClaw, with 70 downloads so far.
How do I install API Health Monitor?
Run "/install api-health-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is API Health Monitor free?
Yes, API Health Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does API Health Monitor support?
API Health Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created API Health Monitor?
It is built and maintained by toller892 (@toller892); the current version is v1.0.1.