Available since CLI v7.5.0.
checkly skills command outputs Markdown-formatted context about your Checkly project, describing monitoring capabilities and how to use them programmatically. This context is designed to be discovered and consumed by AI agents and LLMs, giving them the information they need to work with your monitoring setup.
You can also install Checkly Skills as an agent skill to let your AI agent automatically discover and use the checkly skills command.
Prerequisites
Prerequisites
Before using
checkly skills, ensure you have:- Checkly CLI installed
Usage
checkly skills provides your agent with all the required information to manage your Checkly monitoring setup. All resources and workflows are discoverable to provide your agent the right information at the right time.
Terminal
Actions
| Action | Description |
|---|---|
initialize | Let your agent initialize a new Checkly project. |
configure | Let your agent configure Checkly constructs. |
investigate | Access check status, analyze failures, and investigate errors. |
communicate | Open incidents and lead customer communications via status pages. |
manage | Understand your account plan, entitlements, and feature limits. |
Commands
| Command | Description |
|---|---|
install | Install the Checkly agent skill (SKILL.md) into your project. |
checkly skills initialize (experimental)
The initialize action outputs LLM-optimized Markdown with all the context an agent needs to set up a new Checkly project from scratch. The context will instruct your agent to install required packages, create config files and scan your current project for resources to monitor.
Usage:
Terminal
checkly skills configure [resource]
The configure action is an umbrella command that provides Markdown context about all available Checkly resources. The CLI outputs everything your agent needs to configure Checkly constructs directly — no additional docs fetching or file reading required.
Run configure without arguments to see all available resources, or pass a specific resource name to get targeted context.
Usage:
Terminal
checkly skills investigate [resource]
The investigate action provides context for inspecting check status, analyzing failures, and investigating errors across your Checkly account.
Run investigate without arguments to see all available resources, or pass a specific resource name for targeted context.
Usage:
Terminal
| Resource | Description |
|---|---|
checks | Inspecting checks (checks list, checks get) and triggering on-demand runs. |
checkly skills communicate [resource]
The communicate action provides context for managing incidents and customer communications through status pages. Write commands like incidents create, incidents update, and incidents resolve follow a confirmation protocol — the CLI returns a JSON envelope for agent review before execution.
Run communicate without arguments to see all available resources, or pass a specific resource name for targeted context.
Usage:
Terminal
| Resource | Description |
|---|---|
incidents | Incident lifecycle (incidents create, update, resolve, list) and status pages. |
checkly skills manage [resource]
The manage action provides context about your account’s plan, entitlements, and limits. Use this to understand what features and locations are available before configuring checks.
Run manage without arguments to see all available resources, or pass a specific resource name for targeted context.
Usage:
Terminal
| Resource | Description |
|---|---|
plan | Check account plan, entitlements, feature limits, and available locations (account plan). |
checkly skills install
The install command installs the Checkly agent skill file (SKILL.md) into your project. This file lets your AI agent automatically discover and use the checkly skills command.
Usage:
Terminal
| Option | Required | Description |
|---|---|---|
--target, -t | - | Platform to install the skill for. |
--path, -p | - | Custom target directory to install the skill into. |
--force, -f | - | Overwrite existing SKILL.md without confirmation. |
Install Options
The target platform determines where and how the skill file is installed. Available platforms:
amp, claude, cline, codex, continue, cursor, gemini-cli, github-copilot, goose, opencode, roo, windsurf.Usage:Terminal
Custom target directory to install the skill file into. Use this when the default location for your platform does not match your project structure.Usage:
Terminal
Overwrite an existing SKILL.md without asking for confirmation.Usage:
Terminal
Install Examples
Terminal
Related Commands
checkly account- View and manage your Checkly accountcheckly checks- List, inspect, and analyze checkscheckly incidents- Create, update, and resolve incidents