# Ethereum AI Agent Skills

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

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

Official page: https://skillscout.sh/official/ethereum/
Markdown page: https://skillscout.sh/official/ethereum/ethereum_skills_skillscout.md
Vendor website: https://ethereum.org/

## Prompt for your agent

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

### ethereum/builder-resources

Includes 1 official skill: add-resource-with-tags.

Install:

```bash
npx skills add ethereum/builder-resources -y
```

Source: https://github.com/ethereum/builder-resources

### ethereum/state-actor

Includes 1 official skill: docs.

Install:

```bash
npx skills add ethereum/state-actor -y
```

Source: https://github.com/ethereum/state-actor

## Individual skills

### add-resource-with-tags

Official Ethereum skill from ethereum/builder-resources.

Install:

```bash
npx skills add ethereum/builder-resources@add-resource-with-tags -y
```

Package: ethereum/builder-resources
Source: https://github.com/ethereum/builder-resources/tree/HEAD/.github/skills/add-resource-with-tags

### docs

Official Ethereum skill from ethereum/state-actor.

Install:

```bash
npx skills add ethereum/state-actor@docs -y
```

Package: ethereum/state-actor
Source: https://github.com/ethereum/state-actor/tree/main/docs

## ethereum/builder-resources package overview

Includes 1 official skill: add-resource-with-tags.

### Top skills in this package

- add-resource-with-tags: Official Ethereum skill from ethereum/builder-resources.

### Install

Install the full package:

```bash
npx skills add ethereum/builder-resources -y
```

Install a specific skill:

```bash
npx skills add ethereum/builder-resources@add-resource-with-tags -y
```

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

Source: https://github.com/ethereum/builder-resources#readme
