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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install system-monitor-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/system-monitor-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 517 次。
如何安装 system-monitor-tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install system-monitor-tool」即可一键安装,无需额外配置。
system-monitor-tool 是免费的吗?
是的,system-monitor-tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
system-monitor-tool 支持哪些平台?
system-monitor-tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 system-monitor-tool?
由 yushimohuang(@yushimohuang)开发并维护,当前版本 v1.0.0。