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.
/plugin marketplace add zilliztech/zilliz-pluginnpx agentmods add plugins/zilliztech/zilliz-plugin/zillizgit clone --depth 1 https://github.com/zilliztech/zilliz-pluginGrade A, and why
zilliz scanned grade A with 0 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"name": "zilliz",
"description": "Manage Zilliz Cloud clusters and Milvus vector databases from Claude Code using the zilliz-cli.",
"version": "1.4.2",
"author": {
"name": "Zilliz",
"email": "[email protected]"
},
"homepage": "https://github.com/zilliztech/zilliz-plugin",
"repository": "https://github.com/zilliztech/zilliz-plugin",
"license": "Apache-2.0",
"keywords": [
"zilliz",
"milvus",
"vector-database",
"semantic-search",
"rag"
]
}
What it installs
The manifest is a name and a version. 21 skills, 2 commands travel with it, and installing the plugin installs all of them — 993 tokens a session between them. Each is measured on its own page, and each can be installed alone.
- Skill ask-zilliz A 236 tokens
- Skill diagnose A 65 tokens
- Skill collection A 32 tokens
- Skill cluster A 28 tokens
- Skill external-collection A 58 tokens
- Skill backup A 32 tokens
- Skill import A 39 tokens
- Skill monitoring A 31 tokens
- Skill on-demand-cluster A 55 tokens
- Skill vector A 28 tokens
- Skill job A 44 tokens
- Skill privatelink A 38 tokens
- Skill user-role A 24 tokens
- Skill index A 22 tokens
- Skill partition A 25 tokens
- Skill project-region A 30 tokens
- Skill status A 31 tokens
- Skill billing A 24 tokens
- Skill database A 21 tokens
- Skill setup C 43 tokens
- Skill quickstart C 36 tokens
- Command status A 27 tokens
- Command quickstart C 24 tokens
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.
- 3d ago First seen · 20 lines scan A 7a56a0fff52a
zilliz is a plugin published in the GitHub repository zilliztech/zilliz-plugin (3 stars, last pushed 2d ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other plugins, from other repositories
skills
Agent skills for Qdrant vector search: scaling, performance optimization, search quality, monitoring, deployment, edge, model migration, multitenancy, version upgrades, and SDK usage.
pinecone-claude-code-plugin
Pinecone vector database integration. Streamline your Pinecone development with powerful tools for managing vector indexes, querying data, and rapid prototyping. Use slash commands like /quickstart to generate AGENTS.md files and initialize Python projects and /query to quickly explore indexes. Access the Pinecone MCP.
kdbai-knowledge
KDB.AI vector database — schema design, hybrid search, and integration patterns for AI applications.
polygres
Sync PostgreSQL sources, set up data pipelines, operate, design, build, and troubleshoot Polygres and pgContext AI Search through public dashboard, CLI, SDK, and Runtime API workflows.
knowledge-graph-extract
Extract knowledge graphs (subject-relation-object triplets) from document folders, with schema enforcement, resumable chunked extraction, and Cypher generation for Neo4j/Memgraph.
craft-data
Data-engineering workbench in four skills: pipeline-review audits DAGs and models for silent-failure modes (idempotency, backfill, late data, schema drift), sql-surgeon reads real EXPLAIN plans and rewrites slow queries with proof, data-contract drafts producer-consumer contracts and generates enforcing tests, and…