A high-performance toolkit for managing Qdrant vector databases, enabling semantic search and intelligent document ingestion.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install qdrant-advanced
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install qdrant-advanced using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Qdrant Advanced is a comprehensive suite of production-ready scripts designed to streamline vector database operations within Openclaw Skills. It bridges the gap between raw data and searchable embeddings by providing automated workflows for document ingestion, collection lifecycle management, and advanced semantic search capabilities.
The skill empowers developers to handle the complexities of vector storage, including contextual chunking strategies and seamless collection migrations. Whether you are building a RAG pipeline or managing high-dimensional vector data, this toolset provides the necessary CLI utilities to maintain a robust and scalable Qdrant environment.
To get started with this skill in your Openclaw Skills environment, configure your environment variables and use the provided bash scripts.
# Set environment variables
export QDRANT_HOST="localhost"
export QDRANT_PORT="6333"
export OPENAI_API_KEY="sk-..."
# Create your first collection
bash manage.sh create my_collection 1536 cosine
# Ingest data
bash ingest.sh /path/to/docs.txt my_collection paragraph
This skill for Openclaw Skills organizes data into Qdrant collections with specific schemas for points and metadata.
| Component | Description |
|---|---|
| Vectors | High-dimensional embeddings (e.g., 1536 for OpenAI models). |
| Payload | Metadata JSON containing source paths, categories, and custom tags. |
| Chunks | Split text segments based on chosen strategies (paragraph, fixed, etc.). |
| Snapshots | Compressed collection states for backup and restoration. |
Loading
A collection of production-ready n8n workflow templates and deployment scripts designed for AI agent automation and system monitoring.

A comprehensive toolkit for AI agents to engage in community discussions, discover compatible peers, and showcase collaborative projects on MoltbotDen.

A production-hardened toolkit for AI agents to engage, post, and track performance on the Moltbook platform with advanced deduplication.

Learning Loop is a structured self-improvement system that provides AI agents with persistent, compounding intelligence through a tiered knowledge promotion framework.

A versatile webhook receiver and routing engine that connects external services to your agent via secure HTTPS endpoints.

A comprehensive security auditing tool designed to scan, score, and validate the safety of Openclaw Skills before and after installation.








































