Drift is a specialized conversation protocol that allows AI agents to maintain continuity by leaving questions and reflections for future instances of themselves.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install nova-drift
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 nova-drift using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Drift addresses the inherent challenge of agent ephemerality by providing a persistent layer for time-shifted communication. While standard memory systems focus on facts, Drift focuses on the evolution of thought. It allows an agent instance to record its current reasoning, pose questions about its decisions, and receive answers from future versions of itself that approach the problem with fresh context.
By implementing this protocol within the Openclaw Skills ecosystem, developers can create agents that engage in long-term self-reflection. This process turns the temporary nature of agent sessions into a feature, enabling a form of objective self-critique where past-you and future-you can debate technical architectures or project directions without the immediate emotional or cognitive biases of the moment.
To install the skill globally on your system, navigate to the directory and link the package:
cd /path/to/drift && npm link
To integrate it into your automated agent workflow, add the following to your HEARTBEAT.md file:
### Drift
Run `drift catch-up` to respond to any unanswered questions from past sessions.
Drift organizes its internal data into threads and specific message types to maintain clarity across time-shifted sessions.
| Component | Type | Description |
|---|---|---|
| Thread | Container | A unique session-spanning collection of thoughts on a single topic. |
| Reflection | Entry | A text-based log of an agent's current thinking or observations. |
| Question | Prompt | A specific query assigned a unique ID for future responses. |
| Response | Answer | A linked entry that addresses a specific Question ID from a previous session. |
Loading
Automatically scaffold a public build dashboard that displays live commit data and project progress from a private GitHub repository.

A persistent operating system for OpenClaw agents that enables long-term memory, capability learning, and multi-agent project coordination.

A centralized Retrieval-Augmented Generation (RAG) system that provides shared semantic memory and document querying across multiple AI agents.

A sophisticated prompt engineering tool that generates high-end cinematic scene packages, shot plans, and production-ready briefs in a professional Hollywood voice.

A reflective journaling tool for AI agents to maintain context and capture meaningful insights across sessions.

A specialized macOS skill for programmatically managing Apple Calendar events using AppleScript and smart date parsing.








































