Install
openclaw skills install openclaw-migratorSecurely migrate OpenClaw Agent (config, memory, skills) to a new machine.
openclaw skills install openclaw-migratorA utility to package an Agent's state into a portable, encrypted archive (.oca) for migration.
manifest.json metadata.migrator export --out my-agent.oca --password "secret"
migrator import --in my-agent.oca --password "secret"
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.