Zilliz Skill — AI skill for Claude Code
Agent skill that teaches AI agents how to manage Zilliz Cloud vector databases through zilliz-cli.
How to install Zilliz Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open zilliztech/zilliz-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Zilliz Skill does
Agent skill that teaches AI agents how to manage Zilliz Cloud vector databases through zilliz-cli.
Alternatives in AI
- Peekaboo — Peekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, o 3.2k ★
- Graphjin — GraphJin - An Automagical Compiler to Connect AI to Your Databases 3034 44 1 3k ★
- Skills Manage — Desktop app to manage AI coding agent skills across Claude Code, Cursor, Gemini CLI, Codex, and 20+ platforms 2.2k ★
README
Zilliz Cloud CLI Skill
A skill that teaches AI agents how to operate [Zilliz Cloud](https://zilliz.com/) and Milvus vector databases through `zilliz-cli`. Instead of memorizing CLI commands, just describe what you want:
- "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"
- "Import data from S3 into my embeddings collection"
- "Check the status of my import job"
- "Show me this month's usage and invoices"
- "Spin up a Vector Lake in us-east-1 and create an on-demand cluster with a 30-minute idle TTL"
- "Refresh my external collection from Vector Lake and tell me when the job finishes"
Skill Structure
zilliz/
├── SKILL.md # Main entry — prerequisites, workflows, safety rules
└── references/ # Domain-specific command references (loaded on demand)
├── setup.md # Install, auth, context, config, troubleshooting
├── cluster.md # Cluster create, list, describe, modify, suspend, delete; Vector Lake
├── on-demand-cluster.md # On-demand (Vector Lake) clusters with auto-suspend TTL
├── collection.md # Collection CRUD, aliases, load/release, per-collection metrics
├── external-collection.md # Refresh jobs for Vector Lake-backed external collections
├── vector.md # Search, query, insert, hybrid search, filter syntax
├── index.md # Index types, create/drop
├── database.md # Database CRUD (Dedicated clusters only)
├── partition.md # Partition management
├── user-role.md # RBAC: users, roles, privileges
├── acl.md # Cloud-level
Related Skills
Zilliz Plugin
Zilliz Cloud plugin for Claude Code & OpenAI Codex — manage clusters, collections, vector search, backups, and
Sap Genai Hub With Sap Hana Cloud Vector Engine
This repository contains hands-on content to be use in workshops.
Local Memory MCP
Persistent local memory for Claude, Cursor & Codex. 21 MCP tools, hybrid retrieval (BM25 + vector RRF), bi-tem
Local Memory
100% local, OpenAI-compatible memory layer for AI agents. On-device embeddings via Ollama + SQLite (sqlite-vec
Nomoreide
AI-native service workbench: MCP server + shared daemon for Claude Code, Codex, and Gemini. CLI, TUI, and web
Payment Intelligence Agent
Cloud-native, event-driven payment transaction intelligence agent. Ingests simulated payment events, detects a
Related Agents
AI Database Engineer
AI Database Engineer who designs, optimizes, and manages databases for AI-powered applications — including rel
Memory Manager
Invoke when the user wants to save brand knowledge to persistent memory, search past campaign learnings, sync
Shirley
Transcendent coder who implements perfect solutions and teaches through code