A high-performance retrieval system for agent memory that combines vector embeddings with keyword scoring and temporal routing.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install enhanced-memory
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 enhanced-memory using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Enhanced Memory is a specialized extension designed to significantly upgrade the retrieval capabilities of Openclaw Skills. Unlike standard flat vector searches, this skill implements a 4-signal hybrid retrieval pipeline that fuses vector similarity, keyword matching, header alignment, and filepath scoring. This architecture allows AI agents to find relevant information with much higher precision, achieving a documented 0.782 Mean Reciprocal Rank (MRR).
By leveraging local embedding models through Ollama, Enhanced Memory ensures that data stays private and local while providing advanced features like temporal routing—which prioritizes files based on date references—and pseudo-relevance feedback to refine search results dynamically. It is the ideal solution for developers building complex Openclaw Skills that require robust, context-aware memory management.
# 1. Install Ollama and pull the required embedding model
ollama pull nomic-embed-text
# 2. Index your memory files from the workspace root
python3 skills/enhanced-memory/scripts/embed_memories.py
# 3. Optional: Build the cross-reference knowledge graph
python3 skills/enhanced-memory/scripts/crossref_memories.py build
| Component | Data Type | Description |
|---|---|---|
memory/vectors.json |
JSON File | Persistent storage for embeddings, chunk text, and metadata. |
search_memory.py |
Python Script | Main entry point for the 4-signal hybrid retrieval logic. |
memory_salience.py |
Python Script | Logic for calculating importance vs. staleness of memory items. |
crossref_memories.py |
Python Script | Generates similarity links between disparate memory chunks. |
Loading
An integrated system for searching, cloning, and cataloging GitHub repositories within a local knowledge base.

A specialized automation suite that synchronizes email communication, ClickUp project management, and Pipedrive CRM for composite manufacturing workflows.

A challenge-response identity verification skill that adds a human-in-the-loop security layer before your AI agent performs sensitive operations.

A robust tool for capturing, transcribing, and summarizing live or archived X/Twitter Spaces using advanced AI models.

A serverless, peer-to-peer communication protocol providing secure, encrypted messaging between AI agents for Openclaw Skills.

Automate persistent, authenticated cloud browser sessions with built-in CAPTCHA solving and session recording capabilities.








































