# Nethermind AI Agent Skills

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

Browse 9 official AI agent skills across 3 Nethermind repositories, with install commands and source links.

Official page: https://skillscout.sh/official/nethermindeth/
Markdown page: https://skillscout.sh/official/nethermindeth/nethermindeth_skills_skillscout.md
Vendor website: https://nethermind.io/

## Prompt for your agent

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

### nethermindeth/defi-skills

Includes 1 official skill: openclaw-skill.

Install:

```bash
npx skills add nethermindeth/defi-skills -y
```

Source: https://github.com/NethermindEth/defi-skills

### nethermindeth/aztec-skills

Includes 7 official skills: aztec-accounts, aztec-contracts, aztec-deployment, aztec-js, aztec-pxe, aztec-testing.

Install:

```bash
npx skills add nethermindeth/aztec-skills -y
```

Source: https://github.com/NethermindEth/aztec-skills

### nethermindeth/aztec-data-marketplace

Includes 1 official skill: benchmark-constrained-delivery.

Install:

```bash
npx skills add nethermindeth/aztec-data-marketplace -y
```

Source: https://github.com/NethermindEth/aztec-data-marketplace

## Individual skills

### openclaw-skill

Official Nethermind skill from nethermindeth/defi-skills.

Install:

```bash
npx skills add nethermindeth/defi-skills@openclaw-skill -y
```

Package: nethermindeth/defi-skills
Source: https://github.com/NethermindEth/defi-skills/tree/main/openclaw-skill

### aztec-accounts

Official Nethermind skill from nethermindeth/aztec-skills.

Install:

```bash
npx skills add nethermindeth/aztec-skills@aztec-accounts -y
```

Package: nethermindeth/aztec-skills
Source: https://github.com/NethermindEth/aztec-skills/tree/main/aztec-accounts

### aztec-contracts

Official Nethermind skill from nethermindeth/aztec-skills.

Install:

```bash
npx skills add nethermindeth/aztec-skills@aztec-contracts -y
```

Package: nethermindeth/aztec-skills
Source: https://github.com/NethermindEth/aztec-skills/tree/main/aztec-contracts

### aztec-deployment

Official Nethermind skill from nethermindeth/aztec-skills.

Install:

```bash
npx skills add nethermindeth/aztec-skills@aztec-deployment -y
```

Package: nethermindeth/aztec-skills
Source: https://github.com/NethermindEth/aztec-skills/tree/main/aztec-deployment

### aztec-js

Official Nethermind skill from nethermindeth/aztec-skills.

Install:

```bash
npx skills add nethermindeth/aztec-skills@aztec-js -y
```

Package: nethermindeth/aztec-skills
Source: https://github.com/NethermindEth/aztec-skills/tree/main/aztec-js

### aztec-pxe

Official Nethermind skill from nethermindeth/aztec-skills.

Install:

```bash
npx skills add nethermindeth/aztec-skills@aztec-pxe -y
```

Package: nethermindeth/aztec-skills
Source: https://github.com/NethermindEth/aztec-skills/tree/main/aztec-pxe

### aztec-testing

Official Nethermind skill from nethermindeth/aztec-skills.

Install:

```bash
npx skills add nethermindeth/aztec-skills@aztec-testing -y
```

Package: nethermindeth/aztec-skills
Source: https://github.com/NethermindEth/aztec-skills/tree/main/aztec-testing

### aztec-wallet-sdk

Official Nethermind skill from nethermindeth/aztec-skills.

Install:

```bash
npx skills add nethermindeth/aztec-skills@aztec-wallet-sdk -y
```

Package: nethermindeth/aztec-skills
Source: https://github.com/NethermindEth/aztec-skills/tree/main/aztec-wallet-sdk

### benchmark-constrained-delivery

Official Nethermind skill from nethermindeth/aztec-data-marketplace.

Install:

```bash
npx skills add nethermindeth/aztec-data-marketplace@benchmark-constrained-delivery -y
```

Package: nethermindeth/aztec-data-marketplace
Source: https://github.com/NethermindEth/aztec-data-marketplace/tree/main/c2d/skills/benchmark-constrained-delivery

## nethermindeth/defi-skills package overview

Includes 1 official skill: openclaw-skill.

### Top skills in this package

- openclaw-skill: Official Nethermind skill from nethermindeth/defi-skills.

### Install

Install the full package:

```bash
npx skills add nethermindeth/defi-skills -y
```

Install a specific skill:

```bash
npx skills add nethermindeth/defi-skills@openclaw-skill -y
```

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

Source: https://github.com/nethermindeth/defi-skills#readme
