Monitoring
Proactively detect website outages and performance degradations with Checkly's automated monitoring capabilities.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add monitoring npx -- -y @trustedskills/monitoring
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"monitoring": {
"command": "npx",
"args": [
"-y",
"@trustedskills/monitoring"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to perform automated health checks and continuous monitoring of digital infrastructure using the Checkly CLI. It allows agents to verify system availability, track performance metrics, and detect outages in real-time across various environments.
When to use it
- Proactive Maintenance: Schedule regular uptime checks for critical endpoints before users report issues.
- Deployment Verification: Automatically validate that new releases are functioning correctly immediately after deployment.
- Incident Detection: Trigger alerts or run diagnostic scripts when specific thresholds, such as latency or error rates, are exceeded.
- Multi-Environment Coverage: Monitor staging, production, and disaster recovery environments simultaneously to ensure consistency.
Key capabilities
- Execute custom monitoring checks via the Checkly command-line interface.
- Track endpoint availability and response times continuously.
- Generate reports on system health based on collected metrics.
- Integrate with existing CI/CD pipelines for automated testing workflows.
Example prompts
- "Set up a 5-minute interval check for our API's
/healthendpoint and alert if the response time exceeds 200ms." - "Run a monitoring script to verify that all microservices in the staging environment are responding correctly after the latest update."
- "Create a dashboard summary of uptime status for our primary database connection over the last hour."
Tips & gotchas
Ensure your Checkly CLI is properly authenticated and configured with valid API keys before attempting to run monitoring tasks. Limit the frequency of checks to avoid overwhelming your target systems or incurring unnecessary costs.
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.