System_Monitor
Monitors system resource usage (CPU, memory, disk), alerting on anomalies and potential performance bottlenecks.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add system_monitor npx -- -y @trustedskills/system_monitor
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"system_monitor": {
"command": "npx",
"args": [
"-y",
"@trustedskills/system_monitor"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The system_monitor skill provides real-time insights into a system's performance and health. It can collect metrics such as CPU usage, memory consumption, disk I/O, and network activity. This information is then presented in an easily understandable format for analysis and troubleshooting.
When to use it
- Troubleshooting Performance Issues: Identify bottlenecks or resource constraints impacting application speed or stability.
- Capacity Planning: Analyze system usage trends to predict future hardware needs.
- Monitoring System Health: Proactively detect anomalies that could indicate potential failures.
- Debugging Application Errors: Correlate performance data with error logs to pinpoint the root cause of problems.
Key capabilities
- Collects CPU utilization metrics.
- Monitors memory usage.
- Tracks disk I/O operations.
- Reports network activity.
Example prompts
- "Show me current CPU usage."
- "What's the memory consumption over the last 5 minutes?"
- "Report on disk I/O for the /var/log directory."
Tips & gotchas
The skill requires appropriate permissions to access system resources. Ensure the AI agent has sufficient privileges to gather performance data accurately.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.