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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agent-memory" with this command: npx skills add aiwithabidi/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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

Cognitive Brain

Provides a cross-session AI memory and cognition system with four-layer memory, real-time sync, free thinking, intelligent prediction, and knowledge visualiz...

Registry SourceRecently Updated
8470Profile unavailable
Web3

Memphis

🔥 Memphis - Complete AI Brain for OpenClaw Agents ALL-IN-ONE meta-package with everything you need: 🧠 Core Features: - Local-first memory chains (journal,...

Registry SourceRecently Updated
5080Profile unavailable
Coding

🧠 Memory Never Forget 🧠

Memory system v4.13: Dual-layer structure (todos for execution + knowledge for strategy) with Dream/Refinement memory mechanisms.

Registry SourceRecently Updated
3.3K3Profile unavailable
General

Loci — Memory Palace for AI

Memory Palace for AI — persistent structured memory, identity, and task management across every conversation.

Registry Source
2120Profile unavailable