# Metaplex Foundation AI Agent Skills

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

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

Official page: https://skillscout.sh/official/metaplex-foundation/
Markdown page: https://skillscout.sh/official/metaplex-foundation/metaplex-foundation_skills_skillscout.md
Vendor website: https://metaplex.foundation/

## Prompt for your agent

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

### metaplex-foundation/skill

Includes 1 official skill: metaplex.

Install:

```bash
npx skills add metaplex-foundation/skill -y
```

Source: https://github.com/metaplex-foundation/skill

### metaplex-foundation/openclaw-genesis

Includes 1 official skill: genesis-launch.

Install:

```bash
npx skills add metaplex-foundation/openclaw-genesis -y
```

Source: https://github.com/metaplex-foundation/openclaw-genesis

## Individual skills

### metaplex

Official Metaplex Foundation skill from metaplex-foundation/skill.

Install:

```bash
npx skills add metaplex-foundation/skill@metaplex -y
```

Package: metaplex-foundation/skill
Source: https://github.com/metaplex-foundation/skill/tree/main/skills/metaplex

### genesis-launch

Official Metaplex Foundation skill from metaplex-foundation/openclaw-genesis.

Install:

```bash
npx skills add metaplex-foundation/openclaw-genesis@genesis-launch -y
```

Package: metaplex-foundation/openclaw-genesis
Source: https://github.com/metaplex-foundation/openclaw-genesis/tree/master/skills/genesis-launch

## metaplex-foundation/skill package overview

Includes 1 official skill: metaplex.

### Top skills in this package

- metaplex: Official Metaplex Foundation skill from metaplex-foundation/skill.

### Install

Install the full package:

```bash
npx skills add metaplex-foundation/skill -y
```

Install a specific skill:

```bash
npx skills add metaplex-foundation/skill@metaplex -y
```

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

Source: https://github.com/metaplex-foundation/skill#readme
