# The Native Web AI Agent Skills

The Native Web publishes official AI agent skills for its tools, services, and developer workflows.

Browse 11 official AI agent skills across 1 The Native Web repository, with install commands and source links.

Official page: https://skillscout.sh/official/thenativeweb/
Markdown page: https://skillscout.sh/official/thenativeweb/thenativeweb_skills_skillscout.md
Vendor website: https://www.thenativeweb.io/

## Prompt for your agent

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

### thenativeweb/claude-plugins

Includes 11 official skills: read-events, verify-api-token, observe-events, ping, read-event-type, read-event-types.

Install:

```bash
npx skills add thenativeweb/claude-plugins -y
```

Source: https://github.com/thenativeweb/claude-plugins

## Individual skills

### read-events

Official The Native Web skill from thenativeweb/claude-plugins.

Install:

```bash
npx skills add thenativeweb/claude-plugins@read-events -y
```

Package: thenativeweb/claude-plugins
Source: https://github.com/thenativeweb/claude-plugins/tree/main/plugins/esdb/skills/read-events

### verify-api-token

Official The Native Web skill from thenativeweb/claude-plugins.

Install:

```bash
npx skills add thenativeweb/claude-plugins@verify-api-token -y
```

Package: thenativeweb/claude-plugins
Source: https://github.com/thenativeweb/claude-plugins/tree/HEAD/plugins/esdb/skills/verify-api-token

### observe-events

Official The Native Web skill from thenativeweb/claude-plugins.

Install:

```bash
npx skills add thenativeweb/claude-plugins@observe-events -y
```

Package: thenativeweb/claude-plugins
Source: https://github.com/thenativeweb/claude-plugins/tree/main/plugins/esdb/skills/observe-events

### ping

Official The Native Web skill from thenativeweb/claude-plugins.

Install:

```bash
npx skills add thenativeweb/claude-plugins@ping -y
```

Package: thenativeweb/claude-plugins
Source: https://github.com/thenativeweb/claude-plugins/tree/main/plugins/esdb/skills/ping

### read-event-type

Official The Native Web skill from thenativeweb/claude-plugins.

Install:

```bash
npx skills add thenativeweb/claude-plugins@read-event-type -y
```

Package: thenativeweb/claude-plugins
Source: https://github.com/thenativeweb/claude-plugins/tree/main/plugins/esdb/skills/read-event-type

### read-event-types

Official The Native Web skill from thenativeweb/claude-plugins.

Install:

```bash
npx skills add thenativeweb/claude-plugins@read-event-types -y
```

Package: thenativeweb/claude-plugins
Source: https://github.com/thenativeweb/claude-plugins/tree/main/plugins/esdb/skills/read-event-types

### read-subjects

Official The Native Web skill from thenativeweb/claude-plugins.

Install:

```bash
npx skills add thenativeweb/claude-plugins@read-subjects -y
```

Package: thenativeweb/claude-plugins
Source: https://github.com/thenativeweb/claude-plugins/tree/HEAD/plugins/esdb/skills/read-subjects

### register-event-schema

Official The Native Web skill from thenativeweb/claude-plugins.

Install:

```bash
npx skills add thenativeweb/claude-plugins@register-event-schema -y
```

Package: thenativeweb/claude-plugins
Source: https://github.com/thenativeweb/claude-plugins/tree/main/plugins/esdb/skills/register-event-schema

### run-eventql-query

Official The Native Web skill from thenativeweb/claude-plugins.

Install:

```bash
npx skills add thenativeweb/claude-plugins@run-eventql-query -y
```

Package: thenativeweb/claude-plugins
Source: https://github.com/thenativeweb/claude-plugins/tree/main/plugins/esdb/skills/run-eventql-query

### start-server

Official The Native Web skill from thenativeweb/claude-plugins.

Install:

```bash
npx skills add thenativeweb/claude-plugins@start-server -y
```

Package: thenativeweb/claude-plugins
Source: https://github.com/thenativeweb/claude-plugins/tree/HEAD/plugins/esdb/skills/start-server

### write-events

Official The Native Web skill from thenativeweb/claude-plugins.

Install:

```bash
npx skills add thenativeweb/claude-plugins@write-events -y
```

Package: thenativeweb/claude-plugins
Source: https://github.com/thenativeweb/claude-plugins/tree/main/plugins/esdb/skills/write-events

## thenativeweb/claude-plugins package overview

Includes 11 official skills: read-events, verify-api-token, observe-events, ping, read-event-type, read-event-types.

### Top skills in this package

- read-events: Official The Native Web skill from thenativeweb/claude-plugins.
- verify-api-token: Official The Native Web skill from thenativeweb/claude-plugins.
- observe-events: Official The Native Web skill from thenativeweb/claude-plugins.
- ping: Official The Native Web skill from thenativeweb/claude-plugins.
- read-event-type: Official The Native Web skill from thenativeweb/claude-plugins.
- read-event-types: Official The Native Web skill from thenativeweb/claude-plugins.
- read-subjects: Official The Native Web skill from thenativeweb/claude-plugins.
- register-event-schema: Official The Native Web skill from thenativeweb/claude-plugins.

### Install

Install the full package:

```bash
npx skills add thenativeweb/claude-plugins -y
```

Install a specific skill:

```bash
npx skills add thenativeweb/claude-plugins@read-events -y
```

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

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