Skip to main content

Zilliz Skill

Zilliz Skills are reusable skill modules for Claude Code that provide specialized capabilities for working with Zilliz Cloud.

What are Zilliz Skills?

Skills are modular capabilities that extend Claude Code's functionality. The Zilliz Skills repository contains pre-built skills for common Zilliz Cloud operations.

Setup

Run the following command to install the Zilliz skill. Ensure that you have Node.js installed.

bash
npx skills add zilliztech/zilliz-skill

This command will guide you in choosing the target tools and determining the installation scope.

Available Skills

AreaWhat You Can Do
ClustersCreate, delete, suspend, resume, modify
CollectionsCreate with custom schema, load, release, rename, drop
VectorsSearch, query, insert, upsert, delete, hybrid search
IndexesCreate (AUTOINDEX), list, describe, drop
DatabasesCreate, list, describe, drop
Users & RolesRBAC setup, privilege management
BackupsCreate, restore, export, policy management
ImportBulk data import from S3/GCS/Azure Blob Storage
PartitionsCreate, load, release, manage
MonitoringCluster status, collection stats, load states
ProjectsProject and region management
BillingUsage queries, invoices

How to Use

Skills are invoked with proper natural language prompts as follows:

plaintext
"Create a serverless cluster in us-east-1 and set up a collection with 768-dimension vectors"
"Search for similar items in my product collection with filter age > 20"
"Show me the status of all my clusters and collections"
"Set up a daily backup policy for my production cluster with 7-day retention"
"Create a role with read-only access to the analytics collection"

Next Steps

Ctrl I