← 返回
效率工具 中文

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...
系统资源监控(CPU、内存、磁盘、网络)。当用户询问“系统状态”、“CPU使用率”、“内存使用率”、“磁盘空间”或希望监控系统资源时使用。
yushimohuang
效率工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 841
下载
💾 5
安装
1
版本
#latest

概述

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 15:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 274 📥 114,669
productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 429 📥 103,649
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 444 📥 226,020