OpenClaw Skill

Clawrag

Install

$npx clawhub@latest install clawrag
All-time installs8
Active installs8
Stars0

ClawRAG Connector

The Brain for OpenClaw - Self-hosted RAG engine with hybrid search.

⚠️ This skill requires Docker. It connects OpenClaw to your local ClawRAG instance.

What is ClawRAG?

Production-ready RAG infrastructure that keeps your data local:

  • πŸ”’ Privacy-first: Vector DB runs on your machine
  • πŸ” Hybrid Search: Semantic + Keyword (BM25) + RRF ranking
  • πŸ“„ Smart Ingestion: PDFs, Office docs, Markdown via Docling
  • 🧠 MCP-native: Seamless OpenClaw integration

Installation

Step 1: Start ClawRAG (Docker)

bash
git clone https://github.com/2dogsandanerd/ClawRag.git
cd ClawRag
cp .env.example .env
docker compose up -d

Wait for http://localhost:8080/health to return OK.

Step 2: Connect OpenClaw

bash
openclaw mcp add --transport stdio clawrag npx -y @clawrag/mcp-server

Verification

Test your setup:

bash
curl http://localhost:8080/api/v1/rag/collections

Features

CapabilityDescription
Document UploadPDF, DOCX, TXT, MD via API or folder
Hybrid QueryVector similarity + keyword matching
CitationsSource tracking for all answers
Multi-CollectionOrganize knowledge by project

Requirements

  • Docker + Docker Compose
  • 4GB+ RAM (8GB recommended for local LLM)
  • Or: OpenAI/Anthropic API key for cloud LLM

Architecture

OpenClaw ◄──MCP──► @clawrag/mcp-server ◄──HTTP──► ClawRAG API (localhost:8080)
                                           β”‚
                                           β–Ό
                                    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
                                    β”‚  ChromaDB   β”‚
                                    β”‚  (vectors)  β”‚
                                    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Links

Tags

rag, vector, memory, search, documents, self-hosted, privacy, mcp, local-ai


Metadata fΓΌr ClawHub-Upload:

FeldWert
Slugclawrag
Display nameClawRAG - Self-hosted RAG & Memory
Version1.2.0
Tagsrag, vector, memory, search, documents, self-hosted, privacy, mcp, local-ai

Changelog fΓΌr Version 1.2.0

1.2.0 - Initial ClawHub Release

  • Connector skill for OpenClaw integration
  • MCP server support (@clawrag/mcp-server v1.1.0)
  • Docker-first deployment
  • Hybrid search (Vector + BM25)

Persistent memory

Give your OpenClaw agent a memory layer

Mem0 remembers users and context across sessions so you send fewer tokens and get better answers.

Try Mem0Mem0 + OpenClaw guide