system-monitor-pro
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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dagangtj/system-monitor-proSystem Monitor Pro ๐ฅ๏ธ
Real-time OpenClaw system monitoring skill. Beautiful formatted output directly in your chat.
Features
- ๐ฅ๏ธ CPU / Memory / Disk usage with visual bars
- ๐ฎ GPU monitoring (NVIDIA) โ utilization + VRAM
- ๐ Gateway status + uptime
- โฐ Cron job status overview
- ๐ค Model & quota tracking
- ๐ป Multi-machine support (SSH remote monitoring)
- ๐ Beautiful terminal-style formatted output
- ๐ Alert thresholds (CPU>80%, Memory>85%, Disk>90%)
Usage
Just say any of these:
- "system status" / "็ณป็ป็ถๆ"
- "monitor" / "็ๆง"
- "health check" / "ๅฅๅบทๆฃๆฅ"
- "dashboard"
How It Works
When triggered, run the monitor script:
node <skill_dir>/monitor.js [--remote user@host] [--json] [--alert-only]
Options
--remote user@hostโ Monitor a remote machine via SSH--jsonโ Output raw JSON instead of formatted text--alert-onlyโ Only show items that need attention
Output Format
The 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% โ ๏ธ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Multi-Machine Example
# Local machine
node monitor.js
# Remote machine via SSH
node monitor.js --remote [email protected]
# Both machines
node monitor.js && node monitor.js --remote [email protected]
Integration
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
Requirements
- Node.js 18+
- macOS or Linux
- SSH access for remote monitoring (optional)
nvidia-smifor GPU monitoring (optional)
Files
| File | Description |
|---|---|
| SKILL.md | This file |
| monitor.js | Main monitoring script |
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-dagangtj-system-monitor-pro": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
cherry-mcp
HTTP bridge that keeps MCP servers alive and exposes them via REST. Built for OpenClaw agents that need MCP tools without native MCP support.
doctorbot-ci-validator
Stop failing in production. Validate your GitHub Actions, GitLab CI & Keep workflows offline with surgical precision. Born from Keep bounty research, perfected for agents.
health-guardian
Proactive health monitoring for AI agents. Apple Health integration, pattern detection, anomaly alerts. Built for agents caring for humans with chronic conditions.
codex-review
Three-tier code quality defense: L1 quick scan, L2 deep audit (via bug-audit), L3 cross-validation with adversarial testing. ไธ็บงไปฃ็ ่ดจ้้ฒ็บฟใ
afrexai-observability-engine
Complete observability & reliability engineering system. Use when designing monitoring, implementing structured logging, setting up distributed tracing, building alerting systems, creating SLO/SLI frameworks, running incident response, conducting post-mortems, or auditing system reliability. Covers all three pillars (logs/metrics/traces), alert design, dashboard architecture, on-call operations, chaos engineering, and cost optimization.