# Z Wave JS AI Agent Skills

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

Browse 6 official AI agent skills across 3 Z Wave JS repositories, with install commands and source links.

Official page: https://skillscout.sh/official/zwave-js/
Markdown page: https://skillscout.sh/official/zwave-js/zwave-js_skills_skillscout.md
Vendor website: https://www.zwave-js.io/

## Prompt for your agent

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

### zwave-js/zwave-js

Includes 4 official skills: author-config-from-web, implement-zwave-cc, integration-tests, review-config-pr.

Install:

```bash
npx skills add zwave-js/zwave-js -y
```

Source: https://github.com/zwave-js/zwave-js

### zwave-js/firmware-updates

Includes 1 official skill: firmware-update-pr-review.

Install:

```bash
npx skills add zwave-js/firmware-updates -y
```

Source: https://github.com/zwave-js/firmware-updates

### zwave-js/remote-ctt-tests

Includes 1 official skill: implement-test-handler.

Install:

```bash
npx skills add zwave-js/remote-ctt-tests -y
```

Source: https://github.com/zwave-js/remote-ctt-tests

## Individual skills

### author-config-from-web

Official Z Wave JS skill from zwave-js/zwave-js.

Install:

```bash
npx skills add zwave-js/zwave-js@author-config-from-web -y
```

Package: zwave-js/zwave-js
Source: https://github.com/zwave-js/zwave-js/tree/master/.agents/skills/author-config-from-web

### implement-zwave-cc

Official Z Wave JS skill from zwave-js/zwave-js.

Install:

```bash
npx skills add zwave-js/zwave-js@implement-zwave-cc -y
```

Package: zwave-js/zwave-js
Source: https://github.com/zwave-js/zwave-js/tree/master/.agents/skills/implement-zwave-cc

### integration-tests

Official Z Wave JS skill from zwave-js/zwave-js.

Install:

```bash
npx skills add zwave-js/zwave-js@integration-tests -y
```

Package: zwave-js/zwave-js
Source: https://github.com/zwave-js/zwave-js/tree/master/.agents/skills/integration-tests

### review-config-pr

Official Z Wave JS skill from zwave-js/zwave-js.

Install:

```bash
npx skills add zwave-js/zwave-js@review-config-pr -y
```

Package: zwave-js/zwave-js
Source: https://github.com/zwave-js/zwave-js/tree/master/.agents/skills/review-config-pr

### firmware-update-pr-review

Official Z Wave JS skill from zwave-js/firmware-updates.

Install:

```bash
npx skills add zwave-js/firmware-updates@firmware-update-pr-review -y
```

Package: zwave-js/firmware-updates
Source: https://github.com/zwave-js/firmware-updates/tree/main/.claude/skills/firmware-update-pr-review

### implement-test-handler

Official Z Wave JS skill from zwave-js/remote-ctt-tests.

Install:

```bash
npx skills add zwave-js/remote-ctt-tests@implement-test-handler -y
```

Package: zwave-js/remote-ctt-tests
Source: https://github.com/zwave-js/remote-ctt-tests/tree/main/.claude/skills/implement-test-handler

## zwave-js/zwave-js package overview

Includes 4 official skills: author-config-from-web, implement-zwave-cc, integration-tests, review-config-pr.

### Top skills in this package

- author-config-from-web: Official Z Wave JS skill from zwave-js/zwave-js.
- implement-zwave-cc: Official Z Wave JS skill from zwave-js/zwave-js.
- integration-tests: Official Z Wave JS skill from zwave-js/zwave-js.
- review-config-pr: Official Z Wave JS skill from zwave-js/zwave-js.

### Install

Install the full package:

```bash
npx skills add zwave-js/zwave-js -y
```

Install a specific skill:

```bash
npx skills add zwave-js/zwave-js@author-config-from-web -y
```

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

Source: https://github.com/zwave-js/zwave-js#readme
