# The ApeWorX Collective AI Agent Skills

The ApeWorX Collective publishes official AI agent skills for its tools, services, and developer workflows.

Browse 8 official AI agent skills across 1 The ApeWorX Collective repository, with install commands and source links.

Official page: https://skillscout.sh/official/apeworx/
Markdown page: https://skillscout.sh/official/apeworx/apeworx_skills_skillscout.md
Vendor website: https://apeworx.io/

## Prompt for your agent

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

### apeworx/skills

Includes 8 official skills: uniswap, writing-bots, new-project, protocol-design, python-packages, spec-interview.

Install:

```bash
npx skills add apeworx/skills -y
```

Source: https://github.com/ApeWorX/skills

## Individual skills

### uniswap

Official The ApeWorX Collective skill from apeworx/skills.

Install:

```bash
npx skills add apeworx/skills@uniswap -y
```

Package: apeworx/skills
Source: https://github.com/ApeWorX/skills/tree/main/protocols/uniswap

### writing-bots

Official The ApeWorX Collective skill from apeworx/skills.

Install:

```bash
npx skills add apeworx/skills@writing-bots -y
```

Package: apeworx/skills
Source: https://github.com/ApeWorX/skills/tree/main/silverback/writing-bots

### new-project

Official The ApeWorX Collective skill from apeworx/skills.

Install:

```bash
npx skills add apeworx/skills@new-project -y
```

Package: apeworx/skills
Source: https://github.com/ApeWorX/skills/tree/main/development/new-project

### protocol-design

Official The ApeWorX Collective skill from apeworx/skills.

Install:

```bash
npx skills add apeworx/skills@protocol-design -y
```

Package: apeworx/skills
Source: https://github.com/ApeWorX/skills/tree/main/ape/protocol-design

### python-packages

Official The ApeWorX Collective skill from apeworx/skills.

Install:

```bash
npx skills add apeworx/skills@python-packages -y
```

Package: apeworx/skills
Source: https://github.com/ApeWorX/skills/tree/main/development/python-packages

### spec-interview

Official The ApeWorX Collective skill from apeworx/skills.

Install:

```bash
npx skills add apeworx/skills@spec-interview -y
```

Package: apeworx/skills
Source: https://github.com/ApeWorX/skills/tree/main/development/spec-interview

### writing-plugins

Official The ApeWorX Collective skill from apeworx/skills.

Install:

```bash
npx skills add apeworx/skills@writing-plugins -y
```

Package: apeworx/skills
Source: https://github.com/ApeWorX/skills/tree/main/ape/writing-plugins

### writing-sdks

Official The ApeWorX Collective skill from apeworx/skills.

Install:

```bash
npx skills add apeworx/skills@writing-sdks -y
```

Package: apeworx/skills
Source: https://github.com/ApeWorX/skills/tree/main/protocols/writing-sdks

## apeworx/skills package overview

Includes 8 official skills: uniswap, writing-bots, new-project, protocol-design, python-packages, spec-interview.

### Top skills in this package

- uniswap: Official The ApeWorX Collective skill from apeworx/skills.
- writing-bots: Official The ApeWorX Collective skill from apeworx/skills.
- new-project: Official The ApeWorX Collective skill from apeworx/skills.
- protocol-design: Official The ApeWorX Collective skill from apeworx/skills.
- python-packages: Official The ApeWorX Collective skill from apeworx/skills.
- spec-interview: Official The ApeWorX Collective skill from apeworx/skills.
- writing-plugins: Official The ApeWorX Collective skill from apeworx/skills.
- writing-sdks: Official The ApeWorX Collective skill from apeworx/skills.

### Install

Install the full package:

```bash
npx skills add apeworx/skills -y
```

Install a specific skill:

```bash
npx skills add apeworx/skills@uniswap -y
```

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

Source: https://github.com/apeworx/skills#readme
