# Customer IO AI Agent Skills

Customer IO publishes official AI agent skills for its tools, services, and developer workflows.

Browse 3 official AI agent skills across 2 Customer IO repositories, with install commands and source links.

Official page: https://skillscout.sh/official/customerio/
Markdown page: https://skillscout.sh/official/customerio/customerio_skills_skillscout.md
Vendor website: https://customer.io/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/customerio/customerio_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Customer IO 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

### customerio/cli

Includes 1 official skill: cio.

Install:

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

Source: https://github.com/customerio/cli

### customerio/ai-skills

Includes 2 official skills: email-accessibility, template.

Install:

```bash
npx skills add customerio/ai-skills -y
```

Source: https://github.com/customerio/ai-skills

## Individual skills

### cio

Official Customer IO skill from customerio/cli.

Install:

```bash
npx skills add customerio/cli@cio -y
```

Package: customerio/cli
Source: https://github.com/customerio/cli/tree/HEAD/skills/cio

### email-accessibility

Official Customer IO skill from customerio/ai-skills.

Install:

```bash
npx skills add customerio/ai-skills@email-accessibility -y
```

Package: customerio/ai-skills
Source: https://github.com/customerio/ai-skills/tree/main/skills/email-accessibility

### template

Official Customer IO skill from customerio/ai-skills.

Install:

```bash
npx skills add customerio/ai-skills@template -y
```

Package: customerio/ai-skills
Source: https://github.com/customerio/ai-skills/tree/main/template

## customerio/ai-skills package overview

Includes 2 official skills: email-accessibility, template.

### Top skills in this package

- email-accessibility: Official Customer IO skill from customerio/ai-skills.
- template: Official Customer IO skill from customerio/ai-skills.

### Install

Install the full package:

```bash
npx skills add customerio/ai-skills -y
```

Install a specific skill:

```bash
npx skills add customerio/ai-skills@email-accessibility -y
```

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

Source: https://github.com/customerio/ai-skills#readme
