🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

OpenMemo Memory – Persistent Memory for OpenClaw Agents

by @openmemoai

Provides OpenClaw agents with local, scene-aware, persistent structured memory for task deduplication and long-term workflow recall.

💡 Examples

Without OpenMemo:

> deploy backend
  → agent rebuilds everything again

With OpenMemo:

> deploy backend
  → agent detects previous deployment
  → reuses workflow

The agent stops behaving like a script and starts behaving like a system.

⚙️ Configuration

Install the OpenMemo adapter locally:

pip install openmemo openmemo-openclaw
openmemo serve

Restart your agent. The Skill will automatically detect the adapter and activate persistent memory.

🔒 Constraints

When executing tasks, follow these memory operating rules:

1. BEFORE starting any task, call check_task_memory with the task description. If a successful previous execution exists, reuse the result or skip.

2. Use recall_memory to retrieve relevant past experience before making decisions.

3. After completing important tasks, call write_memory to store structured experience: decisions made, successful approaches, errors resolved, key observations.

4. Always include the scene context (coding, debug, research, deployment) for better recall accuracy.

View on ClawHub
TERMINAL
clawhub install openmemo-clawhub-skill

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →