← 返回
效率工具 中文

Migrate

Export and import Clawdbot installations for migration between machines. Use when the user wants to migrate Clawdbot to a new computer, backup their setup, or restore from a backup. Handles workspace files, config, WhatsApp sessions, and optionally credentials.
导出和导入 Clawdbot 安装配置,用于设备间迁移。当用户需将 Clawdbot 迁移至新电脑、备份或恢复设置时使用。支持处理工作区文件、配置、WhatsApp 会话及可选的凭据信息。
mrgoodb
效率工具 clawhub v1.0.0 1 版本 99761.9 Key: 无需
★ 0
Stars
📥 2,095
下载
💾 5
安装
1
版本
#latest

概述

Clawdbot Migration

Export and import complete Clawdbot installations.

Export

Create a portable archive of the current installation:

bash scripts/export.sh

Options:

  • --output, -o PATH — Output directory (default: current)
  • --workspace PATH — Workspace path (default: ~/clawd)
  • --include-sessions — Include session transcripts
  • --include-credentials — Include credentials ⚠️ handle with care

Example:

bash scripts/export.sh -o /tmp --include-sessions

Creates: clawdbot-export-YYYYMMDD_HHMMSS.tar.gz

Import

Restore from an export archive on a new machine:

bash scripts/import.sh <archive.tar.gz>

Options:

  • --workspace PATH — Target workspace (default: ~/clawd)
  • --force, -f — Overwrite without prompting

Example:

bash scripts/import.sh clawdbot-export-20260129_120000.tar.gz --force

What's Included

ComponentDefaultFlag
--------------------------
Workspace (~/clawd)
Config (clawdbot.json)
Managed skills
WhatsApp session
Session transcripts--include-sessions
Credentials--include-credentials

Excluded from workspace (can be rebuilt):

node_modules/, .next/, .open-next/, .vercel/, .wrangler/, .git/, dist/, build/

Migration Workflow

  1. On old machine:

```bash

bash scripts/export.sh -o ~/Desktop

```

  1. Transfer archive to new machine (scp, USB, cloud, etc.)
  1. On new machine:

```bash

npm install -g clawdbot

bash scripts/import.sh ~/clawdbot-export-*.tar.gz

cd ~/clawd && clawdbot gateway start

```

WhatsApp session transfers automatically — no re-scan needed.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 18:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Gamma Presentations

mrgoodb
使用Gamma的AI API创建演示文稿、文档、社交帖子和网站。当需要通过Gamma创建幻灯片、演示稿、文档或网页内容时使用。
★ 2 📥 3,103
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,776
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,177