What problem does it solve? Moving from OpenClaw to NanoClaw v2 requires manually translating agents, groups, credentials, scheduled tasks, and memory files between two structurally different systems, which is error-prone and risks leaking secrets or losing configuration. ## Core Features & Use Cases - Discovery and Extraction: Detects an existing OpenClaw installation, parses its config, and summarizes channels, groups, workspace files, cron jobs, MCP servers, and skills. - Credential Routing: Routes host-side channel tokens (Telegram, Discord, Slack) to .env and container-facing API credentials (Anthropic, OpenAI) to the OneCLI vault, with masked display and no secrets in chat transcripts. - Cron-to-Task Mapping: Converts OpenClaw cron schedules into NanoClaw v2 task rows with cron recurrence expressions and first-run timestamps, flagging intervals that have no clean cron equivalent. - Use Case: A user with an OpenClaw setup containing a Telegram bot, daily memory files, and five cron jobs runs the migration and ends with a registered NanoClaw agent group, migrated identity and memories, credentials in the vault, and tasks scheduled via the agent. ## Quick Start Ask the assistant to migrate from OpenClaw and it will detect your existing installation, then walk you through each migration phase interactively.