Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Add premium skills promo links
What This Skill Does
Monitors disk usage, memory, load average, service status, cron jobs, and recent system errors on a schedule or on demand. Auto-fixes safe issues like cleaning old logs and temp files when thresholds are exceeded.
Combines infrastructure metrics, service health, and cron job monitoring into a single automated check with built-in remediation for common issues, avoiding the need to stand up a separate monitoring stack.
When to use it
- Scheduled 30-minute health checks on a production server
- Catching disk space critically high before a service crashes
- Auto-restarting a downed background service
- Identifying which process is consuming all available memory
- Spotting repeated cron job failures over the past 24 hours
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Run a health check on the server
- 1Checks disk, memory, and load average against warning and critical thresholds
- 2Verifies key processes and systemd services are running
- 3Scans cron logs for failures in the last 24 hours
- 4Reviews system journal for errors in the past hour
- 5Generates a structured markdown report with metric statuses and any actions taken
A health report showing disk at 72%, memory at 81%, load at 1.4, all services up, 0 cron failures, and no recent errors