A robust long-term memory system for AI agents using MongoDB and Voyage AI for semantic search and persistent context.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-memory-skill
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 openclaw-memory-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
OpenClaw Memory is a sophisticated plugin designed to provide AI agents with a permanent, searchable memory bank. By leveraging MongoDB for storage and Voyage AI for semantic embeddings, it allows agents to move beyond transient conversation windows and recall specific decisions, user preferences, and project insights across multiple sessions. This skill is a high-value addition to the Openclaw Skills library for developers building context-aware applications.
The system goes beyond simple text storage by understanding meaning through vector embeddings. It integrates deeply with the agent's lifecycle through automated hooks, ensuring that important facts are captured without manual intervention. Whether you are tracking a complex database schema decision or a user's coding style preference, OpenClaw Memory ensures your agent remains informed and consistent over time, making it one of the most powerful Openclaw Skills for long-term project management.
To get started with this entry in the Openclaw Skills collection, follow these installation steps:
# Install the memory plugin
openclaw plugins install openclaw-memory
# Navigate to the plugin directory
cd openclaw-memory
# Install dependencies and start the memory daemon
pnpm install && pnpm dev:daemon
You can also run the system using Docker by executing docker compose up -d. Ensure you have MongoDB 8.0+ running and your Voyage AI API key configured in your ~/.openclaw/openclaw.json file.
OpenClaw Memory uses a structured approach to organize agent knowledge, ensuring interoperability with other Openclaw Skills. Below is the primary metadata structure:
| Field | Description |
|---|---|
| text | The core content or insight of the memory record. |
| tags | Categories like preference, decision, or project names used for filtering. |
| score | Semantic similarity ranking (0.0 to 1.0) returned during searches. |
| ttl | Time-to-live for memory expiration, allowing for temporary or permanent storage. |
| createdAt | ISO timestamp of when the memory was captured for temporal tracking. |
Loading
A robust toolset for programmatically managing web forms, data submissions, and fine-grained organizational access control.

A discovery and management tool designed to find and install specialized capabilities from the official ClawHub skill registry.

An intelligent request router that selects the most cost-effective LLM based on task complexity and model metadata.

A headless browser-based tool to fetch real-time mid-market currency exchange rates from XE.com with automatic API fallback.

A comprehensive CLI-based skill for Voyage AI embeddings, reranking, and MongoDB Atlas Vector Search integration.

A robust automation tool for searching, extracting, and interacting with the Xiaohongshu (Little Red Book) platform via browser automation.








































