Install
openclaw skills install system-monitor-proClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Real-time OpenClaw system monitoring with beautiful terminal UI. CPU, memory, disk, GPU, Gateway, cron jobs, model quota, and multi-machine support. Works on macOS and Linux.
openclaw skills install system-monitor-proReal-time OpenClaw system monitoring skill. Beautiful formatted output directly in your chat.
Just say any of these:
When triggered, run the monitor script:
node <skill_dir>/monitor.js [--remote user@host] [--json] [--alert-only]
--remote user@host — Monitor a remote machine via SSH--json — Output raw JSON instead of formatted text--alert-only — Only show items that need attentionThe script outputs a beautifully formatted system status card like:
🦞 OpenClaw System Status
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🖥️ CPU ██░░░░░░░░ 18%
💾 Memory ████░░░░░░ 42% 6.8/16.0 GB
💿 Disk █░░░░░░░░░ 7% 14/228 GB
🌐 Gateway ● Running (pid 1234)
⏰ Crons 6/6 OK
🤖 Model claude-opus-4-6 (yunyi)
💰 Quota ████████████ 100% ⚠️
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# Local machine
node monitor.js
# Remote machine via SSH
node monitor.js --remote macmini2001-01@100.104.241.24
# Both machines
node monitor.js && node monitor.js --remote macmini2001-01@100.104.241.24
Add to your HEARTBEAT.md for periodic monitoring:
## System Monitor (every 30 min)
Run: node ~/.openclaw/workspace/skills/system-monitor-pro/monitor.js --alert-only
If alerts found → notify user
nvidia-smi for GPU monitoring (optional)| File | Description |
|---|---|
| SKILL.md | This file |
| monitor.js | Main monitoring script |