# The Vespa.ai Playground AI Agent Skills

The Vespa.ai Playground publishes official AI agent skills for its tools, services, and developer workflows.

Browse 7 official AI agent skills across 1 The Vespa.ai Playground repository, with install commands and source links.

Official page: https://skillscout.sh/official/vespaai-playground/
Markdown page: https://skillscout.sh/official/vespaai-playground/vespaai-playground_skills_skillscout.md
Vendor website: https://vespa.ai/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/vespaai-playground/vespaai-playground_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant The Vespa.ai Playground 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

### vespaai-playground/skills

Includes 7 official skills: app-package, elasticsearch-migration, feed-operations, pyvespa, query-builder, schema-authoring.

Install:

```bash
npx skills add vespaai-playground/skills -y
```

Source: https://github.com/vespaai-playground/skills

## Individual skills

### app-package

Official The Vespa.ai Playground skill from vespaai-playground/skills.

Install:

```bash
npx skills add vespaai-playground/skills@app-package -y
```

Package: vespaai-playground/skills
Source: https://github.com/vespaai-playground/skills/tree/main/app-package

### elasticsearch-migration

Official The Vespa.ai Playground skill from vespaai-playground/skills.

Install:

```bash
npx skills add vespaai-playground/skills@elasticsearch-migration -y
```

Package: vespaai-playground/skills
Source: https://github.com/vespaai-playground/skills/tree/main/elasticsearch-migration

### feed-operations

Official The Vespa.ai Playground skill from vespaai-playground/skills.

Install:

```bash
npx skills add vespaai-playground/skills@feed-operations -y
```

Package: vespaai-playground/skills
Source: https://github.com/vespaai-playground/skills/tree/main/feed-operations

### pyvespa

Official The Vespa.ai Playground skill from vespaai-playground/skills.

Install:

```bash
npx skills add vespaai-playground/skills@pyvespa -y
```

Package: vespaai-playground/skills
Source: https://github.com/vespaai-playground/skills/tree/main/pyvespa

### query-builder

Official The Vespa.ai Playground skill from vespaai-playground/skills.

Install:

```bash
npx skills add vespaai-playground/skills@query-builder -y
```

Package: vespaai-playground/skills
Source: https://github.com/vespaai-playground/skills/tree/main/query-builder

### schema-authoring

Official The Vespa.ai Playground skill from vespaai-playground/skills.

Install:

```bash
npx skills add vespaai-playground/skills@schema-authoring -y
```

Package: vespaai-playground/skills
Source: https://github.com/vespaai-playground/skills/tree/main/schema-authoring

### vespa-cli

Official The Vespa.ai Playground skill from vespaai-playground/skills.

Install:

```bash
npx skills add vespaai-playground/skills@vespa-cli -y
```

Package: vespaai-playground/skills
Source: https://github.com/vespaai-playground/skills/tree/main/vespa-cli

## vespaai-playground/skills package overview

Includes 7 official skills: app-package, elasticsearch-migration, feed-operations, pyvespa, query-builder, schema-authoring.

### Top skills in this package

- app-package: Official The Vespa.ai Playground skill from vespaai-playground/skills.
- elasticsearch-migration: Official The Vespa.ai Playground skill from vespaai-playground/skills.
- feed-operations: Official The Vespa.ai Playground skill from vespaai-playground/skills.
- pyvespa: Official The Vespa.ai Playground skill from vespaai-playground/skills.
- query-builder: Official The Vespa.ai Playground skill from vespaai-playground/skills.
- schema-authoring: Official The Vespa.ai Playground skill from vespaai-playground/skills.
- vespa-cli: Official The Vespa.ai Playground skill from vespaai-playground/skills.

### Install

Install the full package:

```bash
npx skills add vespaai-playground/skills -y
```

Install a specific skill:

```bash
npx skills add vespaai-playground/skills@app-package -y
```

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

Source: https://github.com/vespaai-playground/skills#readme
