agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/agent-memory-proWhat This Skill Does
The agent-memory skill provides an enterprise-grade cognitive architecture for OpenClaw agents, integrating a multi-layered storage stack. It combines Mem0 for semantic, long-term memory (backed by Qdrant for vector search and Neo4j for graph-based entity relationships) with a robust SQLite database for structured data management. This skill transforms a stateless agent into a persistent entity capable of recalling past interactions, understanding complex entity relationships, and maintaining organized business data like tasks, project statuses, and bookmarks. By including Langfuse integration, it also provides complete observability over the agent's cognitive processes, ensuring developers can monitor and debug how memory is retrieved and synthesized over time.
Installation
To integrate this brain into your agent, use the ClawHub CLI command: clawhub install openclaw/skills/skills/aiwithabidi/agent-memory-pro. After installation, ensure your environment is configured for the required backends (Qdrant, Neo4j). Run bash {baseDir}/scripts/setup_brain.sh inside your container to install all necessary Python dependencies. For initial bootstrapping, you can run python3 {baseDir}/scripts/seed_mem0.py to populate your agent with core facts and organizational knowledge immediately upon deployment.
Use Cases
This skill is ideal for agents acting as long-term personal assistants or business analysts. Use it to store client preferences, manage project lifecycles within SQLite, or track the evolution of a business strategy across multiple sessions. It is perfect for teams requiring data persistence that survives container restarts, or for agents that need to perform complex reasoning across interconnected pieces of information, such as linking a contact to a specific project and an upcoming deadline.
Example Prompts
- "Store in memory that my primary project is 'Project Phoenix' and the current status is 'in-progress'."
- "Search through all my past notes and tell me what the client mentioned about budget constraints for the voice AI project."
- "List all active projects currently stored in the structured database and provide a summary of their current status."
Tips & Limitations
To maintain optimal performance, regularly audit the knowledge graph to remove deprecated relationships that may confuse the retrieval model. While the system handles automated deduplication, manual cleanup via memory_engine.py is recommended for high-volume environments. Note that this skill requires local or cloud instances of Qdrant and Neo4j; ensure these services are active before triggering memory-intensive operations to avoid latency or failed lookups. Always use clear, distinct facts when storing information to improve semantic recall accuracy.
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-aiwithabidi-agent-memory-pro": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api, code-execution
Related Skills
amplitude
Amplitude product analytics — track events, analyze user behavior, run cohort analysis, manage user properties, and query funnel/retention data via the Amplitude API. Understand product usage, measure feature adoption, and analyze user journeys. Built for AI agents — Python stdlib only, zero dependencies. Use for product analytics, user behavior tracking, funnel analysis, retention analysis, and cohort segmentation.
Model Intel
Live LLM model intelligence and pricing from OpenRouter
deep-search
Multi-tier Perplexity search with Langfuse tracing. Three depth levels: quick (sonar), pro (sonar-pro), deep (sonar-reasoning-pro). Supports focus modes: internet, academic, news, youtube, reddit. Returns AI-synthesized answers with citations. Use for research, comparisons, market analysis, fact-checking. Triggers: search, research, look up, find out, compare, what is, deep search, web research.
skill-auditor
Security audit and quarantine system for third-party OpenClaw skills. Use when evaluating, reviewing, or installing any skill from ClawHub or external sources. Automatically triggered before any skill installation.
alchemy
Alchemy — blockchain data, NFTs, token balances, transactions, gas prices, and webhooks.