What problem does it solve?
Migrating an existing OpenClaw setup into HiClaw’s managed Worker environment is complex and easy to get wrong because runtime, storage, communication, and scheduling behaviors all change during the move.
Core Features & Use Cases
- Dependency discovery: Analyzes your current OpenClaw workspace, skills, shell history, and cron payloads to identify extra system packages, Python packages, and Node packages you may need in a custom worker image.
- Config migration guidance: Helps you adapt
AGENTS.md, SOUL.md, and cron jobs to match HiClaw’s Manager-Workers architecture and Matrix-based communication.
- Migration package generation: Bundles the migrated configuration, your custom skills, cron adaptations, and an installation Dockerfile into a ZIP ready for import into HiClaw.
Quick Start
Run the migration analysis script with your OpenClaw state directory and review the generated tool-analysis report to know what to include in your custom worker image.