โ† All skills
Tencent SkillHub ยท Developer Tools

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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Real-time OpenClaw system monitoring with beautiful terminal UI. CPU, memory, disk, GPU, Gateway, cron jobs, model quota, and multi-machine support. Works on...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, monitor.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

System 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 macmini2001-01@100.104.241.24 # Both machines node monitor.js && node monitor.js --remote macmini2001-01@100.104.241.24

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-smi for GPU monitoring (optional)

Files

FileDescriptionSKILL.mdThis filemonitor.jsMain monitoring script

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • monitor.js Scripts