# Checkly AI Agent Skills

Checkly publishes official AI agent skills for its tools, services, and developer workflows. Code, test, and deploy synthetic monitoring at scale.

Browse 5 official AI agent skills across 3 Checkly repositories, with install commands and source links.

Official page: https://skillscout.sh/official/checkly/
Markdown page: https://skillscout.sh/official/checkly/checkly_skills_skillscout.md
Vendor website: https://checklyhq.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/checkly/checkly_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Checkly skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### checkly/checkly-cli

Includes 2 official skills: checkly, ai-context.

Install:

```bash
npx skills add checkly/checkly-cli -y
```

Source: https://github.com/checkly/checkly-cli

### checkly/docs

Includes 1 official skill: playwright-best-practices-for-agents.

Install:

```bash
npx skills add checkly/docs -y
```

Source: https://github.com/checkly/docs

### checkly/checkly-plugin

Includes 2 official skills: checkly, playwright-best-practices-for-agents.

Install:

```bash
npx skills add checkly/checkly-plugin -y
```

Source: https://github.com/checkly/checkly-plugin

## Individual skills

### checkly

Official Checkly skill from checkly/checkly-cli.

Install:

```bash
npx skills add checkly/checkly-cli@checkly -y
```

Package: checkly/checkly-cli
Source: https://github.com/checkly/checkly-cli/tree/HEAD/skills/checkly

### ai-context

Official Checkly skill from checkly/checkly-cli.

Install:

```bash
npx skills add checkly/checkly-cli@ai-context -y
```

Package: checkly/checkly-cli
Source: https://github.com/checkly/checkly-cli/tree/HEAD/packages/cli/src/ai-context

### playwright-best-practices-for-agents

Official Checkly skill from checkly/docs.

Install:

```bash
npx skills add checkly/docs@playwright-best-practices-for-agents -y
```

Package: checkly/docs
Source: https://github.com/checkly/docs/tree/main/skills/playwright-best-practices-for-agents

### checkly

Official Checkly skill from checkly/checkly-plugin.

Install:

```bash
npx skills add checkly/checkly-plugin@checkly -y
```

Package: checkly/checkly-plugin
Source: https://github.com/checkly/checkly-plugin/tree/HEAD/skills/checkly

### playwright-best-practices-for-agents

Official Checkly skill from checkly/checkly-plugin.

Install:

```bash
npx skills add checkly/checkly-plugin@playwright-best-practices-for-agents -y
```

Package: checkly/checkly-plugin
Source: https://github.com/checkly/checkly-plugin/tree/HEAD/skills/playwright-best-practices-for-agents

## checkly/checkly-plugin package overview

Includes 2 official skills: checkly, playwright-best-practices-for-agents.

### Top skills in this package

- checkly: Official Checkly skill from checkly/checkly-plugin.
- playwright-best-practices-for-agents: Official Checkly skill from checkly/checkly-plugin.

### Install

Install the full package:

```bash
npx skills add checkly/checkly-plugin -y
```

Install a specific skill:

```bash
npx skills add checkly/checkly-plugin@checkly -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/checkly/checkly-plugin#readme
