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
freshsales
Freshsales CRM integration — manage contacts, leads, deals, accounts, tasks, and sales sequences via the Freshsales API. Track deal pipelines, automate lead assignments, log activities, and generate sales reports. Built for AI agents — Python stdlib only, no dependencies. Use for sales CRM, contact management, deal tracking, pipeline reporting, and sales automation.
onepassword
1Password Connect — vaults, items, secrets management for server-side applications.
neon
Neon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API. Create database branches for development, manage connection endpoints, scale compute, and monitor usage. Built for AI agents — Python stdlib only, zero dependencies. Use for serverless Postgres, database branching, database management, development workflows, and cloud database automation.
gemini-video-analyzer
Native video analysis using Google Gemini API. Upload and analyze video files — describe scenes, extract text/UI, answer questions about content, transcribe speech, identify objects and actions. Use when: (1) User sends a video file and wants it analyzed, (2) Video summarization or description needed, (3) Extracting text, UI elements, or information from screen recordings, (4) Answering questions about video content, (5) Comparing multiple videos, (6) Analyzing tutorials, demos, or walkthroughs.
github-intel
Analyze any GitHub repository in AI-friendly format. Convert entire repos to single markdown documents, generate architecture diagrams with Mermaid, inspect structure trees, language breakdowns, and recent activity. Includes GitHub URL tricks, API shortcuts, and advanced search techniques. Read-only analysis — never executes code from repositories. Built for AI agents — Python stdlib only, no dependencies. Use for repository analysis, code architecture review, open source research, GitHub intelligence, repo documentation, and codebase understanding.