Zero-token real-time Discord monitoring dashboard for OpenClaw. Displays system health, cron jobs, sessions, and performance analytics via persistent Discord...
Zero-Token Real-time Discord monitoring for your OpenClaw ecosystem
Creates a dedicated Discord channel with live-updating messages showing:
🤖 Activity Monitoring (Slice 1 & 2)
🖥️ System Health (Slice 3)
📈 Performance Analytics (Slice 4) ✨
Zero Token Cost: Uses shell scripts + Discord CLI commands instead of expensive LLM calls for 100% cost efficiency.
Updates every 60 seconds with zero message spam - only edits existing messages.
npm install
./install.sh
The skill will:
#tommy-monitoring by default)Once installed, the monitoring runs automatically with these commands:
Manual Performance Tracking:
./scripts/performance-tracker.sh track # Log current metrics and check alerts
./scripts/performance-tracker.sh trends # Show performance trends
./scripts/performance-tracker.sh alerts # View recent alerts
./scripts/performance-tracker.sh cleanup # Clean old performance data
Configuration:
Performance thresholds can be customized in config/performance-config.json:
{
"cpu_warning": 70,
"cpu_critical": 85,
"mem_warning": 75,
"mem_critical": 90,
"disk_warning": 80,
"disk_critical": 95,
"retention_days": 7
}
message tool availableps, top, uptime, df)jq for JSON configuration parsingbc for mathematical calculations✅ Slice 1 & 2: Discord Activity Monitoring
✅ Slice 3: System Health Monitoring
✅ Slice 4: Performance Analytics & Smart Alerts ⭐
✅ Zero Token Architecture:
openclaw message edit CLI usageUpdate Cycle (60-second intervals):
top, df, uptime)File Structure:
live-monitoring-dashboard/
├── scripts/
│ ├── zero-token-dashboard.sh # Main dashboard updater
│ └── performance-tracker.sh # Slice 4 analytics
├── config/
│ ├── live-state.json # Runtime state
│ └── performance-config.json # Alert thresholds
└── data/
├── performance/ # Daily metrics (CSV)
└── alerts.log # Alert history
🚀 Ready for Production | Built for OpenClaw Community
Developed during trust window sessions March 5, 2026 - demonstrating zero-token operational excellence and partnership-level autonomous development.
ZIP package — ready to use