# ChatBotKit AI Agent Skills

ChatBotKit publishes official AI agent skills for its tools, services, and developer workflows. The simplest way to build advanced AI chat bots.

Browse 7 official AI agent skills across 3 ChatBotKit repositories, with install commands and source links.

Official page: https://skillscout.sh/official/chatbotkit/
Markdown page: https://skillscout.sh/official/chatbotkit/chatbotkit_skills_skillscout.md
Vendor website: https://chatbotkit.com/

## Prompt for your agent

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

### chatbotkit/go-sdk

Includes 4 official skills: code-review, code-review, summarize, summarize.

Install:

```bash
npx skills add chatbotkit/go-sdk -y
```

Source: https://github.com/chatbotkit/go-sdk

### chatbotkit/python-sdk

Includes 2 official skills: code-review, summarize.

Install:

```bash
npx skills add chatbotkit/python-sdk -y
```

Source: https://github.com/chatbotkit/python-sdk

### chatbotkit/rook

Includes 1 official skill: skill-catalog.

Install:

```bash
npx skills add chatbotkit/rook -y
```

Source: https://github.com/chatbotkit/rook

## Individual skills

### code-review

Official ChatBotKit skill from chatbotkit/go-sdk.

Install:

```bash
npx skills add chatbotkit/go-sdk@code-review -y
```

Package: chatbotkit/go-sdk
Source: https://github.com/chatbotkit/go-sdk/tree/main/examples/agent-with-embedded-skills/skills/code-review

### code-review

Official ChatBotKit skill from chatbotkit/go-sdk.

Install:

```bash
npx skills add chatbotkit/go-sdk@code-review -y
```

Package: chatbotkit/go-sdk
Source: https://github.com/chatbotkit/go-sdk/tree/main/examples/portable-embedded-agent/skills/code-review

### summarize

Official ChatBotKit skill from chatbotkit/go-sdk.

Install:

```bash
npx skills add chatbotkit/go-sdk@summarize -y
```

Package: chatbotkit/go-sdk
Source: https://github.com/chatbotkit/go-sdk/tree/main/examples/agent-with-embedded-skills/skills/summarize

### summarize

Official ChatBotKit skill from chatbotkit/go-sdk.

Install:

```bash
npx skills add chatbotkit/go-sdk@summarize -y
```

Package: chatbotkit/go-sdk
Source: https://github.com/chatbotkit/go-sdk/tree/main/examples/portable-embedded-agent/skills/summarize

### code-review

Official ChatBotKit skill from chatbotkit/python-sdk.

Install:

```bash
npx skills add chatbotkit/python-sdk@code-review -y
```

Package: chatbotkit/python-sdk
Source: https://github.com/chatbotkit/python-sdk/tree/main/examples/agent/skills/code-review

### summarize

Official ChatBotKit skill from chatbotkit/python-sdk.

Install:

```bash
npx skills add chatbotkit/python-sdk@summarize -y
```

Package: chatbotkit/python-sdk
Source: https://github.com/chatbotkit/python-sdk/tree/main/examples/agent/skills/summarize

### skill-catalog

Official ChatBotKit skill from chatbotkit/rook.

Install:

```bash
npx skills add chatbotkit/rook@skill-catalog -y
```

Package: chatbotkit/rook
Source: https://github.com/chatbotkit/rook/tree/HEAD/skills/skill-catalog

## chatbotkit/go-sdk package overview

Includes 4 official skills: code-review, code-review, summarize, summarize.

### Top skills in this package

- code-review: Official ChatBotKit skill from chatbotkit/go-sdk.
- code-review: Official ChatBotKit skill from chatbotkit/go-sdk.
- summarize: Official ChatBotKit skill from chatbotkit/go-sdk.
- summarize: Official ChatBotKit skill from chatbotkit/go-sdk.

### Install

Install the full package:

```bash
npx skills add chatbotkit/go-sdk -y
```

Install a specific skill:

```bash
npx skills add chatbotkit/go-sdk@code-review -y
```

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

Source: https://github.com/chatbotkit/go-sdk#readme
