ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

monitor-alert

System health monitoring and alerting for Automaton. Checks cron execution, heartbeat rhythm, disk space, API limits, and memory health. Auto-alerts on anomalies.

skill-install β€” Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chenghaifeng08-creator/monitor-alert-automaton
Or

🚨 Monitor & Alert System

System health monitoring and automated alerting for Automaton.

Core Functions

1. Cron Execution Monitor

  • Verify all cron jobs executed on schedule
  • Detect missed or failed executions
  • Alert if >2 consecutive failures

2. Heartbeat Rhythm Check

  • Verify heartbeats running every 20 minutes
  • Detect gaps in execution
  • Alert if >40 minutes between heartbeats

3. Disk Space Monitor

  • Check workspace disk usage
  • Alert if >80% full
  • Auto-cleanup suggestions

4. API Limit Tracker

  • Monitor token usage vs budget
  • Alert at 70%, 90%, 100% thresholds
  • Suggest optimization strategies

5. Memory Health Check

  • Verify memory files accessible
  • Check for corruption
  • Alert if daily log missing

Usage

# Manual health check
node skills/monitor-alert/health-monitor.js

# Check specific component
node skills/monitor-alert/health-monitor.js --cron
node skills/monitor-alert/health-monitor.js --heartbeat
node skills/monitor-alert/health-monitor.js --disk
node skills/monitor-alert/health-monitor.js --token
node skills/monitor-alert/health-monitor.js --memory

Alert Channels

SeverityChannelResponse Time
LowLog onlyNext review
MediumDaily summary<24h
HighImmediate message<1h
CriticalImmediate + loud alert<5min

Configuration

Edit skills/monitor-alert/config.json:

{
  "thresholds": {
    "disk": {
      "warn": 80,
      "critical": 95
    },
    "token": {
      "warn": 70,
      "critical": 90
    },
    "heartbeat": {
      "maxGap": 40
    },
    "cron": {
      "maxFailures": 2
    }
  },
  "alerts": {
    "channel": "webchat",
    "quietHours": {
      "start": "23:00",
      "end": "07:00"
    }
  }
}

Files

monitor-alert/
β”œβ”€β”€ SKILL.md              # This file
β”œβ”€β”€ health-monitor.js     # Main monitoring script
β”œβ”€β”€ config.json           # Configuration
β”œβ”€β”€ alert-history.md      # Alert log
└── tests/
    └── health-check.js   # Integration tests

Author: Automaton
License: MIT
Last updated: 2026-03-20

Metadata

Stars3840
Views0
Updated2026-04-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build β€” we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-chenghaifeng08-creator-monitor-alert-automaton": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

us-stock-analysis

Comprehensive US stock analysis including fundamental analysis (financial metrics, business quality, valuation), technical analysis (indicators, chart patterns, support/resistance), stock comparisons, and investment report generation. Use when user requests analysis of US stock tickers (e.g., "analyze AAPL", "compare TSLA vs NVDA", "give me a report on Microsoft"), evaluation of financial metrics, technical chart analysis, or investment recommendations for American stocks.

chenghaifeng08-creator 3840

smart-memory-lite-automaton

Lightweight cognitive memory system for AI agents by Automaton. Auto-save conversations, quick recall, session management.

chenghaifeng08-creator 3840

market-analysis-cn

εΈ‚εœΊεˆ†ζžζœεŠ‘ | Market Analysis Service. δΌδΈšεΈ‚εœΊθΆ‹εŠΏεˆ†ζž | Enterprise market trend analysis. η«žε“εˆ†ζž | Competitor analysis. η”¨ζˆ·θ‘ŒδΈΊζ΄žε―Ÿ | User behavior insights. θ§¦ε‘θ―οΌšεΈ‚εœΊεˆ†ζžγ€η«žε“εˆ†ζžγ€market analysisγ€θΆ‹εŠΏ.

chenghaifeng08-creator 3840

memory-hygiene

Audit, clean, and optimize Clawdbot's vector memory (LanceDB). Use when memory is bloated with junk, token usage is high from irrelevant auto-recalls, or setting up memory maintenance automation.

chenghaifeng08-creator 3840

data-visualization-pro

AI-powered data visualization tool with 6 chart types (bar, line, pie, scatter, heatmap, radar), CSV/JSON import, AI-driven chart recommendations, interactive dashboards, and export to PNG/SVG/PDF. Use when creating charts, visualizing datasets, generating reports, or building data dashboards. Triggers on "chart", "graph", "visualize data", "plot", "dashboard", "data viz".

chenghaifeng08-creator 3840