# Nylas AI Agent Skills

Nylas publishes official AI agent skills for its tools, services, and developer workflows. The infrastructure that powers communications. Integrate with Gmail, Microsoft, IMAP, Zoom, and 250+ email, calendar, and meeting providers in 5 minutes.

Browse 2 official AI agent skills across 1 Nylas repository, with install commands and source links.

Official page: https://skillscout.sh/official/nylas/
Markdown page: https://skillscout.sh/official/nylas/nylas_skills_skillscout.md
Vendor website: https://nylas.com/

## Prompt for your agent

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

### nylas/skills

Includes 2 official skills: nylas-api, nylas-cli.

Install:

```bash
npx skills add nylas/skills -y
```

Source: https://github.com/nylas/skills

## Individual skills

### nylas-api

Official Nylas skill from nylas/skills.

Install:

```bash
npx skills add nylas/skills@nylas-api -y
```

Package: nylas/skills
Source: https://github.com/nylas/skills/tree/HEAD/skills/nylas-api

### nylas-cli

Official Nylas skill from nylas/skills.

Install:

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

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

## nylas/skills package overview

Includes 2 official skills: nylas-api, nylas-cli.

### Top skills in this package

- nylas-api: Official Nylas skill from nylas/skills.
- nylas-cli: Official Nylas skill from nylas/skills.

### Install

Install the full package:

```bash
npx skills add nylas/skills -y
```

Install a specific skill:

```bash
npx skills add nylas/skills@nylas-api -y
```

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

Source: https://github.com/nylas/skills#readme
