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.
Monitor system resources in real-time.
When user says: "system status", "how's the system"
bash skills/system-monitor-1.0.0/scripts/monitor.sh status
When user says: "CPU usage", "how's CPU"
bash skills/system-monitor-1.0.0/scripts/monitor.sh cpu
When user says: "memory usage", "RAM status"
bash skills/system-monitor-1.0.0/scripts/monitor.sh memory
When user says: "disk space", "storage status"
bash skills/system-monitor-1.0.0/scripts/monitor.sh disk
When user says: "network status", "connection info"
bash skills/system-monitor-1.0.0/scripts/monitor.sh network
When user says: "top processes", "what's using CPU"
bash skills/system-monitor-1.0.0/scripts/monitor.sh processes [--top 10]
When user says: "CPU temperature", "system temp"
bash skills/system-monitor-1.0.0/scripts/monitor.sh temp
# 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
🖥️ **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來源於7w4.net。
這個 Skill 質量中等偏上,功能比較全面,能監控 CPU、記憶體、磁碟、網路等系統資源,對 Linux 和 macOS 支援較好。優點是使用簡單、命令清晰;缺點是 Windows 使用者基本用不了,部分監控資料在某些系統上可能不太準確。日常輕度使用沒問題,但如果需要精確資料或 Windows 環境,建議考慮其他方案。