# Mezmo, Inc AI Agent Skills

Mezmo, Inc publishes official AI agent skills for its tools, services, and developer workflows.

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

Official page: https://skillscout.sh/official/mezmo/
Markdown page: https://skillscout.sh/official/mezmo/mezmo_skills_skillscout.md
Vendor website: https://mezmo.com/

## Prompt for your agent

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

### mezmo/cli

Includes 1 official skill: mezmo-cli.

Install:

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

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

### mezmo/aura

Includes 2 official skills: aura-hidden-value, incident-triage.

Install:

```bash
npx skills add mezmo/aura -y
```

Source: https://github.com/mezmo/aura

## Individual skills

### mezmo-cli

Official Mezmo, Inc skill from mezmo/cli.

Install:

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

Package: mezmo/cli
Source: https://github.com/mezmo/cli/tree/main/skills/mezmo-cli

### aura-hidden-value

Official Mezmo, Inc skill from mezmo/aura.

Install:

```bash
npx skills add mezmo/aura@aura-hidden-value -y
```

Package: mezmo/aura
Source: https://github.com/mezmo/aura/tree/main/tests/integration/skills/aura-hidden-value

### incident-triage

Official Mezmo, Inc skill from mezmo/aura.

Install:

```bash
npx skills add mezmo/aura@incident-triage -y
```

Package: mezmo/aura
Source: https://github.com/mezmo/aura/tree/HEAD/examples/complete/skills/incident-triage

## mezmo/cli package overview

Includes 1 official skill: mezmo-cli.

### Top skills in this package

- mezmo-cli: Official Mezmo, Inc skill from mezmo/cli.

### Install

Install the full package:

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

Install a specific skill:

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

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

Source: https://github.com/mezmo/cli#readme
