system-monitor-tool
/install system-monitor-tool
System Monitor
Monitor system resources in real-time.
Commands
System Overview
When user says: "system status", "how's the system"
bash skills/system-monitor-1.0.0/scripts/monitor.sh status
CPU Usage
When user says: "CPU usage", "how's CPU"
bash skills/system-monitor-1.0.0/scripts/monitor.sh cpu
Memory Usage
When user says: "memory usage", "RAM status"
bash skills/system-monitor-1.0.0/scripts/monitor.sh memory
Disk Usage
When user says: "disk space", "storage status"
bash skills/system-monitor-1.0.0/scripts/monitor.sh disk
Network Status
When user says: "network status", "connection info"
bash skills/system-monitor-1.0.0/scripts/monitor.sh network
Process List
When user says: "top processes", "what's using CPU"
bash skills/system-monitor-1.0.0/scripts/monitor.sh processes [--top 10]
Temperature (if available)
When user says: "CPU temperature", "system temp"
bash skills/system-monitor-1.0.0/scripts/monitor.sh temp
Examples
# Full system status
bash skills/system-monitor-1.0.0/scripts/monitor.sh status
# Check disk space
bash skills/system-monitor-1.0.0/scripts/monitor.sh disk
# Top 5 processes
bash skills/system-monitor-1.0.0/scripts/monitor.sh processes --top 5
# Monitor mode (continuous)
bash skills/system-monitor-1.0.0/scripts/monitor.sh watch --interval 5
Response Format
🖥️ **System Status** (2026-03-10 12:30:00)
**CPU:** 25% (4 cores)
**Memory:** 8.2GB / 16GB (51%)
**Disk:** 256GB / 512GB (50%)
**Network:** 🟢 Connected (WiFi)
**Uptime:** 3 days, 4 hours
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install system-monitor-tool - After installation, invoke the skill by name or use
/system-monitor-tool - Provide required inputs per the skill's parameter spec and get structured output
What is system-monitor-tool?
System resource monitoring (CPU, memory, disk, network). Use when user asks "system status", "CPU usage", "memory usage", "disk space", or wants to monitor s... It is an AI Agent Skill for Claude Code / OpenClaw, with 517 downloads so far.
How do I install system-monitor-tool?
Run "/install system-monitor-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is system-monitor-tool free?
Yes, system-monitor-tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does system-monitor-tool support?
system-monitor-tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created system-monitor-tool?
It is built and maintained by yushimohuang (@yushimohuang); the current version is v1.0.0.