← 返回
未分类 Key

Zilliz Skill

Manage Zilliz Cloud vector databases via zilliz-cli. Use when the user wants to: (1) set up zilliz-cli (install, login, configure), (2) manage clusters (crea...
通过 zilliz-cli 管理 Zilliz Cloud 向量数据库。适用于用户想要:(1) 安装、登录、配置 zilliz-cli;(2) 管理集群(创建...
zhanshuyou zhanshuyou 来源
未分类 clawhub v0.0.2 1 版本 100000 Key: 需要
★ 0
Stars
📥 420
下载
💾 0
安装
1
版本
#latest

概述

Zilliz Cloud CLI Skill

Operate Zilliz Cloud through zilliz-cli. All operations are executed via shell commands.

Prerequisite Check (always run first)

Before any operation, verify in order:

python3 -m pip show zilliz-cli    # 1. CLI installed? If not: pip install --upgrade zilliz-cli
zilliz auth status                 # 2. Logged in? If not: guide user to login in their terminal
zilliz context current             # 3. Context set? (only for data-plane ops)

CRITICAL: zilliz login, zilliz configure, and zilliz auth switch require interactive input — NEVER run them in a non-interactive shell. Instruct the user to run in their own terminal. NEVER ask for API keys in chat.

Command Pattern

zilliz <resource> <action> --flag <value> [--optional-flag <value>]

All commands support --output json|table|text (default: text). Use --output json for programmatic parsing.

Cluster Type Capabilities

FeatureFreeServerlessDedicated
------------
Collection CRUD & Vector opsYesYesYes
Database create/dropNoNoYes
User/role managementNoLimitedYes
Backup managementNoYesYes
Cluster modify (CU/replica)NoNoYes

Check cluster type first when a command fails with permission errors.

Reference Files

Each reference covers one resource domain with full command syntax, options, and guidance. Read the relevant reference when handling that domain:

DomainReferenceWhen to read
---------
Setup & authreferences/setup.mdInstall, login, context, config, troubleshooting
Clustersreferences/cluster.mdCreate, list, describe, modify, suspend, resume, delete clusters
Collectionsreferences/collection.mdCreate, list, describe, drop, rename, load, release, aliases
Vectorsreferences/vector.mdSearch, query, insert, upsert, get, delete, hybrid search, filters
Indexesreferences/index.mdCreate, list, describe, drop indexes
Databasesreferences/database.mdCreate, list, describe, drop databases
Partitionsreferences/partition.mdCreate, list, load, release, drop partitions
Users & rolesreferences/user-role.mdRBAC: users, roles, privileges (Dedicated only)
Backupsreferences/backup.mdCreate, restore, export backups; manage backup policies
Importreferences/import.mdBulk data import from cloud storage
Billingreferences/billing.mdUsage queries, invoices, payment methods
Monitoringreferences/monitoring.mdCluster status, collection stats, load states
Projects & regionsreferences/project-region.mdProjects, volumes, cloud providers, regions

Quick-Start Workflow

For new users, guide through setup in order:

  1. Install CLI: python3 -m pip install --upgrade zilliz-cli
  2. Authenticate: user runs zilliz login in their terminal
  3. Verify: zilliz auth status
  4. List clusters: zilliz cluster list
  5. Set context: zilliz context set --cluster-id
  6. Verify: zilliz context current && zilliz collection list

Common Workflows

Create collection and prepare for search:

  1. zilliz collection create --name --dimension — create
  2. zilliz index create --collection — index (AUTOINDEX recommended)
  3. zilliz collection load --name — load into memory
  4. zilliz vector search --collection --data '[[...]]' — search

Status overview (read references/monitoring.md):

  1. zilliz context current --output json
  2. zilliz cluster describe --cluster-id --output json
  3. zilliz database list --output json
  4. For each DB: collection list, get-stats, get-load-state, index list
  5. Present as formatted table

Async Operations

These return immediately; poll for completion:

OperationPoll command
------
cluster createcluster describe --cluster-id until RUNNING
backup create/export/restore-*backup describe --cluster-id --backup-id
import startimport status --job-id --cluster-id

Safety Rules

  • Confirm before destructive ops: drop collection/database, delete cluster/backup, drop user/role
  • Sensitive commands in user's terminal: zilliz login, zilliz configure, zilliz billing bind-card
  • Never expose credentials in chat or command output

版本历史

共 1 个版本

  • v0.0.2 当前
    2026-03-31 07:31 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,939
dev-programming

Milvus Skill

zhanshuyou
使用 pymilvus Python SDK 操作 Milvus 向量数据库。当用户希望连接 Milvus、创建集合、插入向量或执行相似度搜索时使用。
★ 0 📥 494
it-ops-security

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,644