# AssemblyAI AI Agent Skills

AssemblyAI publishes official AI agent skills for its tools, services, and developer workflows. Advanced Speech-to-Text.

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

Official page: https://skillscout.sh/official/assemblyai/
Markdown page: https://skillscout.sh/official/assemblyai/assemblyai_skills_skillscout.md
Vendor website: https://www.assemblyai.com/

## Prompt for your agent

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

### assemblyai/assemblyai-skill

Includes 1 official skill: assemblyai.

Install:

```bash
npx skills add assemblyai/assemblyai-skill -y
```

Source: https://github.com/assemblyai/assemblyai-skill

### assemblyai/cli

Includes 1 official skill: aai-cli.

Install:

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

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

## Individual skills

### assemblyai

Official AssemblyAI skill from assemblyai/assemblyai-skill.

Install:

```bash
npx skills add assemblyai/assemblyai-skill@assemblyai -y
```

Package: assemblyai/assemblyai-skill
Source: https://github.com/assemblyai/assemblyai-skill/tree/HEAD/skills/assemblyai

### aai-cli

Official AssemblyAI skill from assemblyai/cli.

Install:

```bash
npx skills add assemblyai/cli@aai-cli -y
```

Package: assemblyai/cli
Source: https://github.com/AssemblyAI/cli/tree/main/aai_cli/skills/aai-cli

## assemblyai/assemblyai-skill package overview

Includes 1 official skill: assemblyai.

### Top skills in this package

- assemblyai: Official AssemblyAI skill from assemblyai/assemblyai-skill.

### Install

Install the full package:

```bash
npx skills add assemblyai/assemblyai-skill -y
```

Install a specific skill:

```bash
npx skills add assemblyai/assemblyai-skill@assemblyai -y
```

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

Source: https://github.com/assemblyai/assemblyai-skill#readme
