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.
Why use this skill?
Learn how to use the migrate skill to export and import your Clawdbot installation. Safely move workspaces, configurations, and WhatsApp sessions.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mrgoodb/migrateWhat This Skill Does
The migrate skill is a robust utility designed to simplify the backup, restoration, and portability of Clawdbot installations. Instead of manually copying configuration files, workspace directories, or re-authenticating sessions, this tool wraps the entire ecosystem into a single compressed archive. It is specifically engineered to handle the nuances of Clawdbot, ensuring that internal state, such as WhatsApp sessions, remains persistent even after moving hardware. By managing the complex file structure of the installation, it allows users to safely migrate their AI workspace between different machines without service interruption.
Installation
To install this skill, use the following command in your Clawdbot terminal:
clawhub install openclaw/skills/skills/mrgoodb/migrate
Use Cases
- Hardware Upgrades: Move your entire AI environment from an old laptop to a new, more powerful machine without reconfiguring settings.
- Disaster Recovery: Maintain periodic backups of your workspace and configurations to prevent data loss in the event of a system failure.
- Environment Synchronization: Keep development and production environments consistent by exporting configurations from one node and applying them to another.
- Portable Setup: Maintain a "golden image" of your customized agent setup to deploy across multiple machines or cloud instances rapidly.
Example Prompts
- "Migrate my current Clawdbot installation to the Desktop and make sure to include my session transcripts so I don't lose the context of my recent conversations."
- "I just got a new machine. Use the archive I saved on my USB drive to restore my Clawdbot workspace, and please force the overwrite so it replaces any existing placeholders."
- "Create a full backup of my workspace and include my saved credentials, as I need to move everything to my home office server today."
Tips & Limitations
- Security Warning: The
--include-credentialsflag should be used with extreme caution. Ensure your storage location is encrypted if you are moving files across public networks or shared cloud storage. - Performance: For large workspaces, the migration script automatically excludes temporary build artifacts like
node_modulesand.gitfolders to keep the archives small and clean. These will be rebuilt during the first startup on the new machine. - WhatsApp Continuity: One of the most powerful features is the automatic migration of WhatsApp sessions. This saves you from performing physical QR code re-scans, as the session tokens are encapsulated directly within the secure export package.
- Dependencies: Always ensure you have installed the global
clawdbotpackage on your destination machine before running the import script to ensure the environment binaries are present.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mrgoodb-migrate": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write
Related Skills
smartsheet
Manage sheets, rows, and columns via Smartsheet API. Automate spreadsheet workflows.
onelogin
Manage users and apps via OneLogin API. Handle SSO and identity management.
google-sheets
Read and write Google Sheets data. Create spreadsheets, update cells, and manage worksheets via Sheets API.
postmark
Send transactional emails with high deliverability via Postmark API. Manage templates, track bounces, and view analytics.
loom
Manage Loom video recordings - list, share, and get analytics via Loom API.