zilliz Plugin
Plugin Claude Code Database Databases & StorageAI Agents & AI App DevelopmentCloud, Deployment & CI/CDThe explanation below is AI-generated. Please verify it against the sources.
Zilliz is a plugin for Claude Code and OpenAI Codex that lets users manage Zilliz Cloud (or a local Milvus instance) through natural language by driving the zilliz-cli. According to the README, it ships as a dual-format plugin, with separate manifests for Claude Code and Codex sharing a single skills/ directory. It covers cluster and Vector Lake lifecycle management, collection/schema operations, vector search, index tuning, bulk import, RBAC, backups, monitoring, billing, and PrivateLink management. The item description states the plugin covers 14 skills, though the README's own skills table lists a broader set of named skills (e.g. quickstart, status, setup, cluster, on-demand-cluster, database, collection, external-collection, index, partition, vector, import, backup, job, user-role, monitoring, billing, project-region, privatelink). Use requires a Zilliz Cloud account or a local Milvus instance, and the project is distributed under the Apache License 2.0.
Overview
Zilliz Cloud is the managed vector database service (based on Milvus) that this plugin controls via the zilliz-cli; the README describes the plugin as bringing cluster management, collection operations, vector search, RBAC, and backups into an AI coding agent's terminal through natural language.
What you can do with zilliz
- Create, delete, suspend, resume, or modify clusters, including Vector Lake instances and on-demand clusters with auto-suspend TTL
- Create collections with custom schema; load, release, rename, or drop them
- Trigger, describe, or list refresh jobs for external (Vector Lake-backed) collections
- Search, query, insert, upsert, or delete vectors
- Create, list, describe, or drop indexes, databases, and partitions
- Set up RBAC: manage users, roles, passwords, and access privileges
- Create, restore, export backups and manage backup policies
- Run bulk data import from cloud storage and track import stages
- Track async Cloud Jobs (backup, restore, migration, import, clone)
- Check cluster status, collection statistics, load states, and time-series metrics
- View usage, invoices, and manage payment methods
- Manage projects, storage volumes, and PrivateLink endpoints/whitelists
Sources
Original description (English)
Zilliz Cloud management plugin with 14 skills covering cluster lifecycle, collection schema, vector search, index tuning, bulk import, RBAC, backups, and monitoring.
History of zilliz
- Plugin Added zilliz