Back to the catalog

cratedb

Collection of official CrateDB agent skills

Open source Open in the app JSON README (API)

About

Collection of official CrateDB agent skills

Details

Kind
Plugins
Topic
No topic detected
Publisher
crate
Origin
marketplace
Category
ferramentas
Last push
2026-07-07T09:59:31Z
Repository state
ativo
License
Apache-2.0
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
crate/agent-skills/cratedb

README

# CrateDB Agent Skills

This is a collection of official CrateDB agent skills which can be used in agentic workflows. 
The collection consists of

* `/cratedb:core` - basic skills about CrateDB
* `/cratedb:mcp-setup` - setting up the [CrateDB MCP server](https://github.com/crate/cratedb-mcp) to access your CrateDB instance
* `/cratedb:datamodel` - assistance to data modeling with CrateDB
* `/cratedb:query` - help to query optimarization

## Installation

### Claude Code

The CrateDB plugin are available on [Anthropic's community marketplace](https://github.com/anthropics/claude-plugins-community).
To get started, you will need to enable the marketplace. The following two commands will enable the marketplace and install the
CrateDB plugin:

```shell
claude plugin marketplace add anthropics/claude-plugins-community
claude plugin install cratedb@claude-community
```

### GitHub CoPilot

You can install the skills in GitHub CoPilot using the following command:

```
/plugin install https://github.com/crate/agent-skills.git
```

Once installed, you will need to restart the CoPilot CLI.


## Configuration

To connect to your CrateDB instance, you can use the [CrateDB MCP server](https://github.com/crate/cratedb-mcp). To set it up, you use the `/cratedb:mcp-setup` skill. 

More