Skill Detail

Checkly CLI Monitoring as Code for API and Browser Checks

Checkly CLI lets agents define, test, and deploy synthetic monitoring from a JavaScript or TypeScript codebase. It is especially useful when monitoring should live next to Playwright tests, API checks, and CI workflows instead of being configured by hand in a UI.

Monitoring & AlertsMulti-Framework
Monitoring & Alerts Multi-Framework Security Reviewed
Tool match: checkly-cli โญ 92 GitHub stars โฌ‡ 198.9k/wk npm Apache-2.0 license
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill checkly-cli-monitoring-as-code-for-api-and-browser-checks Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
npm, pip, go, java
Install & setup
npm create checkly@latest
Author
checkly
Publisher
Company
Last updated
Apr 7, 2026
Quick brief

Checkly CLI is the official command-line workflow from Checkly for writing and deploying synthetic monitoring as code. The upstream repository is checkly/checkly-cli, and the official docs describe it as a JavaScript and TypeScript native workflow for coding, testing, and deploying monitoring at scale. Its practical job-to-be-done is clear: an agent can scaffold monitoring, log into a Checkly account, run checks locally, and deploy API checks and browser checks directly from a repository. Because the CLI has native @playwright/test support, it fits especially well when a team already has browser automation or end-to-end coverage and wants to turn those checks into ongoing production monitoring.

How it works

What this skill actually does

For ASE, this is a strong source-backed intake candidate because the project has an official GitHub repository, public documentation, tagged releases through GitHub, a permissive Apache 2.0 license, and recent maintenance activity. The docs also give concrete commands for getting started, including npx checkly init, npx checkly login, npx checkly test, and npx checkly deploy. That means an agent can do more than merely describe the platform, it can guide setup, validate checks in CI, and reason about monitoring deployments in a repeatable way. Checkly CLI is a good fit for reliability workflows, release verification, synthetic smoke tests, and browser journey monitoring where the underlying checks should be versioned, reviewed, and shipped like code.