What problem does it solve? Moving an agent built on OpenClaw into Claude Code means manually copying identity files, memory logs, skills, and cron jobs while avoiding credential leaks and incompatible tool references. This Skill automates that migration end to end. ## Core Features & Use Cases - Workspace discovery and copy: Finds OpenClaw workspaces across multiple roots (including root-owned installs), copies bootstrap files (SOUL.md, IDENTITY.md, USER.md, AGENTS.md), and imports memory with a channel-content privacy guard that quarantines WhatsApp/Telegram-derived logs. - Interactive skills and crons migration: Classifies the source agent's skills and cron jobs as portable, adaptable, or incompatible, imports the selected ones, converts schedules, and registers crons in the local registry. - Post-import parity setup: Configures the memory backend (QMD or builtin), seeds default heartbeat and dreaming crons, writes an IMPORT_BACKLOG.md of skipped items, and logs the import event to memory. - Use Case: You ran an agent named Eva under OpenClaw as root and now run Claude Code as another user. Invoke the import flow to copy Eva's identity, memory, and portable skills, adapt her crons, and get a report of everything that needs manual porting. ## Quick Start Ask the agent to import your OpenClaw agent by saying "import agent eva from openclaw" and follow the interactive prompts.