A production-ready, self-hosted RAG infrastructure that provides local long-term memory and hybrid search capabilities for your AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawrag
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 clawrag using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ClawRAG serves as the central intelligence hub for Openclaw Skills, offering a privacy-focused environment where your data never leaves your machine. It functions as a sophisticated RAG (Retrieval-Augmented Generation) engine that combines semantic vector search with traditional keyword matching (BM25) to provide the most relevant context to your AI agents.
Built to be MCP-native, this skill enables seamless integration between local documents and Large Language Models. By utilizing a Docker-based architecture, it ensures that your vector databases and document ingestion pipelines remain secure and entirely under your control, making it an essential tool for developers handling sensitive or proprietary information.
First, deploy the core infrastructure using Docker:
git clone https://github.com/2dogsandanerd/ClawRag.git
cd ClawRag
cp .env.example .env
docker compose up -d
Once the health check at http://localhost:8080/health returns OK, add the connector to your environment:
openclaw mcp add --transport stdio clawrag npx -y @clawrag/mcp-server
ClawRAG organizes information into a structured hierarchy to ensure efficient retrieval within Openclaw Skills:
| Level | Data Type | Description |
|---|---|---|
| Collection | Container | Logical grouping for project-specific data |
| Document | File | Supports PDF, DOCX, TXT, and Markdown via Docling |
| Embedding | Vector | High-dimensional data stored in ChromaDB for semantic search |
| Metadata | JSON | Contains source tracking, citations, and original file paths |
Loading
A comprehensive AI agent skill for managing MikroTik RouterOS devices through API-driven automation and real-time monitoring.

A Python-based skill for integrating Gaode Map (AMap) capabilities like POI search and multi-modal route planning into AI agent workflows.

A universal music downloader and manager that extracts audio from YouTube and Bilibili, converts it to MP3, and organizes it into local libraries.

A comprehensive media generation skill for creating, upscaling, and animating high-fidelity images and videos via the Runware API.

A comprehensive LINE messaging integration for AI agents utilizing the Chrome extension gateway for JSON-based API access.

A macOS-native skill for controlling Spotify playback, volume, and media selection via CLI and AppleScript.








































