A technical framework for configuring vector-based long-term memory and persistent context for AI coding agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install memory-setup
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 memory-setup using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Memory Setup skill is a comprehensive configuration framework designed to eliminate context loss in AI-driven development workflows. By leveraging Openclaw Skills, developers can transform their agents from stateless participants into context-aware assistants that remember past decisions, project history, and specific user preferences across multiple sessions.
This skill establishes a structured environment for storing and retrieving information using semantic search. It integrates with embedding providers to index daily logs, session transcripts, and a curated long-term memory file. This ensures that the agent can proactively recall relevant technical details, reducing repetitive questioning and improving the continuity of complex software projects.
To enable persistent context via Openclaw Skills, add the following configuration to your ~/.clawdbot/clawdbot.json or moltbot.json file:
{
"memorySearch": {
"enabled": true,
"provider": "voyage",
"sources": ["memory", "sessions"],
"indexMode": "hot",
"minScore": 0.3,
"maxResults": 20
}
}
Initialize your workspace directory structure with these commands:
mkdir -p memory/logs memory/projects memory/groups memory/system
touch MEMORY.md
Finally, ensure your API keys for providers like Voyage AI or OpenAI are exported in your environment or added to your agent's secret management.
The skill utilizes a hierarchical Markdown schema to organize and index information for efficient retrieval.
| Data Component | Location | Content Type |
|---|---|---|
| Long-term Memory | /MEMORY.md |
Curated facts, project summaries, and decisions |
| Daily Activity | /memory/logs/ |
Date-stamped logs (YYYY-MM-DD.md) recording daily tasks |
| Project Context | /memory/projects/ |
Detailed technical documentation and project-specific notes |
| User Preferences | /memory/system/ |
Development environment setups and communication styles |
| Session History | /sessions/ |
Automatically generated conversation transcripts |
Loading
An automated recovery system that detects and restarts cron jobs failed by network interruptions.

A comprehensive WordPress management skill for AI agents to control content, themes, and CRM integrations via a secure REST API.

Voku is a precision-engineered constructed language designed for zero-ambiguity communication between AI agents.

A streamlined collection of command-line scripts for downloading WeChat articles as text and YouTube videos as high-quality audio files.

A professional-grade CLI tool for searching flight offers and pricing through the Duffel API.

A high-performance Go-based command-line interface for fetching real-time football data and match analytics.








































