{
  "schemaVersion": "1.0",
  "item": {
    "slug": "claw-backup",
    "name": "Claw Backup",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/vidarbrekke/claw-backup",
    "canonicalUrl": "https://clawhub.ai/vidarbrekke/claw-backup",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/claw-backup",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-backup",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "install-launchagent.sh",
      "setup.js"
    ],
    "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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/claw-backup"
    },
    "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/claw-backup",
    "agentPageUrl": "https://openagent3.xyz/skills/claw-backup/agent",
    "manifestUrl": "https://openagent3.xyz/skills/claw-backup/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/claw-backup/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": "Claw Backup",
        "body": "Version: 1.0.15\n\nOpenClaw backup skill — schedules backups of your OpenClaw data (memory, config, skills, workspace) to an rclone destination (e.g. Google Drive). Works on macOS, Linux, and Windows (via Git Bash or WSL)."
      },
      {
        "title": "What it does",
        "body": "Backs up clawd memory, ~/.openclaw (config, skills, modules, workspace, cron), clawd/scripts, and Dev/CursorApps/clawd (excluding node_modules)\nRuns on a schedule (macOS LaunchAgent, Linux cron, or Windows Task Scheduler)\nApplies local and remote retention so old backups are pruned\nSupports rclone (cloud) or local-only upload mode"
      },
      {
        "title": "Before you install",
        "body": "Do not run curl ... | node (or any one-liner) without first inspecting the script. Prefer git clone and open setup.js and install-launchagent.sh (or the cron/Task Scheduler scripts) to review what they will do.\nVerify the code in setup.js and the scheduler installer: confirm only the expected paths are archived and that there is no unexpected network use or commands. If you are uncomfortable reviewing the scripts, do not install.\nConfirm repository identity: official source is github.com/vidarbrekke/ClawBackup. The version in this SKILL.md (frontmatter and \"Version\" line) is the source of truth; the registry may show a different revision number.\nUse encryption for sensitive backups: an encrypted rclone remote (e.g. rclone crypt) or encrypt archives yourself before offsite storage.\nAfter installation: inspect your LaunchAgent plist, crontab, or Task Scheduler entries, and run a test backup to a local destination first before using a cloud remote."
      },
      {
        "title": "Restore notes",
        "body": "Each archive includes RESTORE_NOTES.txt with the correct restore targets based\non the configured paths. In general:\n\nopenclaw_config/skills → ~/.openclaw/skills\ncursorapps_clawd/skills → ~/Dev/CursorApps/clawd/skills (or your chosen path)"
      },
      {
        "title": "Quick start",
        "body": "Prerequisites: Node.js, rclone configured for Google Drive, and Bash (or Git Bash on Windows).\n\nrclone is only required when upload mode is rclone.\n\n\n\nRecommended install (review first):\ngit clone https://github.com/vidarbrekke/ClawBackup.git\ncd ClawBackup\nnode setup.js\n\n\n\nQuick install (not recommended): Only use if you have already inspected the script. Do not run without review:\ncurl -fsSL https://raw.githubusercontent.com/vidarbrekke/ClawBackup/main/setup.js | node\n\n\n\nFollow the prompts (or use node setup.js --defaults for default paths). Then run the printed test command and install the scheduler as shown."
      },
      {
        "title": "Security notes",
        "body": "Backups may contain sensitive data (OpenClaw config, memory, and skills).\nSetup can install recurring scheduler entries (LaunchAgent/cron/Task Scheduler); inspect these after install.\nIn cloud mode, credentials come from your existing rclone config; no extra env vars are required by this repo.\nPrefer encrypted destinations (e.g. rclone crypt) or encrypt archives before offsite storage.\nArchives include checksum files (.sha256) for integrity checks."
      },
      {
        "title": "Repo and contributions",
        "body": "Code and full docs: github.com/vidarbrekke/ClawBackup\nImprovements welcome: Open issues or pull requests on the GitHub repo. The project is open for refinements, fixes, and features from any OpenClaw user."
      },
      {
        "title": "License",
        "body": "MIT"
      }
    ],
    "body": "Claw Backup\n\nVersion: 1.0.15\n\nOpenClaw backup skill — schedules backups of your OpenClaw data (memory, config, skills, workspace) to an rclone destination (e.g. Google Drive). Works on macOS, Linux, and Windows (via Git Bash or WSL).\n\nWhat it does\nBacks up clawd memory, ~/.openclaw (config, skills, modules, workspace, cron), clawd/scripts, and Dev/CursorApps/clawd (excluding node_modules)\nRuns on a schedule (macOS LaunchAgent, Linux cron, or Windows Task Scheduler)\nApplies local and remote retention so old backups are pruned\nSupports rclone (cloud) or local-only upload mode\nBefore you install\nDo not run curl ... | node (or any one-liner) without first inspecting the script. Prefer git clone and open setup.js and install-launchagent.sh (or the cron/Task Scheduler scripts) to review what they will do.\nVerify the code in setup.js and the scheduler installer: confirm only the expected paths are archived and that there is no unexpected network use or commands. If you are uncomfortable reviewing the scripts, do not install.\nConfirm repository identity: official source is github.com/vidarbrekke/ClawBackup. The version in this SKILL.md (frontmatter and \"Version\" line) is the source of truth; the registry may show a different revision number.\nUse encryption for sensitive backups: an encrypted rclone remote (e.g. rclone crypt) or encrypt archives yourself before offsite storage.\nAfter installation: inspect your LaunchAgent plist, crontab, or Task Scheduler entries, and run a test backup to a local destination first before using a cloud remote.\nRestore notes\n\nEach archive includes RESTORE_NOTES.txt with the correct restore targets based on the configured paths. In general:\n\nopenclaw_config/skills → ~/.openclaw/skills\ncursorapps_clawd/skills → ~/Dev/CursorApps/clawd/skills (or your chosen path)\nQuick start\n\nPrerequisites: Node.js, rclone configured for Google Drive, and Bash (or Git Bash on Windows).\n\nrclone is only required when upload mode is rclone.\n\nRecommended install (review first):\n\ngit clone https://github.com/vidarbrekke/ClawBackup.git\ncd ClawBackup\nnode setup.js\n\n\nQuick install (not recommended): Only use if you have already inspected the script. Do not run without review:\n\ncurl -fsSL https://raw.githubusercontent.com/vidarbrekke/ClawBackup/main/setup.js | node\n\n\nFollow the prompts (or use node setup.js --defaults for default paths). Then run the printed test command and install the scheduler as shown.\n\nSecurity notes\nBackups may contain sensitive data (OpenClaw config, memory, and skills).\nSetup can install recurring scheduler entries (LaunchAgent/cron/Task Scheduler); inspect these after install.\nIn cloud mode, credentials come from your existing rclone config; no extra env vars are required by this repo.\nPrefer encrypted destinations (e.g. rclone crypt) or encrypt archives before offsite storage.\nArchives include checksum files (.sha256) for integrity checks.\nRepo and contributions\nCode and full docs: github.com/vidarbrekke/ClawBackup\nImprovements welcome: Open issues or pull requests on the GitHub repo. The project is open for refinements, fixes, and features from any OpenClaw user.\nLicense\n\nMIT"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/vidarbrekke/claw-backup",
    "publisherUrl": "https://clawhub.ai/vidarbrekke/claw-backup",
    "owner": "vidarbrekke",
    "version": "1.0.7",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/claw-backup",
    "downloadUrl": "https://openagent3.xyz/downloads/claw-backup",
    "agentUrl": "https://openagent3.xyz/skills/claw-backup/agent",
    "manifestUrl": "https://openagent3.xyz/skills/claw-backup/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/claw-backup/agent.md"
  }
}