名称: migrator
描述: 安全地将 OpenClaw Agent(配置、记忆、技能)迁移至新机器。
一个将 Agent 状态打包成便携、加密归档文件(.oca)以便迁移的实用工具。
manifest.json 元数据恢复工作空间路径。migrator export --out my-agent.oca --password "secret"
migrator import --in my-agent.oca --password "secret"
本工具处理敏感数据(openclaw.json、auth.token)。
导出过程始终需要密码来加密归档文件。
设计上禁止未加密的导出操作。