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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chenghaifeng08-creator/monitor-alert-automaton๐จ 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
| Severity | Channel | Response Time |
|---|---|---|
| Low | Log only | Next review |
| Medium | Daily summary | <24h |
| High | Immediate message | <1h |
| Critical | Immediate + 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chenghaifeng08-creator-monitor-alert-automaton": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
ai-video-script
AI่ง้ข่ๆฌ็ๆๅจใๆ นๆฎ็จๆท่พๅ ฅ็ไธป้ข/ๅ ณ้ฎ่ฏ๏ผ็ๆๅฎๆด็่ง้ข่ๆฌ๏ผๅ ๅซๅ้ๆ่ฟฐใ็ป้ขๆ็คบ่ฏใ้ ้ณๆๆกใ้็จไบ็ญ่ง้ขๅไฝ่ ใAI่ง้ขๅถไฝ่ ใๅ ๅฎน่ฅ้ไบบๅใ่งฆๅ่ฏ๏ผ่ง้ข่ๆฌใๅ้ใAI่ง้ขใ็ญ่ง้ขๆๆกใ่ง้ข็ญๅใ
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.
smart-memory-lite-automaton
Lightweight cognitive memory system for AI agents by Automaton. Auto-save conversations, quick recall, session management.
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.
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".