← Back to Skills Marketplace
QDrant Ingestion & Retrieval Best Practices
by
EncryptShawn
· GitHub ↗
· v1.0.0
· MIT-0
120
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install qdrant-ingestion-best-practices
Description
Provides production-grade guidance for designing, ingesting, and retrieving data in Qdrant-based RAG pipelines with best practices for chunking, metadata, mo...
Usage Guidance
This skill is documentation and appears internally consistent with its stated purpose. Before adopting the guidance in production: (1) ensure any embedding or API clients you implement follow your org's credential handling and secrets policies (the guides reference OpenAI and other models but the skill does not request keys), (2) implement the recommended orchestration-layer access controls they describe rather than embedding permissions in payloads, (3) validate recommended HNSW/quantization changes against your own data (these settings can impact recall and cost), and (4) treat code snippets as templates — review, test, and secure any connector or embed_fn implementations you write based on them. If you need me to, I can scan any concrete ingestion code you plan to deploy for potential privacy or security issues.
Capability Assessment
Purpose & Capability
The skill name and description match the provided content: all files are guidance about ingestion, chunking, metadata, retrieval, and operational patterns for Qdrant. It does not request unrelated binaries, credentials, or system access.
Instruction Scope
SKILL.md and the guides contain prescriptive steps, code examples, and rules that stay within the domain of designing and operating Qdrant RAG pipelines. The instructions do not tell the agent to read arbitrary host files, environment variables, or contact hidden endpoints. They explicitly prohibit embedding agent permission lists in chunk payloads and direct developers to use an orchestration layer for policy.
Install Mechanism
No install spec and no code files to execute at install time — the skill is instruction-only, so nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials. The examples mention embedding providers and Qdrant clients, but those are usage recommendations; the skill does not request keys or secrets itself.
Persistence & Privilege
The skill is not always-enabled and does not request persistent privileges. It contains no code that modifies agent configuration or other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qdrant-ingestion-best-practices - After installation, invoke the skill by name or use
/qdrant-ingestion-best-practices - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — comprehensive skill update focused on Qdrant-based RAG pipeline best practices:
- Replaced old quick-reference files with a modular guides structure covering ingestion, retrieval, metadata, chunking, embedding models, access control, and operational standards.
- Added `QUICK_REFERENCE.md` and 10 detailed `guides/` documents for all major pipeline topics.
- Significantly expanded rules and required pipeline stages, emphasizing determinism, access control, idempotency, and strict best practices.
- Updated all guidance and quick answers for current model best practices, hybrid search, and multi-collection recommendations.
- Removed outdated files (`performance.md`, `queries.md`) and reorganized all content for clarity and completeness.
Metadata
Frequently Asked Questions
What is QDrant Ingestion & Retrieval Best Practices?
Provides production-grade guidance for designing, ingesting, and retrieving data in Qdrant-based RAG pipelines with best practices for chunking, metadata, mo... It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.
How do I install QDrant Ingestion & Retrieval Best Practices?
Run "/install qdrant-ingestion-best-practices" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is QDrant Ingestion & Retrieval Best Practices free?
Yes, QDrant Ingestion & Retrieval Best Practices is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does QDrant Ingestion & Retrieval Best Practices support?
QDrant Ingestion & Retrieval Best Practices is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created QDrant Ingestion & Retrieval Best Practices?
It is built and maintained by EncryptShawn (@encryptshawn); the current version is v1.0.0.
More Skills