Health Check
This "Health Check" skill verifies your bot’s functionality and status, ensuring smooth operation and identifying potential issues quickly.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add acedergren-health-check npx -- -y @trustedskills/acedergren-health-check
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"acedergren-health-check": {
"command": "npx",
"args": [
"-y",
"@trustedskills/acedergren-health-check"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The acedergren-health-check skill provides a mechanism to assess and report on the operational status of an AI agent. It can check various aspects, including resource usage (CPU, memory), connection stability, and task completion rates. This allows for proactive identification of potential issues before they impact performance or reliability.
When to use it
- Scheduled Monitoring: Regularly evaluate agent health as part of a maintenance routine.
- Performance Degradation: Investigate slowdowns or errors by checking underlying system status.
- Resource Optimization: Identify resource bottlenecks and adjust configurations for improved efficiency.
- Automated Alerts: Trigger notifications when specific health metrics fall below acceptable thresholds.
Key capabilities
- Resource usage monitoring (CPU, memory)
- Connection stability checks
- Task completion rate analysis
- Reporting of operational status
Example prompts
- "Run a health check and report the results."
- "Check CPU utilization and memory consumption."
- "What is the current task completion rate?"
Tips & gotchas
This skill requires appropriate permissions to access system resources. The specific metrics checked and thresholds for alerts are configurable, allowing for customization based on individual agent needs.
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.