# Lambdaclass AI Agent Skills

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

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

Official page: https://skillscout.sh/official/lambdaclass/
Markdown page: https://skillscout.sh/official/lambdaclass/lambdaclass_skills_skillscout.md
Vendor website: http://lambdaclass.com/

## Prompt for your agent

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

### lambdaclass/ethlambda

Includes 3 official skills: devnet-log-review, devnet-runner, test-pr-devnet.

Install:

```bash
npx skills add lambdaclass/ethlambda -y
```

Source: https://github.com/lambdaclass/ethlambda

### lambdaclass/eth-agent

Includes 1 official skill: eth-agent.

Install:

```bash
npx skills add lambdaclass/eth-agent -y
```

Source: https://github.com/lambdaclass/eth-agent

### lambdaclass/ethrex-tooling

Includes 1 official skill: devnet-ops.

Install:

```bash
npx skills add lambdaclass/ethrex-tooling -y
```

Source: https://github.com/lambdaclass/ethrex-tooling

## Individual skills

### devnet-log-review

Official Lambdaclass skill from lambdaclass/ethlambda.

Install:

```bash
npx skills add lambdaclass/ethlambda@devnet-log-review -y
```

Package: lambdaclass/ethlambda
Source: https://github.com/lambdaclass/ethlambda/tree/main/.claude/skills/devnet-log-review

### devnet-runner

Official Lambdaclass skill from lambdaclass/ethlambda.

Install:

```bash
npx skills add lambdaclass/ethlambda@devnet-runner -y
```

Package: lambdaclass/ethlambda
Source: https://github.com/lambdaclass/ethlambda/tree/main/.claude/skills/devnet-runner

### test-pr-devnet

Official Lambdaclass skill from lambdaclass/ethlambda.

Install:

```bash
npx skills add lambdaclass/ethlambda@test-pr-devnet -y
```

Package: lambdaclass/ethlambda
Source: https://github.com/lambdaclass/ethlambda/tree/main/.claude/skills/test-pr-devnet

### eth-agent

Official Lambdaclass skill from lambdaclass/eth-agent.

Install:

```bash
npx skills add lambdaclass/eth-agent@eth-agent -y
```

Package: lambdaclass/eth-agent
Source: https://github.com/lambdaclass/eth-agent/tree/main/.claude/skills/eth-agent

### devnet-ops

Official Lambdaclass skill from lambdaclass/ethrex-tooling.

Install:

```bash
npx skills add lambdaclass/ethrex-tooling@devnet-ops -y
```

Package: lambdaclass/ethrex-tooling
Source: https://github.com/lambdaclass/ethrex-tooling/tree/main/devnets_monitor/.claude/skills/devnet-ops

## lambdaclass/ethlambda package overview

Includes 3 official skills: devnet-log-review, devnet-runner, test-pr-devnet.

### Top skills in this package

- devnet-log-review: Official Lambdaclass skill from lambdaclass/ethlambda.
- devnet-runner: Official Lambdaclass skill from lambdaclass/ethlambda.
- test-pr-devnet: Official Lambdaclass skill from lambdaclass/ethlambda.

### Install

Install the full package:

```bash
npx skills add lambdaclass/ethlambda -y
```

Install a specific skill:

```bash
npx skills add lambdaclass/ethlambda@devnet-log-review -y
```

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

Source: https://github.com/lambdaclass/ethlambda#readme
