system-monitor-tool

👤 yushimohuang 📦 v1.0.0 ⭐ 4.2 ⬇️ 1.2K 下载
🔒 IT运维与安全 免费

📖 技能介绍


name: system-monitor description: System resource monitoring (CPU, memory, disk, network). Use when user asks "system status", "CPU usage", "memory usage", "disk space", or wants to monitor system resources.


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

7w4.net小葱技能站,你的AI助手技能库。

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

🤖 AI 评测

这个 Skill 质量中等偏上,功能比较全面,能监控 CPU、内存、磁盘、网络等系统资源,对 Linux 和 macOS 支持较好。优点是使用简单、命令清晰;缺点是 Windows 用户基本用不了,部分监控数据在某些系统上可能不太准确。日常轻度使用没问题,但如果需要精确数据或 Windows 环境,建议考虑其他方案。

📊 多维度评分

适应性4.2
规范性3.8
有效性4.3
可靠性4.2
可信度4.5

📁 包含文件 (4 个)

📄 README.md 1.2 KB
📄 SKILL.md 1.8 KB
📄 _meta.json 138 B
📄 scripts/monitor.sh 5.7 KB