← Back to Skills Marketplace
178
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install milvus-skill
Description
Operate Milvus vector database with pymilvus Python SDK. Use when the user wants to connect to Milvus, create collections, insert vectors, perform similarity...
Usage Guidance
This skill is an instruction-only reference for using pymilvus and appears coherent with that purpose. Before installing or allowing autonomous use: (1) Understand that you will need to provide Milvus connection credentials (host/port, token or username/password) to actually run operations — only supply those to trusted agents or when you intend the agent to act on your database. (2) Examples show destructive DB ops (drop/truncate); confirm such actions with the agent before execution. (3) If you plan to use external embedding services (e.g., OpenAI) the skill's examples will require additional API keys and network access — those keys are not requested by the skill itself, so manage them according to your security policies. (4) Because the skill can perform admin-level DB operations when given credentials, limit its permissions (use least privilege) on production systems.
Capability Analysis
Type: OpenClaw Skill
Name: milvus-skill
Version: 0.0.2
The milvus-skill bundle is a well-documented set of instructions and references for managing Milvus vector databases via the pymilvus SDK. It includes proactive security guidance for the AI agent, such as explicitly instructing it to ask users for connection credentials rather than assuming or hardcoding them, and requiring confirmation before destructive operations like dropping collections. The provided Python patterns in SKILL.md and the references/ directory align with official library usage and do not contain any evidence of malicious intent, data exfiltration, or obfuscation.
Capability Assessment
Purpose & Capability
Name/description match the provided SKILL.md and reference docs — all examples and operations relate to connecting to Milvus, collection and vector management, indexing, partitions, databases, and RBAC.
Instruction Scope
Instructions stay within the Milvus domain. They repeatedly instruct the agent to ask the user for connection details before connecting and do not instruct the agent to read unrelated local files or secrets. Examples include destructive actions (drop/truncate) but explicitly recommend confirming with the user.
Install Mechanism
No install spec or downloaded code — this is instruction-only and only recommends installing pymilvus (pip). There is no archive download or external install mechanism in the skill bundle itself.
Credentials
The skill requests no environment variables or credentials itself. It does show examples that accept user-supplied URIs, tokens, usernames/passwords and optionally use external embedding services (OpenAI or built-in models). Those external API keys are expected for those optional integrations but are not declared here; the skill correctly instructs to ask the user for credentials before using them.
Persistence & Privilege
Skill is not force-installed (always: false) and uses the platform default for autonomous invocation. It does not request system-wide config paths or try to modify other skills. It contains examples that will perform admin operations on a Milvus instance if given credentials — which is appropriate for a DB operator skill but requires user confirmation before destructive actions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install milvus-skill - After installation, invoke the skill by name or use
/milvus-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.2
- No changes detected in this version; documentation and functionality remain the same.
- All usage instructions, requirements, and capabilities are consistent with the previous release.
v0.0.1
Initial release of the Milvus Skill.
- Enables full Milvus vector database management via Python and pymilvus SDK.
- Supports connecting to all deployment types: Milvus Lite, Standalone/Cluster, and Zilliz Cloud.
- Covers all major operations: collection creation (quick/custom), vector insert/upsert, vector similarity search, hybrid and full-text (BM25) search, query, get, delete, and batch data handling.
- Includes tools for managing indexes, partitions, databases, and RBAC (user/role/privileges).
- Provides examples and best practices for embedding usage, connection parameters, and collection loading.
Metadata
Frequently Asked Questions
What is Milvus Skill?
Operate Milvus vector database with pymilvus Python SDK. Use when the user wants to connect to Milvus, create collections, insert vectors, perform similarity... It is an AI Agent Skill for Claude Code / OpenClaw, with 178 downloads so far.
How do I install Milvus Skill?
Run "/install milvus-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Milvus Skill free?
Yes, Milvus Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Milvus Skill support?
Milvus Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Milvus Skill?
It is built and maintained by Shuyoou (@zhanshuyou); the current version is v0.0.2.
More Skills