LaunchKit · 2026
Back to Skills

self-monitor

Proactive self-monitoring of infrastructure, services, and health.

0
557 downloads
by @suryast

Setup & Installation

openclaw skills install @suryast/self-monitor

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install self-monitor

Version History

v1.0.1Feb 22, 2026 - Version note by skill developer:

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.

INPUT

User asks: Run a health check on the server

AGENT
  1. 1Checks disk, memory, and load average against warning and critical thresholds
  2. 2Verifies key processes and systemd services are running
  3. 3Scans cron logs for failures in the last 24 hours
  4. 4Reviews system journal for errors in the past hour
  5. 5Generates a structured markdown report with metric statuses and any actions taken
OUTPUT

A health report showing disk at 72%, memory at 81%, load at 1.4, all services up, 0 cron failures, and no recent errors