# Eleven Labs AI Agent Skills

Eleven Labs publishes official AI agent skills for its tools, services, and developer workflows.

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

Official page: https://skillscout.sh/official/eleven-labs/
Markdown page: https://skillscout.sh/official/eleven-labs/eleven-labs_skills_skillscout.md
Vendor website: https://eleven-labs.com/

## Prompt for your agent

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

### eleven-labs/nest-profiler

Includes 6 official skills: setup-nest-profiler, add-nest-profiler-collector, custom-collector, custom-storage-adapter, harden-for-production, interpret-performance-tags.

Install:

```bash
npx skills add eleven-labs/nest-profiler -y
```

Source: https://github.com/eleven-labs/nest-profiler

### eleven-labs/skills

Includes 5 official skills: doctrine-performance, heyapi-react-query-best-practices, drizzle-best-practices, mcpjam-sdk, php-unit-testing.

Install:

```bash
npx skills add eleven-labs/skills -y
```

Source: https://github.com/eleven-labs/skills

## Individual skills

### setup-nest-profiler

Official Eleven Labs skill from eleven-labs/nest-profiler.

Install:

```bash
npx skills add eleven-labs/nest-profiler@setup-nest-profiler -y
```

Package: eleven-labs/nest-profiler
Source: https://github.com/eleven-labs/nest-profiler/tree/main/skills/setup-nest-profiler

### add-nest-profiler-collector

Official Eleven Labs skill from eleven-labs/nest-profiler.

Install:

```bash
npx skills add eleven-labs/nest-profiler@add-nest-profiler-collector -y
```

Package: eleven-labs/nest-profiler
Source: https://github.com/eleven-labs/nest-profiler/tree/main/skills/add-nest-profiler-collector

### custom-collector

Official Eleven Labs skill from eleven-labs/nest-profiler.

Install:

```bash
npx skills add eleven-labs/nest-profiler@custom-collector -y
```

Package: eleven-labs/nest-profiler
Source: https://github.com/eleven-labs/nest-profiler/tree/main/skills/custom-collector

### custom-storage-adapter

Official Eleven Labs skill from eleven-labs/nest-profiler.

Install:

```bash
npx skills add eleven-labs/nest-profiler@custom-storage-adapter -y
```

Package: eleven-labs/nest-profiler
Source: https://github.com/eleven-labs/nest-profiler/tree/main/skills/custom-storage-adapter

### harden-for-production

Official Eleven Labs skill from eleven-labs/nest-profiler.

Install:

```bash
npx skills add eleven-labs/nest-profiler@harden-for-production -y
```

Package: eleven-labs/nest-profiler
Source: https://github.com/eleven-labs/nest-profiler/tree/main/skills/harden-for-production

### interpret-performance-tags

Official Eleven Labs skill from eleven-labs/nest-profiler.

Install:

```bash
npx skills add eleven-labs/nest-profiler@interpret-performance-tags -y
```

Package: eleven-labs/nest-profiler
Source: https://github.com/eleven-labs/nest-profiler/tree/main/skills/interpret-performance-tags

### doctrine-performance

Official Eleven Labs skill from eleven-labs/skills.

Install:

```bash
npx skills add eleven-labs/skills@doctrine-performance -y
```

Package: eleven-labs/skills
Source: https://github.com/eleven-labs/skills/tree/main/skills/doctrine-performance

### heyapi-react-query-best-practices

Official Eleven Labs skill from eleven-labs/skills.

Install:

```bash
npx skills add eleven-labs/skills@heyapi-react-query-best-practices -y
```

Package: eleven-labs/skills
Source: https://github.com/eleven-labs/skills/tree/main/skills/heyapi-react-query-best-practices

### drizzle-best-practices

Official Eleven Labs skill from eleven-labs/skills.

Install:

```bash
npx skills add eleven-labs/skills@drizzle-best-practices -y
```

Package: eleven-labs/skills
Source: https://github.com/eleven-labs/skills/tree/main/skills/drizzle-best-practices

### mcpjam-sdk

Official Eleven Labs skill from eleven-labs/skills.

Install:

```bash
npx skills add eleven-labs/skills@mcpjam-sdk -y
```

Package: eleven-labs/skills
Source: https://github.com/eleven-labs/skills/tree/main/skills/mcpjam-sdk

### php-unit-testing

Official Eleven Labs skill from eleven-labs/skills.

Install:

```bash
npx skills add eleven-labs/skills@php-unit-testing -y
```

Package: eleven-labs/skills
Source: https://github.com/eleven-labs/skills/tree/main/skills/php-unit-testing

## eleven-labs/skills package overview

Includes 5 official skills: doctrine-performance, heyapi-react-query-best-practices, drizzle-best-practices, mcpjam-sdk, php-unit-testing.

### Top skills in this package

- doctrine-performance: Official Eleven Labs skill from eleven-labs/skills.
- heyapi-react-query-best-practices: Official Eleven Labs skill from eleven-labs/skills.
- drizzle-best-practices: Official Eleven Labs skill from eleven-labs/skills.
- mcpjam-sdk: Official Eleven Labs skill from eleven-labs/skills.
- php-unit-testing: Official Eleven Labs skill from eleven-labs/skills.

### Install

Install the full package:

```bash
npx skills add eleven-labs/skills -y
```

Install a specific skill:

```bash
npx skills add eleven-labs/skills@doctrine-performance -y
```

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

Source: https://github.com/eleven-labs/skills#readme
