zilliztech

Zilliz Skill — AI skill for Claude Code

AI community

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