Fast Unified Memory
Skill by broedkrummen
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/broedkrummen/fast-unified-memoryWhat This Skill Does
The Fast Unified Memory skill by broedkrummen revolutionizes how OpenClaw interacts with your stored knowledge. By creating a hybrid storage layer, it bridges the gap between traditional file-based keyword searching and modern, AI-driven semantic understanding. It utilizes the Ollama runtime and the high-efficiency 'nomic-embed-text' model to process data locally, ensuring that your memory retrieval remains private and free of charge. The system performs a dual-lookup: it scans your OpenClaw local files for exact keyword matches while simultaneously generating vector embeddings to find contextually relevant information. This combination produces a ranked, unified result set that significantly improves the quality of context available to the agent, enabling it to recall facts or preferences with high accuracy and low latency.
Installation
To get started, ensure you have Ollama installed on your system. Run curl -fsSL https://ollama.ai/install.sh | sh to install the service. Once installed, download the necessary embedding model by executing ollama pull nomic-embed-text in your terminal. Ensure the Ollama service is active by running ollama serve. Finally, install the OpenClaw skill directly via the command line: clawhub install openclaw/skills/skills/broedkrummen/fast-unified-memory. The configuration will automatically default to local memory paths; verify that your system user has read and write permissions to the defined storage directories (~/.mem0 and ~/.openclaw).
Use Cases
This skill is ideal for power users who maintain extensive personal notes, code snippets, or project documentation within OpenClaw. It is perfect for developers who need to quickly recall specific API configurations or project-wide patterns that aren't easily indexed by simple search strings. Additionally, it serves as a robust personal research assistant, effectively 'reminding' the AI of previous conversations or research findings that would otherwise be lost in the context window.
Example Prompts
- "Search my memory for the password policy I defined for the staging environment last week."
- "Add a memory: The client prefers architectural documentation to be formatted in Markdown tables."
- "List all memories related to the current Q4 budget analysis project to ensure I haven't missed any constraints."
Tips & Limitations
For optimal performance, keep your memories organized and descriptive. Since the system relies on local embedding, longer, more nuanced memory entries will result in better search relevance. A key limitation is the dependency on local hardware; search speeds may vary depending on your CPU/GPU performance. Ensure you have sufficient disk space for the vector database if you intend to store thousands of memories. Finally, if you change your Ollama port from 11434, be sure to update the internal skill constant to prevent connection timeouts.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-broedkrummen-fast-unified-memory": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api
Related Skills
danish-news-aggregator
Comprehensive Danish News RSS Aggregator - combines 100+ Danish RSS feeds into category-based unified feeds. Produces 6 curated RSS feeds: - danish-all.xml (top 30 sources) - danish-national.xml (newspapers) - danish-regional.xml (local news) - danish-sports.xml (sports) - danish-business.xml (finance) - danish-tech.xml (technology) - danish-english.xml (English-language Denmark) Auto-refreshes every 15 minutes, deduplicates, ranks by source authority.
Overkill Memory System
Skill by broedkrummen
Repo Onboarding
Skill by broedkrummen
overkill-mission-control
Comprehensive Mission Control dashboard for OpenClaw - monitor agents, automation, teams, documents, messages, and system metrics. Features real-time dashboards, agent-to-agent messaging, task execution, and enterprise-level monitoring.
brave-api-search
Real-time web search, autosuggest, and AI-powered answers using the official Brave Search API. Use for searching documentation, facts, current events, or any web content. Supports AI grounded answers with citations and query autosuggest. Requires BRAVE_SEARCH_API_KEY and BRAVE_ANSWERS_API_KEY.