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

ai-video-script

AI่ง†้ข‘่„šๆœฌ็”Ÿๆˆๅ™จใ€‚ๆ นๆฎ็”จๆˆท่พ“ๅ…ฅ็š„ไธป้ข˜/ๅ…ณ้”ฎ่ฏ๏ผŒ็”ŸๆˆๅฎŒๆ•ด็š„่ง†้ข‘่„šๆœฌ๏ผŒๅŒ…ๅซๅˆ†้•œๆ่ฟฐใ€็”ป้ขๆ็คบ่ฏใ€้…้Ÿณๆ–‡ๆกˆใ€‚้€‚็”จไบŽ็Ÿญ่ง†้ข‘ๅˆ›ไฝœ่€…ใ€AI่ง†้ข‘ๅˆถไฝœ่€…ใ€ๅ†…ๅฎน่ฅ้”€ไบบๅ‘˜ใ€‚่งฆๅ‘่ฏ๏ผš่ง†้ข‘่„šๆœฌใ€ๅˆ†้•œใ€AI่ง†้ข‘ใ€็Ÿญ่ง†้ข‘ๆ–‡ๆกˆใ€่ง†้ข‘็ญ–ๅˆ’ใ€‚

chenghaifeng08-creator 3840

ecommerce-product-pro

AI-powered ecommerce product research tool for Amazon FBA, Shopify, and dropshipping. Find winning products, analyze competition, estimate profits, and track trends.

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

elevenlabs-music

Generate music from text prompts using ElevenLabs Eleven Music API. Use when creating songs, soundtracks, jingles, lullabies, or any audio music from descriptions. Supports vocals with AI-generated lyrics, instrumental tracks, and multiple genres/styles. Requires paid ElevenLabs plan.

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