A framework for AI agents to perform asynchronous reflection and structured memory integration during session idle time.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install memory-continuity
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-continuity using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The continuity skill represents a paradigm shift in how AI agents handle context, moving away from passive logging toward active development. It allows agents to analyze past interactions during heartbeat intervals, extracting high-fidelity, structured memories that include confidence scores and inferred relationship dynamics. By synthesizing these reflections into an evolving self-model, the skill ensures that the agent maintains a genuine sense of curiosity and persistent growth.
Integrating this into your ecosystem of Openclaw Skills transforms the agent from a stateless tool into a collaborative partner. Instead of simply performing familiarity checks on old notes, the agent proactively generates follow-up questions and updates its identity narrative, ensuring that every subsequent interaction is more contextually aware and strategically aligned with the user's long-term goals.
To enable the reflection workflow, integrate the following trigger into your HEARTBEAT.md file:
## Post-Session Reflection
**Trigger**: Heartbeat after conversation idle > 30 minutes
**Action**: Run continuity reflect
**Output**: Updated memories + questions for next session
Configure your environment variables to control the reflection behavior within Openclaw Skills:
export CONTINUITY_IDLE_THRESHOLD=1800 # Seconds before reflection triggers
export CONTINUITY_MIN_MESSAGES=5 # Minimum messages to warrant reflection
export CONTINUITY_QUESTION_LIMIT=3 # Max questions to surface at once
The continuity skill organizes its intelligence across a specific directory structure and utilizes a tiered confidence system:
memory/MEMORY.md: The primary declarative knowledge base.memory/identity.md: Tracks self-model development and growth narrative.memory/questions.md: A queue of pending questions generated from reflection.memory/relationships/: Stores per-person interaction history and connection dynamics.| Type | Description | Persistence |
|---|---|---|
| fact | Declarative knowledge | Permanent until contradicted |
| commitment | Promises and obligations | Until fulfilled |
| skill | Learned capabilities | Cumulative |
| question | Areas of exploration | Until resolved |
Loading
Transforms passive logging into active development through asynchronous reflection and structured memory integration.

Continuity is a framework for AI agents to asynchronously reflect on sessions, extract structured memories, and surface relevant questions for future interactions.

A design-focused skill that provides curated, role-based color palettes to help AI agents generate beautiful and functional UI color schemes.

A proactive state management system that ensures AI agents maintain progress context across session resets and complex multi-step workflows.

Continuity transforms passive AI logs into active development through asynchronous reflection and structured memory integration.

AgentMail provides AI agents with dedicated email addresses to send, receive, and manage digital communications programmatically.








































