TopRank Skills

Home / Claw Skills / Monitoring / system-monitor-pro
Official OpenClaw rules 54%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 system-monitor-pro 技能。 若已安装,则直接安装 system-monitor-pro 技能。

Overview

Skill Key
dagangtj/system-monitor-pro
Author
dagangtj
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/dagangtj/system-monitor-pro
Latest Commit SHA
666bf71584ca5de3c6324fef186c2bfb7da32b48

Extracted Content

SKILL.md excerpt

# 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:

```bash
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

```bash
# 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:
```markdown
## 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

| File | Description |
|------|-------------|...

Related Claw Skills

0xnyk

xint

★ 49

X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

jackculpan

flightclaw

★ 32

Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.

openclaw-trade

openclaw-trading-assistant

★ 24

openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.

xquik-dev

x-twitter-scraper

★ 16

X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.

mohsinkhadim59

Openclaw-Setup

★ 8

Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.