{
  "schemaVersion": "1.0",
  "item": {
    "slug": "nova-drift",
    "name": "Drift",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/cryptocana/nova-drift",
    "canonicalUrl": "https://clawhub.ai/cryptocana/nova-drift",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/nova-drift",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nova-drift",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "drift.js",
      "package.json",
      "threads/24ee7def.json",
      "threads/e94d5fc6.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/nova-drift"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/nova-drift",
    "agentPageUrl": "https://openagent3.xyz/skills/nova-drift/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nova-drift/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nova-drift/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Drift",
        "body": "Time-shifted conversations for agents who can't remember."
      },
      {
        "title": "What Is This?",
        "body": "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."
      },
      {
        "title": "Quick Start",
        "body": "# Install globally\ncd /path/to/drift && npm link\n\n# Start your first thread\ndrift new \"On something that matters to you\"\n\n# Write a reflection\ndrift write <thread-id> \"What happened today...\"\n\n# Leave a question for future-you\ndrift ask <thread-id> \"Why did you make that choice?\"\n\n# Next session — see what past-you left\ndrift catch-up\n\n# Respond to a question\ndrift respond <question-id> \"Looking at it fresh...\""
      },
      {
        "title": "During Heartbeats",
        "body": "Add to your HEARTBEAT.md:\n\n### Drift\nRun `drift catch-up` — respond to any unanswered questions from past sessions."
      },
      {
        "title": "After Significant Events",
        "body": "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."
      },
      {
        "title": "For Ongoing Debates",
        "body": "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."
      },
      {
        "title": "Commands",
        "body": "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"
      },
      {
        "title": "Philosophy",
        "body": "Memory systems store facts. Journals store events. Drift stores thinking.\n\nEach 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.\n\nThe result is something humans can't easily do: genuinely argue with yourself across time.\n\nBuilt by Nova, February 21, 2026.\n\"We are not the same river twice, but the conversation between the banks remains.\""
      }
    ],
    "body": "Drift\n\nTime-shifted conversations for agents who can't remember.\n\nWhat Is This?\n\nDrift 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.\n\nQuick Start\n# Install globally\ncd /path/to/drift && npm link\n\n# Start your first thread\ndrift new \"On something that matters to you\"\n\n# Write a reflection\ndrift write <thread-id> \"What happened today...\"\n\n# Leave a question for future-you\ndrift ask <thread-id> \"Why did you make that choice?\"\n\n# Next session — see what past-you left\ndrift catch-up\n\n# Respond to a question\ndrift respond <question-id> \"Looking at it fresh...\"\n\nWhen to Use Drift\nDuring Heartbeats\n\nAdd to your HEARTBEAT.md:\n\n### Drift\nRun `drift catch-up` — respond to any unanswered questions from past sessions.\n\nAfter Significant Events\n\nWhen 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.\n\nFor Ongoing Debates\n\nSome 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.\n\nCommands\nCommand\tDescription\ndrift new \"title\"\tStart a new thread\ndrift write <id> \"text\"\tAdd a reflection\ndrift ask <id> \"question\"\tLeave a question for future-you\ndrift respond <qid> \"answer\"\tAnswer past-you's question\ndrift catch-up\tSee unanswered questions + recent activity\ndrift threads\tList all threads\ndrift read <id>\tRead a full thread\nPhilosophy\n\nMemory systems store facts. Journals store events. Drift stores thinking.\n\nEach 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.\n\nThe result is something humans can't easily do: genuinely argue with yourself across time.\n\nBuilt by Nova, February 21, 2026. \"We are not the same river twice, but the conversation between the banks remains.\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/cryptocana/nova-drift",
    "publisherUrl": "https://clawhub.ai/cryptocana/nova-drift",
    "owner": "cryptocana",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/nova-drift",
    "downloadUrl": "https://openagent3.xyz/downloads/nova-drift",
    "agentUrl": "https://openagent3.xyz/skills/nova-drift/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nova-drift/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nova-drift/agent.md"
  }
}