From claw-ops
Run health checks on any Claw fleet bot. Use when user says 'check bot health', 'is DB running', 'nook status', 'monitor bot', 'health check', or mentions bot uptime, container status, or service health.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claw-ops:bot-healthThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Resolve which bot to check:
Resolve which bot to check:
DB_EC2/), default to that botNormalize the name to match a key in references/bot-profiles.md (DB, Nook, NanoClaw, M-Bot, Lettabot).
Read references/bot-profiles.md and extract the row for the target bot. This gives you:
ssh -i <SSH_KEY> -o ConnectTimeout=5 -o StrictHostKeyChecking=no <HOST> "<command>"
railway status).If SSH fails, report CRITICAL for connectivity and skip remaining checks.
Run each applicable check from references/health-checks.md. Not all checks apply to every bot -- skip checks marked as conditional if the bot profile doesn't have that feature.
Run checks in this order (fast to slow):
Output a structured report. Use this format:
## Health Report: <BOT_NAME>
Host: <HOST>
Checked: <TIMESTAMP>
| Check | Status | Detail |
|-----------------|----------|---------------------------------|
| Container | OK | Up 3 days, running |
| Disk | WARN | 82% used (16.4G / 20G) |
| Memory | OK | 1.5 GiB / 4.0 GiB (38%) |
| Health endpoint | OK | 200 in 45ms |
| Error logs | OK | 0 errors in last 5 min |
| GPU | SKIP | Not applicable |
| Backups | SKIP | Not applicable |
| Watchdog | OK | Last run 3 min ago, no alerts |
Overall: HEALTHY (1 warning)
Severity levels:
Overall status:
If any check is CRITICAL, suggest a remediation action.
npx claudepluginhub thamam/clawhub-marketplace --plugin claw-opsRuns diagnostic checks on agent workspace: config, identity, memory, SQLite index, crons, hooks, HTTP bridge, messaging plugins, and dreaming. Supports --fix for safe auto-repairs. Use after agent create/import or when something feels off.
Runs bash health checks on configured homelab services like Plex, Radarr, Sonarr, Unraid, and displays a formatted dashboard showing reachability, status icons, summaries, and context-sensitive follow-ups.
Read-only health check for a VPS running bento: reports Docker Swarm service replicas, HTTPS reachability, host resources, and stuck services via SSH.