A sophisticated intelligence layer providing vector search, knowledge graphs, and structured data storage for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-memory-pro
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agent-memory-pro using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Agent Memory acts as a full-scale cognitive stack that transforms how AI agents process and retain information. By leveraging the Mem0 unified memory engine, it allows agents to perform complex semantic searches through Qdrant and manage deep entity relationships via Neo4j. This integration provides a robust backbone for developers building advanced Openclaw Skills that require long-term persistence and structured reasoning.
Beyond just unstructured text, the skill includes a SQLite layer for traditional structured data such as project statuses, contact lists, and task management. This multi-layered architecture ensures that agents can recall facts with high precision, resolve information conflicts, and maintain a consistent state across different sessions or container rebuilds.
To begin using this intelligence layer within your suite of Openclaw Skills, ensure your environment has the necessary API keys and Docker containers running for Qdrant and Neo4j. Use the provided setup script to initialize the Python environment:
bash {baseDir}/scripts/setup_brain.sh
Once installed, you can seed the memory engine with initial data:
python3 {baseDir}/scripts/seed_mem0.py
The Agent Memory skill organizes data across three primary layers to ensure maximum flexibility and retrieval speed:
| Storage Layer | Engine | Data Type | Primary Use |
|---|---|---|---|
| Vector Memory | Qdrant | High-dimensional Embeddings | Semantic search and contextual recall |
| Knowledge Graph | Neo4j | Entities & Relationships | Mapping complex connections between concepts |
| Structured DB | SQLite | Relational Tables | Projects, contacts, tasks, and bookmarks |
| Observability | Langfuse | Trace Metadata | Performance monitoring and audit trails |
Loading
A comprehensive management and optimization tool for designing, debugging, and maintaining high-performance OpenClaw deployments.

A specialized tool for AI agents to analyze GitHub repositories, generate architecture diagrams, and convert codebases into AI-readable markdown documents.

A professional-grade tool for native video analysis, summarization, and metadata extraction using the Google Gemini API.

A comprehensive financial intelligence skill for querying real-time and historical data across equities and cryptocurrencies.

Deep Search is a sophisticated search routing engine for Openclaw Skills that leverages Perplexity AI models to provide tiered web research capabilities.

A dynamic utility for querying real-time OpenRouter data to find, compare, and price Large Language Models on the fly.








































