← Back to Skills Marketplace
Milvus
by
Lumina Wang
· GitHub ↗
· v1.0.0
· MIT-0
230
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install milvus
Description
Operate Milvus vector database with pymilvus — collections, vector search, hybrid search, indexes, RBAC, partitions, and more via Python code.
Usage Guidance
This skill appears coherent for operating Milvus via Python. Before installing: (1) confirm the install source for pymilvus (prefer the official PyPI/package repository and a known version); (2) be prepared to provide MILVUS_URI (it may include host, port, and credentials) and/or tokens — treat those as secrets; (3) if connecting to a remote Milvus, ensure network access and that you use least-privilege credentials (narrow-scoped API key or limited user) and TLS; (4) if you only need local/dev work, prefer Milvus Lite to avoid sending data to remote endpoints. If you want higher assurance, request the skill's exact installer details (what 'uv' means) and the exact pymilvus version it will install.
Capability Analysis
Type: OpenClaw Skill
Name: milvus
Version: 1.0.0
The milvus skill bundle is a legitimate and well-documented tool for interacting with Milvus vector databases using the official pymilvus library. It provides standard functionality for collection management, vector operations, and RBAC (Role-Based Access Control) as described in SKILL.md. The instructions include safety guidelines, such as requiring user confirmation before destructive operations, and there are no indicators of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the declared requirements: python3 and the pymilvus package are appropriate for operating Milvus. Declared primary credential MILVUS_URI fits the purpose (connection string/endpoint).
Instruction Scope
SKILL.md contains only Milvus-related code examples and instructions (connect, schema, collections, search, RBAC). It does not instruct reading unrelated system files or environment variables beyond connection/auth details.
Install Mechanism
Install spec installs the pymilvus package (expected). The installer kind is listed as 'uv' which is uncommon/ambiguous in the metadata — likely a package install from Python package registry, which is reasonable, but you should confirm the install source is the official PyPI release for pymilvus before installing.
Credentials
Only a single primaryEnv (MILVUS_URI) is declared — appropriate for a database client. The skill references token/user/password as connection parameters in examples but does not require unrelated secrets. Note: connection URIs or token parameters may contain sensitive credentials, so treat MILVUS_URI as secret.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent elevated privileges or write to other skills' configs. No indicators of privileged or forced installation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install milvus - After installation, invoke the skill by name or use
/milvus - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Milvus skill — operate Milvus vector databases via Python and pymilvus.
- Connect to Milvus (Lite, Standalone, Cluster, or Zilliz Cloud) with flexible authentication.
- Create collections with auto or custom schemas, including a full range of data types.
- Perform vector insert, upsert, search, query, get, and delete operations.
- Manage indexes, partitions, databases, and control access with RBAC.
- Includes guides for connection, collection management, operation parameters, and code examples.
Metadata
Frequently Asked Questions
What is Milvus?
Operate Milvus vector database with pymilvus — collections, vector search, hybrid search, indexes, RBAC, partitions, and more via Python code. It is an AI Agent Skill for Claude Code / OpenClaw, with 230 downloads so far.
How do I install Milvus?
Run "/install milvus" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Milvus free?
Yes, Milvus is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Milvus support?
Milvus is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Milvus?
It is built and maintained by Lumina Wang (@lumina2025); the current version is v1.0.0.
More Skills