# Wave Terminal AI Agent Skills

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

Browse 8 official AI agent skills across 1 Wave Terminal repository, with install commands and source links.

Official page: https://skillscout.sh/official/wavetermdev/
Markdown page: https://skillscout.sh/official/wavetermdev/wavetermdev_skills_skillscout.md
Vendor website: https://waveterm.dev/

## Prompt for your agent

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

### wavetermdev/waveterm

Includes 8 official skills: electron-api, wps-events, add-wshcmd, add-rpc, create-view, add-config.

Install:

```bash
npx skills add wavetermdev/waveterm -y
```

Source: https://github.com/wavetermdev/waveterm

## Individual skills

### electron-api

Official Wave Terminal skill from wavetermdev/waveterm.

Install:

```bash
npx skills add wavetermdev/waveterm@electron-api -y
```

Package: wavetermdev/waveterm
Source: https://github.com/wavetermdev/waveterm/tree/main/.kilocode/skills/electron-api

### wps-events

Official Wave Terminal skill from wavetermdev/waveterm.

Install:

```bash
npx skills add wavetermdev/waveterm@wps-events -y
```

Package: wavetermdev/waveterm
Source: https://github.com/wavetermdev/waveterm/tree/main/.kilocode/skills/wps-events

### add-wshcmd

Official Wave Terminal skill from wavetermdev/waveterm.

Install:

```bash
npx skills add wavetermdev/waveterm@add-wshcmd -y
```

Package: wavetermdev/waveterm
Source: https://github.com/wavetermdev/waveterm/tree/main/.kilocode/skills/add-wshcmd

### add-rpc

Official Wave Terminal skill from wavetermdev/waveterm.

Install:

```bash
npx skills add wavetermdev/waveterm@add-rpc -y
```

Package: wavetermdev/waveterm
Source: https://github.com/wavetermdev/waveterm/tree/main/.kilocode/skills/add-rpc

### create-view

Official Wave Terminal skill from wavetermdev/waveterm.

Install:

```bash
npx skills add wavetermdev/waveterm@create-view -y
```

Package: wavetermdev/waveterm
Source: https://github.com/wavetermdev/waveterm/tree/main/.kilocode/skills/create-view

### add-config

Official Wave Terminal skill from wavetermdev/waveterm.

Install:

```bash
npx skills add wavetermdev/waveterm@add-config -y
```

Package: wavetermdev/waveterm
Source: https://github.com/wavetermdev/waveterm/tree/main/.kilocode/skills/add-config

### context-menu

Official Wave Terminal skill from wavetermdev/waveterm.

Install:

```bash
npx skills add wavetermdev/waveterm@context-menu -y
```

Package: wavetermdev/waveterm
Source: https://github.com/wavetermdev/waveterm/tree/main/.kilocode/skills/context-menu

### waveenv

Official Wave Terminal skill from wavetermdev/waveterm.

Install:

```bash
npx skills add wavetermdev/waveterm@waveenv -y
```

Package: wavetermdev/waveterm
Source: https://github.com/wavetermdev/waveterm/tree/main/.kilocode/skills/waveenv

## wavetermdev/waveterm package overview

Includes 8 official skills: electron-api, wps-events, add-wshcmd, add-rpc, create-view, add-config.

### Top skills in this package

- electron-api: Official Wave Terminal skill from wavetermdev/waveterm.
- wps-events: Official Wave Terminal skill from wavetermdev/waveterm.
- add-wshcmd: Official Wave Terminal skill from wavetermdev/waveterm.
- add-rpc: Official Wave Terminal skill from wavetermdev/waveterm.
- create-view: Official Wave Terminal skill from wavetermdev/waveterm.
- add-config: Official Wave Terminal skill from wavetermdev/waveterm.
- context-menu: Official Wave Terminal skill from wavetermdev/waveterm.
- waveenv: Official Wave Terminal skill from wavetermdev/waveterm.

### Install

Install the full package:

```bash
npx skills add wavetermdev/waveterm -y
```

Install a specific skill:

```bash
npx skills add wavetermdev/waveterm@electron-api -y
```

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

Source: https://github.com/wavetermdev/waveterm#readme
