# Dash AI Agent Skills

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

Browse 5 official AI agent skills across 1 Dash repository, with install commands and source links.

Official page: https://skillscout.sh/official/dashpay/
Markdown page: https://skillscout.sh/official/dashpay/dashpay_skills_skillscout.md
Vendor website: https://www.dash.org/

## Prompt for your agent

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

### dashpay/platform

Includes 5 official skills: emulator-control, pr-description, protocol-upgrade-test, release, simulator-control.

Install:

```bash
npx skills add dashpay/platform -y
```

Source: https://github.com/dashpay/platform

## Individual skills

### emulator-control

Official Dash skill from dashpay/platform.

Install:

```bash
npx skills add dashpay/platform@emulator-control -y
```

Package: dashpay/platform
Source: https://github.com/dashpay/platform/tree/HEAD/.claude/skills/emulator-control

### pr-description

Official Dash skill from dashpay/platform.

Install:

```bash
npx skills add dashpay/platform@pr-description -y
```

Package: dashpay/platform
Source: https://github.com/dashpay/platform/tree/v4.1-dev/.claude/skills/pr-description

### protocol-upgrade-test

Official Dash skill from dashpay/platform.

Install:

```bash
npx skills add dashpay/platform@protocol-upgrade-test -y
```

Package: dashpay/platform
Source: https://github.com/dashpay/platform/tree/HEAD/.claude/skills/protocol-upgrade-test

### release

Official Dash skill from dashpay/platform.

Install:

```bash
npx skills add dashpay/platform@release -y
```

Package: dashpay/platform
Source: https://github.com/dashpay/platform/tree/HEAD/.claude/skills/release

### simulator-control

Official Dash skill from dashpay/platform.

Install:

```bash
npx skills add dashpay/platform@simulator-control -y
```

Package: dashpay/platform
Source: https://github.com/dashpay/platform/tree/v4.1-dev/.claude/skills/simulator-control

## dashpay/platform package overview

Includes 5 official skills: emulator-control, pr-description, protocol-upgrade-test, release, simulator-control.

### Top skills in this package

- emulator-control: Official Dash skill from dashpay/platform.
- pr-description: Official Dash skill from dashpay/platform.
- protocol-upgrade-test: Official Dash skill from dashpay/platform.
- release: Official Dash skill from dashpay/platform.
- simulator-control: Official Dash skill from dashpay/platform.

### Install

Install the full package:

```bash
npx skills add dashpay/platform -y
```

Install a specific skill:

```bash
npx skills add dashpay/platform@emulator-control -y
```

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

Source: https://github.com/dashpay/platform#readme
