返回顶部
z

zilliz

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.0.2
安全检测
已通过
103
下载量
0
收藏
概述
安装方式
版本历史

zilliz

# 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: ```bash 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 | Feature | Free | Serverless | Dedicated | |---|---|---|---| | Collection CRUD & Vector ops | Yes | Yes | Yes | | Database create/drop | No | No | Yes | | User/role management | No | Limited | Yes | | Backup management | No | Yes | Yes | | Cluster modify (CU/replica) | No | No | Yes | 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: | Domain | Reference | When to read | |---|---|---| | Setup & auth | [references/setup.md](references/setup.md) | Install, login, context, config, troubleshooting | | Clusters | [references/cluster.md](references/cluster.md) | Create, list, describe, modify, suspend, resume, delete clusters | | Collections | [references/collection.md](references/collection.md) | Create, list, describe, drop, rename, load, release, aliases | | Vectors | [references/vector.md](references/vector.md) | Search, query, insert, upsert, get, delete, hybrid search, filters | | Indexes | [references/index.md](references/index.md) | Create, list, describe, drop indexes | | Databases | [references/database.md](references/database.md) | Create, list, describe, drop databases | | Partitions | [references/partition.md](references/partition.md) | Create, list, load, release, drop partitions | | Users & roles | [references/user-role.md](references/user-role.md) | RBAC: users, roles, privileges (Dedicated only) | | Backups | [references/backup.md](references/backup.md) | Create, restore, export backups; manage backup policies | | Import | [references/import.md](references/import.md) | Bulk data import from cloud storage | | Billing | [references/billing.md](references/billing.md) | Usage queries, invoices, payment methods | | Monitoring | [references/monitoring.md](references/monitoring.md) | Cluster status, collection stats, load states | | Projects & regions | [references/project-region.md](references/project-region.md) | Projects, 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 <id>` 6. Verify: `zilliz context current && zilliz collection list` ## Common Workflows **Create collection and prepare for search:** 1. `zilliz collection create --name <name> --dimension <dim>` — create 2. `zilliz index create --collection <name>` — index (AUTOINDEX recommended) 3. `zilliz collection load --name <name>` — load into memory 4. `zilliz vector search --collection <name> --data '[[...]]'` — search **Status overview** (read [references/monitoring.md](references/monitoring.md)): 1. `zilliz context current --output json` 2. `zilliz cluster describe --cluster-id <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: | Operation | Poll command | |---|---| | `cluster create` | `cluster describe --cluster-id <id>` until RUNNING | | `backup create/export/restore-*` | `backup describe --cluster-id <id> --backup-id <bid>` | | `import start` | `import status --job-id <jid> --cluster-id <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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 zilliz-skill-1776023722 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 zilliz-skill-1776023722 技能

通过命令行安装

skillhub install zilliz-skill-1776023722

下载 Zip 包

⬇ 下载 zilliz v0.0.2

文件大小: 17.28 KB | 发布时间: 2026-4-13 12:42

v0.0.2 最新 2026-4-13 12:42
- Updated description to remove explicit Milvus mentions; now focused on Zilliz Cloud vector databases.
- Minor wording and formatting changes throughout for clarity and focus on Zilliz Cloud.
- No changes to core workflows, command patterns, tables, or safety rules.
- SKILL.md is now consistent with the intended scope: Zilliz Cloud via zilliz-cli only.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部