Agent Memory Pro
/install agent-memory-pro
Agent Memory 🧠
Full intelligence layer: vector memory + knowledge graph + structured database.
When to Use
- Storing and recalling facts semantically ("remember that Abidi prefers...")
- Managing structured data: projects, contacts, tasks, bookmarks
- Setting up the brain stack after container rebuild
- Batch seeding memory with key facts
Usage
Memory Engine (Mem0 — vectors + graph)
# Store a fact
python3 {baseDir}/scripts/memory_engine.py add "Abidi's business focuses on Voice AI"
# Semantic recall
python3 {baseDir}/scripts/memory_engine.py search "what does Abidi's business do"
# List all memories
python3 {baseDir}/scripts/memory_engine.py get-all
# Test connections (Qdrant, Neo4j, Langfuse)
python3 {baseDir}/scripts/memory_engine.py test
Structured Database (SQLite)
# List tables
python3 {baseDir}/scripts/structured_db.py tables
# Insert data
python3 {baseDir}/scripts/structured_db.py insert projects '{"name":"MyProject","status":"active"}'
# Query
python3 {baseDir}/scripts/structured_db.py query "SELECT * FROM projects"
Setup & Seeding
# Install Python deps after container rebuild
bash {baseDir}/scripts/setup_brain.sh
# Batch seed with key facts
python3 {baseDir}/scripts/seed_mem0.py
Architecture
- Mem0 — Unified AI memory (auto fact extraction, dedup, multi-level recall)
- Qdrant — Vector database for semantic search
- Neo4j — Knowledge graph for entities & relationships
- SQLite — Structured data (projects, contacts, tasks, bookmarks)
- Langfuse — Observability tracing on all operations
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-memory-pro - After installation, invoke the skill by name or use
/agent-memory-pro - Provide required inputs per the skill's parameter spec and get structured output
What is Agent Memory Pro?
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete se... It is an AI Agent Skill for Claude Code / OpenClaw, with 756 downloads so far.
How do I install Agent Memory Pro?
Run "/install agent-memory-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Memory Pro free?
Yes, Agent Memory Pro is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Agent Memory Pro support?
Agent Memory Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Memory Pro?
It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.