quickstart

Un guide de première configuration de la ligne de commande Zilliz Cloud, un service qui héberge des bases de données vectorielles. Il accompagne l’installation, la connexion au compte et la sélection d’un cluster.

In plain words
What is it for?
Il sert à installer zilliz-cli, vérifier ou effectuer la connexion, puis choisir le cluster Zilliz Cloud à utiliser.
Why use it?
Il regroupe les prérequis dans le bon ordre et évite de tenter des commandes avant que l’outil et l’accès soient prêts.

Skill for Claude CodeCodex

Part of the zilliz plugin — 21 skills, 2 commands shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/zilliztech/zilliz-plugin/quickstart
Any agent
npx skills add zilliztech/zilliz-plugin --skill quickstart
Clone the repo
git clone --depth 1 https://github.com/zilliztech/zilliz-plugin

Made for: Claude Code, Codex.

Or install zilliz, the plugin that ships this one along with the rest of its 21 skills, 2 commands.

Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 496 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00036 $0.00496
Opus 5 $0.00018 $0.00248
Sonnet 5 $0.00007 $0.00099
Haiku 4.5 $0.00004 $0.00050

Measured 3d ago against content hash 4045bd4d205d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

quickstart scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL https://raw.githubusercontent.com/zilliztech/zilliz-cli/master/install.sh | bash

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL https://raw.githubusercontent.com/zilliztech/zilliz-cli/master/install.sh | bash
plugins/zilliz/skills/quickstart/SKILL.md · 85 lines

What it actually says

Guide the user through the complete Zilliz Cloud CLI setup. Follow these steps in order:

Step 1: Install zilliz-cli

Check if already installed:

zilliz --version

If not installed or needs upgrading:

curl -fsSL https://raw.githubusercontent.com/zilliztech/zilliz-cli/master/install.sh | bash

Verify:

zilliz --version

Step 2: Authenticate

Check if already logged in:

zilliz auth status

If not logged in, instruct the user to open their own terminal and run one of:

  1. Browser login (recommended)zilliz login — opens browser for OAuth, full feature access.
  2. API Key via loginzilliz login --api-key — prompts for API key, no browser needed.
  3. API Key via configure (legacy)zilliz configure — prompts for API key, simpler setup.
  4. Environment variable — add export ZILLIZ_API_KEY=<key> to .zshrc / .bashrc.

IMPORTANT: These commands require interactive input and cannot run inside the agent. Do NOT ask the user to paste API keys into the chat.

Wait for the user to confirm login is complete, then verify:

zilliz auth status

Step 3: Select a Cluster

List available clusters:

zilliz cluster list

If no clusters exist, offer to create one:

zilliz project list
zilliz cluster regions
zilliz cluster create --type serverless --name <name> --project-id <id> --region <region>

Step 4: Set Cluster Context

Set the active cluster for data operations:

zilliz context set --cluster-id <selected-cluster-id>

Step 5: Verify

Confirm everything works:

zilliz context current
zilliz collection list

Report the setup result to the user, showing their cluster ID, endpoint, and database.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 85 lines · 36 tokens per session scan C 4045bd4d205d

Subscribe to this mod's changes

quickstart is a skill published in the GitHub repository zilliztech/zilliz-plugin (3 stars, last pushed 2d ago), licensed Apache-2.0. It adds 36 tokens to every session and 496 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.