# Lit Protocol AI Agent Skills

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

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

Official page: https://skillscout.sh/official/lit-protocol/
Markdown page: https://skillscout.sh/official/lit-protocol/lit-protocol_skills_skillscout.md
Vendor website: https://github.com/lit-protocol

## Prompt for your agent

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

### lit-protocol/skills

Includes 2 official skills: flows, flows-agent.

Install:

```bash
npx skills add lit-protocol/skills -y
```

Source: https://github.com/LIT-Protocol/skills

### lit-protocol/chipotle

Includes 2 official skills: lit-static, lit-triggers.

Install:

```bash
npx skills add lit-protocol/chipotle -y
```

Source: https://github.com/LIT-Protocol/chipotle

## Individual skills

### flows

Official Lit Protocol skill from lit-protocol/skills.

Install:

```bash
npx skills add lit-protocol/skills@flows -y
```

Package: lit-protocol/skills
Source: https://github.com/LIT-Protocol/skills/tree/main/flows

### flows-agent

Official Lit Protocol skill from lit-protocol/skills.

Install:

```bash
npx skills add lit-protocol/skills@flows-agent -y
```

Package: lit-protocol/skills
Source: https://github.com/LIT-Protocol/skills/tree/main/flows-agent

### lit-static

Official Lit Protocol skill from lit-protocol/chipotle.

Install:

```bash
npx skills add lit-protocol/chipotle@lit-static -y
```

Package: lit-protocol/chipotle
Source: https://github.com/LIT-Protocol/chipotle/tree/main/lit-static

### lit-triggers

Official Lit Protocol skill from lit-protocol/chipotle.

Install:

```bash
npx skills add lit-protocol/chipotle@lit-triggers -y
```

Package: lit-protocol/chipotle
Source: https://github.com/LIT-Protocol/chipotle/tree/main/lit-triggers

## lit-protocol/skills package overview

Includes 2 official skills: flows, flows-agent.

### Top skills in this package

- flows: Official Lit Protocol skill from lit-protocol/skills.
- flows-agent: Official Lit Protocol skill from lit-protocol/skills.

### Install

Install the full package:

```bash
npx skills add lit-protocol/skills -y
```

Install a specific skill:

```bash
npx skills add lit-protocol/skills@flows -y
```

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

Source: https://github.com/lit-protocol/skills#readme
