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 to access your CrateDB instance/cratedb:datamodel- assistance to data modeling with CrateDB/cratedb:query- help to query optimarization
The CrateDB plugin are available on Anthropic's community marketplace. To get started, you will need to enable the marketplace. The following two commands will enable the marketplace and install the CrateDB plugin:
claude plugin marketplace add anthropics/claude-plugins-community
claude plugin install cratedb@claude-communityYou 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.
To connect to your CrateDB instance, you can use the CrateDB MCP server. To set it up, you use the /cratedb:mcp-setup skill.