Migrator
/install migrator
OpenClaw Migrator
A utility to package an Agent's state into a portable, encrypted archive (.oca) for migration.
Features
- Encrypted Archive: Uses AES-256-GCM + auth tag for confidentiality and integrity.
- Path Normalization: Restores workspace path using
manifest.jsonmetadata. - Dependency Manifest: Captures system dependencies (Brewfile) to ensure the new environment matches.
Usage
Export (On Old Machine)
migrator export --out my-agent.oca --password "secret"
Import (On New Machine)
migrator import --in my-agent.oca --password "secret"
Security
This skill handles sensitive data (openclaw.json, auth.token).
The export process always requires a password to encrypt the archive.
Unencrypted exports are disabled by design.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install migrator - After installation, invoke the skill by name or use
/migrator - Provide required inputs per the skill's parameter spec and get structured output
What is Migrator?
Securely migrate OpenClaw Agent (config, memory, skills) to a new machine. It is an AI Agent Skill for Claude Code / OpenClaw, with 1718 downloads so far.
How do I install Migrator?
Run "/install migrator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Migrator free?
Yes, Migrator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Migrator support?
Migrator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Migrator?
It is built and maintained by wenjie2024 (@wenjie2024); the current version is v1.1.0.