# Rocket.Chat AI Agent Skills

Rocket.Chat publishes official AI agent skills for its tools, services, and developer workflows.

Browse 2 official AI agent skills across 1 Rocket.Chat repository, with install commands and source links.

Official page: https://skillscout.sh/official/rocketchat/
Markdown page: https://skillscout.sh/official/rocketchat/rocketchat_skills_skillscout.md
Vendor website: https://rocket.chat/

## Prompt for your agent

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

### rocketchat/rocket.chat.electron

Includes 2 official skills: desktop-qa-flows, dev-app-verify.

Install:

```bash
npx skills add rocketchat/rocket.chat.electron -y
```

Source: https://github.com/RocketChat/Rocket.Chat.Electron

## Individual skills

### desktop-qa-flows

Official Rocket.Chat skill from rocketchat/rocket.chat.electron.

Install:

```bash
npx skills add rocketchat/rocket.chat.electron@desktop-qa-flows -y
```

Package: rocketchat/rocket.chat.electron
Source: https://github.com/RocketChat/Rocket.Chat.Electron/tree/master/skills/desktop-qa-flows

### dev-app-verify

Official Rocket.Chat skill from rocketchat/rocket.chat.electron.

Install:

```bash
npx skills add rocketchat/rocket.chat.electron@dev-app-verify -y
```

Package: rocketchat/rocket.chat.electron
Source: https://github.com/rocketchat/rocket.chat.electron/tree/HEAD/skills/dev-app-verify

## rocketchat/rocket.chat.electron package overview

Includes 2 official skills: desktop-qa-flows, dev-app-verify.

### Top skills in this package

- desktop-qa-flows: Official Rocket.Chat skill from rocketchat/rocket.chat.electron.
- dev-app-verify: Official Rocket.Chat skill from rocketchat/rocket.chat.electron.

### Install

Install the full package:

```bash
npx skills add rocketchat/rocket.chat.electron -y
```

Install a specific skill:

```bash
npx skills add rocketchat/rocket.chat.electron@desktop-qa-flows -y
```

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

Source: https://github.com/rocketchat/rocket.chat.electron#readme
