Install
openclaw skills install rapport-memoriesExtends the agent's memory with semantic search capabilities using Retrieval-Augmented Generation (RAG) for enhanced contextual awareness and continuity.
openclaw skills install rapport-memoriesThis skill adds a semantic layer to the agent's internal memory system (MEMORY.md, memory/*.md, and session transcripts) enabling:
Unlike the existing calibre-ebooks skill which focuses on book content RAG, this skill targets the agent's own operational memory and knowledge base.
Memory Indexing
Semantic Search
semantic_memory query method for natural language queries over agent's memoryContext Enhancement
MEMORY.md - Primary persistent memory filememory/*.md - Daily/rotational memory filesSet via environment variables:
RAPPORT_MEMORIES_EMBEDDING_MODEL - Embedding model to use (default: nomic-embed-text-v2-moe:latest)RAPPORT_MEMORIES_CHUNK_SIZE - Text chunk size for indexingRAPPORT_MEMORIES_UPDATE_INTERVAL - Auto-reindex interval (seconds)RAPPORT_MEMORIES_STORE_PATH - Path for vector store storagecalibre-ebookscalibre-ebooks: RAG for book content (external knowledge)rapport-memories: RAG for agent's own operational memoryWhile the skill itself isn't called directly in public responses, it enables: