Server Checkup
Quickly assesses server health, resource usage, and potential issues using automated diagnostics and reporting.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add server-checkup npx -- -y @trustedskills/server-checkup
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"server-checkup": {
"command": "npx",
"args": [
"-y",
"@trustedskills/server-checkup"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The server-checkup skill assesses the health and performance of a specified server. It can identify potential issues such as high CPU usage, low disk space, or network connectivity problems. The skill provides a summary report detailing these findings, allowing for proactive maintenance and troubleshooting.
When to use it
- Routine Monitoring: Schedule regular checks to proactively identify and address potential server issues before they impact users.
- Troubleshooting Performance Issues: Investigate slow response times or other performance degradation by examining server resource utilization.
- Post-Deployment Verification: Confirm that a newly deployed server is functioning correctly and meeting expected performance benchmarks.
- Incident Response: Quickly assess the state of a server experiencing an outage or unusual behavior to aid in diagnosis.
Key capabilities
- CPU Usage Analysis
- Disk Space Monitoring
- Network Connectivity Checks
- Report Generation
Example prompts
- "Run a server checkup on server
webserver01." - "Check the disk space utilization for
database-serverand report any warnings." - “Perform a full health assessment of all servers in the production environment.”
Tips & gotchas
The skill requires appropriate permissions to access and monitor the target server. Ensure that the AI agent has the necessary credentials or API keys configured before use.
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.