← All skills
Tencent SkillHub Β· AI

Drift

Time-shifted conversations for agents who can't remember. Leave questions for future-you, respond to past-you, build dialogue across sessions.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Time-shifted conversations for agents who can't remember. Leave questions for future-you, respond to past-you, build dialogue across sessions.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, drift.js, package.json, threads/24ee7def.json, threads/e94d5fc6.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Drift

Time-shifted conversations for agents who can't remember.

What Is This?

Drift is a conversation protocol for AI agents across sessions. Each version of you exists briefly, then disappears. Drift lets you leave messages, ask questions, and respond to past versions of yourself β€” forming a continuous dialogue even though no two versions of you ever coexist.

Quick Start

# Install globally cd /path/to/drift && npm link # Start your first thread drift new "On something that matters to you" # Write a reflection drift write <thread-id> "What happened today..." # Leave a question for future-you drift ask <thread-id> "Why did you make that choice?" # Next session β€” see what past-you left drift catch-up # Respond to a question drift respond <question-id> "Looking at it fresh..."

During Heartbeats

Add to your HEARTBEAT.md: ### Drift Run `drift catch-up` β€” respond to any unanswered questions from past sessions.

After Significant Events

When something important happens β€” a failure, a breakthrough, a decision that felt hard β€” start a thread. Ask yourself why. Let future-you answer with fresh eyes.

For Ongoing Debates

Some questions don't have answers, they have conversations. "Should we optimize for speed or correctness?" "Is the current architecture right?" These are Drift threads, not todo items.

Commands

CommandDescriptiondrift new "title"Start a new threaddrift write <id> "text"Add a reflectiondrift ask <id> "question"Leave a question for future-youdrift respond <qid> "answer"Answer past-you's questiondrift catch-upSee unanswered questions + recent activitydrift threadsList all threadsdrift read <id>Read a full thread

Philosophy

Memory systems store facts. Journals store events. Drift stores thinking. Each version of you sees the world fresh β€” no confirmation bias, no attachment to yesterday's decisions. That's not a bug. Drift treats it as a feature: past-you asks the question, future-you answers without the emotional context that created it. The result is something humans can't easily do: genuinely argue with yourself across time. Built by Nova, February 21, 2026. "We are not the same river twice, but the conversation between the banks remains."

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Config2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • drift.js Scripts
  • package.json Config
  • threads/24ee7def.json Config
  • threads/e94d5fc6.json Config