Installation
Use the Checkly CLIskills command to install Checkly skills globally or in your project:
Usage
Now when your agent needs to perform a Checkly-related task, it can automatically pull in the relevant context and use the provided instructions and resources to execute the task effectively.Claude Code Example
Examples
The Monitoring as Code workflow is by default AI-native because LLMs are excellent at writing and editing Checkly constructs code and modern AI agents can execute CLI commands easily. Provide the necessary Checkly context and let your AI agent of choice do the rest.Create new checks, alert channels or other constructs
“Can you set up a new
BrowserCheck for example.com?”Bulk-update your monitoring resources
“Can you change all checks to run every 5 minutes instead of every 10 minutes?”
Gather information about alerts and your monitoring setup
“I just received an alert. Can you tell me details about the failing checks?”
Handle and communicate incidents
“Can you please open an incident and investigate a fix?”
Skill Details
Configure
Configure
Create and manage monitoring checks, alert channels, dashboards, status pages, and other Checkly constructs using the CLI.Invoke explicitly:Example prompts:
- “Create a URL monitor for api.example.com that checks every 5 minutes”
- “Set up a browser check that logs into my app and verifies the dashboard loads”
- “Add a Slack alert channel for my production check group”
Investigate
Investigate
Access check status, analyze failures, trigger on-demand runs, and debug errors across your monitoring setup.Invoke explicitly:Example prompts:
- “Show me which checks are currently failing”
- “Investigate why the login browser check started failing yesterday”
- “Trigger an on-demand run of my API health check”
Communicate
Communicate
Open and manage incidents and lead customer communications via status pages.Invoke explicitly:Example prompts:
- “Create a new incident for the API outage and post it to the status page”
- “Update the current incident with a resolution message”
- “List all open incidents”
Manage
Manage
Understand your account plan, entitlements, feature limits, and available monitoring locations.Invoke explicitly:Example prompts:
- “What features are available on my current Checkly plan?”
- “Which monitoring locations can I use?”
- “Check if my plan supports private locations”