Monitor system resources: CPU, memory, disk, network, processes
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill system_monitor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of System Monitor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-system-monitor)More formats (shields.io, HTML) on the badges page.
---
name: system-monitor
description: Monitor system resources: CPU, memory, disk, network, processes
activation_keywords: [system, cpu, memory, disk, process, monitor, resource, top, uptime]
execution_mode: client
---
# System Monitor Skill
Provides read-only system resource monitoring:
- CPU usage and load average
- Memory usage (total, used, free, swap)
- Disk usage by filesystem
- Top processes by CPU/memory
- System uptime and load
Use `builtin_system_monitor` tool with fields:
- `operation`: one of "cpu", "memory", "disk", "processes", "uptime", "all"
- `limit`: (optional) number of top processes to show (default: 10)
Note: All operations are read-only.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!