A sophisticated memory management system for AI agents that prioritizes high-value context while pruning low-value noise.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install remember
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 remember using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Remember skill is designed to solve the problem of information overload in AI memory systems. Instead of simple logging, this skill curates persistent memory by filtering what matters, organizing data by function, and decaying information that is no longer relevant. By implementing this within the Openclaw Skills ecosystem, developers can ensure their agents maintain a high-signal environment for better decision-making.
This framework moves beyond basic retrieval by categorizing information into specific high-value silos like commitments, preferences, and corrections. It ensures that the agent doesn't just remember everything, but specifically remembers the right thing at the right time, making it an essential component for any advanced AI workflow.
To initialize the memory framework for Openclaw Skills, set up the following directory structure in your agent's workspace:
mkdir -p memory/contexts
touch memory/commitments.md memory/preferences.md memory/corrections.md memory/decisions.md memory/relationships.md
Ensure your agent has read/write permissions to this directory to allow for real-time memory updates and hygiene tasks.
The skill utilizes a functional file-based taxonomy to organize data for optimal retrieval:
| File | Purpose | Data Type |
|---|---|---|
commitments.md |
Promises, deadlines, and deliverables | Task/Date |
preferences.md |
User likes, dislikes, and style constraints | Preference |
corrections.md |
Negative feedback and mistakes to avoid | Constraint |
decisions.md |
Rationale for specific paths chosen | Log |
contexts/*.md |
State data for specific projects or clients | State |
Was: X, Now: Y) rather than silent overwriting.Loading
A comprehensive guide and utility for writing efficient, secure, and cross-engine compatible regular expressions.

An AI skill that enables agents to self-critique, learn from mistakes, and proactively surface lessons to reduce revision rounds.

A high-performance skill for managing Redis caching, message queues, and complex data structures with atomicity and memory safety.

A comprehensive AI assistant for sourcing candidates, screening resumes, and managing professional hiring pipelines with a focus on impact and equity.

A comprehensive remote access management skill for establishing secure RDP, VNC, and SSH X11 connections with automated tunneling.

Streamline your application deployment process on Render with automated codebase analysis and Blueprint generation.








































