Healthcheck
Monitor and diagnose OpenClaw agent health, session status, tool availability, and system resources. Essential for debugging and monitoring.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add healthcheck npx -- -y @trustedskills/healthcheck
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"healthcheck": {
"command": "npx",
"args": [
"-y",
"@trustedskills/healthcheck"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The healthcheck skill monitors and verifies the operational status of an AI agent, ensuring all components are running smoothly. It can detect issues like failed services, unresponsive modules, or resource constraints, providing actionable insights for resolution.
When to use it
- Before deploying a new feature to confirm system stability
- After system updates to verify no components were disrupted
- During routine maintenance checks to ensure consistent performance
Key capabilities
- Real-time status monitoring of AI agent components
- Detection of service failures or resource bottlenecks
- Generation of diagnostic reports for troubleshooting
Example prompts
- "Run a full health check on the AI assistant."
- "Check if all modules are active and responding."
- "Generate a report on system performance and stability."
Tips & gotchas
- Ensure sufficient permissions are granted for the healthcheck to access system metrics.
- Healthcheck results may vary based on the environment's configuration and resource availability.
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.
Installing this skill downloads the exact code at commit 7b5e64ef, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
Details
- Version
- v1.0.3
- License
- MIT
- Author
- openclaw
- Installs
- 2.5k
- Updated
- Dec 10, 2025
- Published
- Aug 1, 2025
⭐ Featured
Editorially selected — recommended for any platform.
Install command fetches the verified snapshot, not the live repository.