Zilliz Cloud

v1.0.0

Manage Zilliz Cloud clusters and Milvus vector databases — cluster ops, collections, vector search, RBAC, backups, imports, and more via zilliz-cli.

0· 98·0 current·0 all-time
byLumina Wang@lumina2025
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill is described as a zilliz-cli wrapper for managing Zilliz Cloud / Milvus. Required binary (zilliz), python3, and the primary env var ZILLIZ_API_KEY are directly relevant to that purpose. Declared capabilities (cluster ops, collections, RBAC, backups, billing, etc.) align with what a cloud CLI would reasonably control.
Instruction Scope
SKILL.md contains concrete CLI commands and setup steps for zilliz-cli. It explicitly forbids running interactive login flows inside the agent and instructs the user to perform authentication in their own terminal. The instructions do not ask the agent to read unrelated files, harvest extra environment variables, or send data to unexpected external endpoints.
Install Mechanism
Install guidance in SKILL.md recommends 'python3 -m pip install --upgrade zilliz-cli' (typical for a Python CLI). Registry install metadata lists a 'uv' installer for package 'zilliz-cli' which creates the 'zilliz' binary; this is a minor inconsistency in installer naming but not an immediate red flag. The install is a standard package install (pip/packaged CLI) rather than a raw download-from-URL; no extract-from-arbitrary-URL behavior is present.
Credentials
The only required environment variable is ZILLIZ_API_KEY (declared as primary), which is appropriate for authenticating to Zilliz Cloud. No unrelated credentials or broad config paths are requested.
Persistence & Privilege
The skill does not request always:true, does not claim system-wide config modification, and is user-invocable. Autonomous invocation is allowed by default but is not combined with other concerning privileges here.
Assessment
This skill appears to be a straightforward wrapper around the official zilliz-cli. Before installing, verify the zilliz-cli package provenance (PyPI project page and the GitHub repo linked in the SKILL.md). Never paste your ZILLIZ_API_KEY into chat — provide it only to the runtime where the skill is permitted to use it, and limit the key's permissions if possible. Follow the SKILL.md note: perform interactive logins (zilliz login) in your own terminal. If you are uncomfortable, review the zilliz-cli source on GitHub and prefer installing via your system package manager or a pinned release from the official repo.

Like a lobster shell, security has layers — review code before you run it.

cloudvk978yyqactkg224m7q8c144mh583508tlatestvk978yyqactkg224m7q8c144mh583508tmilvusvk978yyqactkg224m7q8c144mh583508tragvk978yyqactkg224m7q8c144mh583508tvector-databasevk978yyqactkg224m7q8c144mh583508t

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🔍 Clawdis
Binspython3, zilliz
EnvZILLIZ_API_KEY
Primary envZILLIZ_API_KEY

Install

uv
Bins: zilliz
uv tool install zilliz-cli

Comments