# VoltAgent AI Agent Skills

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

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

Official page: https://skillscout.sh/official/voltagent/
Markdown page: https://skillscout.sh/official/voltagent/voltagent_skills_skillscout.md
Vendor website: https://voltagent.dev/

## Prompt for your agent

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

### voltagent/voltagent

Includes 2 official skills: playwright-cli, data-analysis.

Install:

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

Source: https://github.com/VoltAgent/voltagent

### voltagent/skills

Covers create-voltagent, voltagent-best-practices, voltagent-core-reference, voltagent-docs-bundle. Creates new VoltAgent AI agent projects via a CLI command or manual setup. Reference guide for VoltAgent architectural patterns and conventions.

Install:

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

Source: https://officialskills.sh/voltagent/skills

## Individual skills

### playwright-cli

Official VoltAgent skill from voltagent/voltagent.

Install:

```bash
npx skills add voltagent/voltagent@playwright-cli -y
```

Package: voltagent/voltagent
Source: https://github.com/VoltAgent/voltagent/tree/main/examples/with-workspace/workspace/skills/playwright-cli

### data-analysis

Official VoltAgent skill from voltagent/voltagent.

Install:

```bash
npx skills add voltagent/voltagent@data-analysis -y
```

Package: voltagent/voltagent
Source: https://github.com/VoltAgent/voltagent/tree/main/examples/with-workspace/workspace/skills/data-analysis

### create-voltagent

Creates new VoltAgent AI agent projects via a CLI command or manual setup.

Install:

```bash
npx skills add voltagent/skills@create-voltagent -y
```

Package: voltagent/skills
Source: https://github.com/voltagent/skills/tree/HEAD/skills/create-voltagent

### voltagent-best-practices

Reference guide for VoltAgent architectural patterns and conventions.

Install:

```bash
npx skills add voltagent/skills@voltagent-best-practices -y
```

Package: voltagent/skills
Source: https://github.com/voltagent/skills/tree/HEAD/skills/voltagent-best-practices

### voltagent-core-reference

Reference skill for the VoltAgent class in @voltagent/core.

Install:

```bash
npx skills add voltagent/skills@voltagent-core-reference -y
```

Package: voltagent/skills
Source: https://github.com/voltagent/skills/tree/HEAD/skills/voltagent-core-reference

### voltagent-docs-bundle

Reads VoltAgent documentation bundled inside node_modules/@voltagent/core/docs.

Install:

```bash
npx skills add voltagent/skills@voltagent-docs-bundle -y
```

Package: voltagent/skills
Source: https://github.com/voltagent/skills/tree/HEAD/skills/voltagent-docs-bundle

## voltagent/skills package overview

Covers create-voltagent, voltagent-best-practices, voltagent-core-reference, voltagent-docs-bundle. Creates new VoltAgent AI agent projects via a CLI command or manual setup. Reference guide for VoltAgent architectural patterns and conventions.

### Top skills in this package

- create-voltagent: Creates new VoltAgent AI agent projects via a CLI command or manual setup.
- voltagent-best-practices: Reference guide for VoltAgent architectural patterns and conventions.
- voltagent-core-reference: Reference skill for the VoltAgent class in @voltagent/core.
- voltagent-docs-bundle: Reads VoltAgent documentation bundled inside node_modules/@voltagent/core/docs.

### Install

Install the full package:

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

Install a specific skill:

```bash
npx skills add voltagent/skills@create-voltagent -y
```

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

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