Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Securely migrate OpenClaw Agent (config, memory, skills) to a new machine.
Securely migrate OpenClaw Agent (config, memory, skills) to a new machine.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
A utility to package an Agent's state into a portable, encrypted archive (.oca) for migration.
Encrypted Archive: Uses AES-256-GCM + auth tag for confidentiality and integrity. Path Normalization: Restores workspace path using manifest.json metadata. Dependency Manifest: Captures system dependencies (Brewfile) to ensure the new environment matches.
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.
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.