Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Real-time OpenClaw system monitoring with beautiful terminal UI. CPU, memory, disk, GPU, Gateway, cron jobs, model quota, and multi-machine support. Works on...
Real-time OpenClaw system monitoring with beautiful terminal UI. CPU, memory, disk, GPU, Gateway, cron jobs, model quota, and multi-machine support. Works on...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Real-time OpenClaw system monitoring skill. Beautiful formatted output directly in your chat.
๐ฅ๏ธ 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%)
Just say any of these: "system status" / "็ณป็ป็ถๆ" "monitor" / "็ๆง" "health check" / "ๅฅๅบทๆฃๆฅ" "dashboard"
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 attention
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% โ ๏ธ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
# 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
Node.js 18+ macOS or Linux SSH access for remote monitoring (optional) nvidia-smi for GPU monitoring (optional)
FileDescriptionSKILL.mdThis filemonitor.jsMain monitoring script
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.