# Optimism AI Agent Skills

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

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

Official page: https://skillscout.sh/official/ethereum-optimism/
Markdown page: https://skillscout.sh/official/ethereum-optimism/ethereum-optimism_skills_skillscout.md
Vendor website: https://optimism.io/

## Prompt for your agent

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

Includes 2 official skills: actions, cli.

Install:

```bash
npx skills add ethereum-optimism/actions -y
```

Source: https://github.com/ethereum-optimism/actions

## Individual skills

### actions

Official Optimism skill from ethereum-optimism/actions.

Install:

```bash
npx skills add ethereum-optimism/actions@actions -y
```

Package: ethereum-optimism/actions
Source: https://github.com/ethereum-optimism/actions/tree/HEAD/actions

### cli

Official Optimism skill from ethereum-optimism/actions.

Install:

```bash
npx skills add ethereum-optimism/actions@cli -y
```

Package: ethereum-optimism/actions
Source: https://github.com/ethereum-optimism/actions/tree/main/packages/cli

## ethereum-optimism/actions package overview

Includes 2 official skills: actions, cli.

### Top skills in this package

- actions: Official Optimism skill from ethereum-optimism/actions.
- cli: Official Optimism skill from ethereum-optimism/actions.

### Install

Install the full package:

```bash
npx skills add ethereum-optimism/actions -y
```

Install a specific skill:

```bash
npx skills add ethereum-optimism/actions@actions -y
```

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

Source: https://github.com/ethereum-optimism/actions#readme
