Overkill Memory System
Skill by broedkrummen
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/broedkrummen/overkill-memory-systemWhat This Skill Does
The Overkill Memory System (OMS) is a state-of-the-art memory architecture designed for OpenClaw agents, prioritizing millisecond-level latency while mimicking human neurobiology. By organizing information into six distinct brain-region-inspired tiers—including the Hippocampus for importance and the Amygdala for emotional tagging—the system ensures that the most relevant data is always accessible. It utilizes a hybrid approach, combining a fast-access vector database with Write-Ahead Logging (WAL) to prevent data loss. The system is engineered for a 5ms average query response time, making it significantly faster than standard retrieval-augmented generation methods. It features automatic self-reflection and error-learning, allowing the agent to refine its understanding based on user corrections. Additionally, the system incorporates spaced repetition via FSRS-6 to manage memory decay, ensuring long-term data retention without bloating the active query cache.
Installation
To integrate this memory system into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/broedkrummen/overkill-memory-system
Ensure that you have sufficient permissions for local file operations, as the system utilizes high-speed indexing tools like fd and rg for rapid local file searching.
Use Cases
- Complex Project Management: Maintain context across hundreds of sessions without losing track of specific project constraints.
- Agent Personalization: Allow your agent to recall personal preferences, emotional triggers, and historical interactions for a more human-like experience.
- Knowledge Retrieval: Rapidly query deep technical documentation or atomic facts stored within the integrated knowledge graph.
- Self-Improving Workflows: Automate diary entries and performance reviews to help the agent learn from previous mistakes and user feedback.
Example Prompts
- "Reflect on our last three meetings regarding the project architecture and tell me what potential errors we identified."
- "What is the most important emotional context I shared about my work goals last week?"
- "Find the atomic fact regarding the API endpoint security configuration stored in the knowledge graph."
Tips & Limitations
- Supermemory Usage: Keep in mind that cloud backups via Supermemory happen asynchronously. Do not expect immediate cloud-synced results during a live chat; rely on the local vector store for real-time needs.
- Performance: While the system is optimized for speed, extremely large datasets may impact the initial indexing time. Allow the background cron jobs to complete their maintenance cycles for optimal performance.
- Learning Curve: The system learns from your corrections. Be explicit in your feedback to the agent to maximize the efficacy of the error-learning protocol.
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-overkill-memory-system": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api
Related Skills
Fast Unified Memory
Skill by broedkrummen
Repo Onboarding
Skill by broedkrummen
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-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.