Milvus

v1.0.0

Operate Milvus vector database with pymilvus — collections, vector search, hybrid search, indexes, RBAC, partitions, and more via Python code.

0· 151·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
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.
Assessment
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.

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

embeddingsvk97538yhwm7d8g87q3aev38fvn834c5vlatestvk97538yhwm7d8g87q3aev38fvn834c5vmilvusvk97538yhwm7d8g87q3aev38fvn834c5vpymilvusvk97538yhwm7d8g87q3aev38fvn834c5vragvk97538yhwm7d8g87q3aev38fvn834c5vsemantic-searchvk97538yhwm7d8g87q3aev38fvn834c5vvector-databasevk97538yhwm7d8g87q3aev38fvn834c5v

License

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

Runtime requirements

🧠 Clawdis
Binspython3
Primary envMILVUS_URI

Install

uvuv tool install pymilvus

Comments