# ChainSafe AI Agent Skills

ChainSafe publishes official AI agent skills for its tools, services, and developer workflows. Building the infrastructure for web3.

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

Official page: https://skillscout.sh/official/chainsafe/
Markdown page: https://skillscout.sh/official/chainsafe/chainsafe_skills_skillscout.md
Vendor website: https://github.com/chainsafe

## Prompt for your agent

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

### chainsafe/lodestar-claude-plugins

Includes 3 official skills: consensus-clients, eth-rnd-archive, ethereum-rnd.

Install:

```bash
npx skills add chainsafe/lodestar-claude-plugins -y
```

Source: https://github.com/ChainSafe/lodestar-claude-plugins

## Individual skills

### consensus-clients

Official ChainSafe skill from chainsafe/lodestar-claude-plugins.

Install:

```bash
npx skills add chainsafe/lodestar-claude-plugins@consensus-clients -y
```

Package: chainsafe/lodestar-claude-plugins
Source: https://github.com/ChainSafe/lodestar-claude-plugins/tree/main/plugins/consensus-clients/skills/consensus-clients

### eth-rnd-archive

Official ChainSafe skill from chainsafe/lodestar-claude-plugins.

Install:

```bash
npx skills add chainsafe/lodestar-claude-plugins@eth-rnd-archive -y
```

Package: chainsafe/lodestar-claude-plugins
Source: https://github.com/ChainSafe/lodestar-claude-plugins/tree/main/plugins/eth-rnd-archive/skills/eth-rnd-archive

### ethereum-rnd

Official ChainSafe skill from chainsafe/lodestar-claude-plugins.

Install:

```bash
npx skills add chainsafe/lodestar-claude-plugins@ethereum-rnd -y
```

Package: chainsafe/lodestar-claude-plugins
Source: https://github.com/ChainSafe/lodestar-claude-plugins/tree/main/plugins/ethereum-rnd/skills/ethereum-rnd

## chainsafe/lodestar-claude-plugins package overview

Includes 3 official skills: consensus-clients, eth-rnd-archive, ethereum-rnd.

### Top skills in this package

- consensus-clients: Official ChainSafe skill from chainsafe/lodestar-claude-plugins.
- eth-rnd-archive: Official ChainSafe skill from chainsafe/lodestar-claude-plugins.
- ethereum-rnd: Official ChainSafe skill from chainsafe/lodestar-claude-plugins.

### Install

Install the full package:

```bash
npx skills add chainsafe/lodestar-claude-plugins -y
```

Install a specific skill:

```bash
npx skills add chainsafe/lodestar-claude-plugins@consensus-clients -y
```

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

Source: https://github.com/chainsafe/lodestar-claude-plugins#readme
