System Health Check
This skill automatically checks your system's health metrics, proactively identifying potential issues and ensuring optimal performance.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add chenxizhang-system-health-check npx -- -y @trustedskills/chenxizhang-system-health-check
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"chenxizhang-system-health-check": {
"command": "npx",
"args": [
"-y",
"@trustedskills/chenxizhang-system-health-check"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, chenxizhang-system-health-check, allows AI agents to perform basic health checks on a system. It can report CPU usage, memory utilization, and disk space availability. The agent can then use this information to proactively identify potential issues or provide status updates.
When to use it
- Proactive Monitoring: Schedule regular health checks to detect resource bottlenecks before they impact performance.
- Troubleshooting: Quickly assess system resources when investigating performance slowdowns or errors.
- Status Reporting: Provide automated reports on system health to stakeholders.
- Automated Remediation: Trigger scripts or actions based on the reported health check results (e.g., freeing up disk space).
Key capabilities
- CPU Usage reporting
- Memory Utilization reporting
- Disk Space Availability reporting
Example prompts
- "Check system health and report CPU usage."
- "What is the current memory utilization?"
- "Give me a summary of available disk space."
Tips & gotchas
This skill requires appropriate permissions to access system resource information. The accuracy of the reports depends on the underlying system monitoring tools being properly configured.
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.