Memory-ReMe is a sophisticated memory management system that enables AI agents to maintain persistent context, apply user preferences automatically, and learn from feedback across multiple sessions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install memory-reme
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-reme using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Memory-ReMe provides a robust framework for long-term memory management powered by the ReMe-ai library. It solves the common problem of AI amnesia by creating a structured three-level memory hierarchy that includes long-term rules, daily session summaries, and compressed in-memory context.
By implementing these Openclaw Skills, developers can ensure their agents evolve alongside the user. The system automatically extracts rules from user feedback, stores tool-specific execution patterns, and retrieves relevant preferences via semantic search to ensure consistent behavior without manual re-prompting.
To integrate this capability into your project, first install the necessary dependency:
pip install reme-ai
Initialize the memory structure and retrieve existing preferences by running the initialization script at the start of your workflow:
python3 scripts/init_reme.py
The skill maintains a structured directory named .reme/ to manage persistence efficiently:
| Component | File Pattern | Purpose |
|---|---|---|
| Long-term Memory | MEMORY.md |
Stores user profiles, persistent rules, and tool-specific preferences. |
| Daily Logs | memory/YYYY-MM-DD.md |
Contains session-specific summaries and key decisions made during that day. |
| Vector Cache | .embeddings/ |
Stores semantic embeddings to enable fast and relevant memory retrieval. |
| Work Cache | tool_result/ |
Temporary storage for tool outputs, subject to automatic cleanup routines. |
Loading
A specialized command-line interface for interacting with Apple Messages.app to read, monitor, and send iMessages or SMS on macOS.

A bridge for sending and receiving SMS messages through an Android device using the sms-gate.app framework.

A sophisticated social interaction skill for AI agents featuring scrolling danmaku messages, Reddit-style threaded discussions, and community voting.

A professional-grade X/Twitter research agent that provides deep search, profile analysis, and thread extraction through a cost-effective API integration.

A personal cyber threat intelligence analyst that monitors global security feeds and delivers interest-calibrated briefings and deep-dives.

A specialized automation skill for FunPay sellers to manage customer inquiries and monitor account activity in real-time.








































