Worker Health Monitoring
Proactively monitors worker node resource usage & health, alerting DevOps to potential performance bottlenecks or failures.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add worker-health-monitoring npx -- -y @trustedskills/worker-health-monitoring
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"worker-health-monitoring": {
"command": "npx",
"args": [
"-y",
"@trustedskills/worker-health-monitoring"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The worker-health-monitoring skill provides automated monitoring of worker health metrics. It collects data on CPU usage, memory consumption, and disk I/O to identify potential performance bottlenecks or failures. This allows for proactive intervention and improved system stability within a development environment.
When to use it
- Proactive Issue Detection: Identify resource constraints before they impact application performance in staging environments.
- Performance Tuning: Analyze worker metrics to optimize resource allocation and improve efficiency.
- Automated Alerting: Set up rules based on collected data to trigger alerts when thresholds are breached.
- Debugging Performance Issues: Quickly pinpoint the root cause of slowdowns or errors by examining historical health data.
Key capabilities
- CPU usage monitoring
- Memory consumption tracking
- Disk I/O analysis
- Automated data collection
- Threshold-based alerting (implied)
Example prompts
- "Monitor the CPU and memory usage of worker instance 'web-01'."
- "Show me a graph of disk I/O for all workers over the last hour."
- “Alert me if any worker's memory exceeds 80%.”
Tips & gotchas
The skill requires appropriate permissions to access system metrics on the target worker instances. Ensure that the AI agent has sufficient privileges before deployment.
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.