← 返回 Skills 市场
zhanshuyou

Milvus Skill

作者 Shuyoou · GitHub ↗ · v0.0.2 · MIT-0
cross-platform ✓ 安全检测通过
178
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install milvus-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /milvus-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug milvus-skill
版本 0.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 178 次。

如何安装 Milvus Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install milvus-skill」即可一键安装,无需额外配置。

Milvus Skill 是免费的吗?

是的,Milvus Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Milvus Skill 支持哪些平台?

Milvus Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Milvus Skill?

由 Shuyoou(@zhanshuyou)开发并维护,当前版本 v0.0.2。

💬 留言讨论