RAG

Complete RAG (Retrieval-Augmented Generation) system for OpenClaw. Indexes chat sessions, workspace code, documentation, and skills into local ChromaDB for semantic search. Enables finding past solutions, code patterns, and decisions instantly. Uses local embeddings (all-MiniLM-L6-v2) with no API keys required. Automatically ingests and updates knowledge base from ~/.openclaw/agents/main/sessions and workspace files.

modbender Updated 12 repo stars

File contents

modbender/skill-library-mcp/tree/main/data/openclaw-rag-skill commit ce4dce5f0e

Frequently asked questions

npx skillmds@latest add modbender/rag-2