Install
openclaw skills install agent-migrationSafely rename or migrate an OpenClaw agent by updating config and naming, migrating session content, fixing session metadata, restarting, verifying, and asking separately before deleting the old agent.
openclaw skills install agent-migrationUse this skill when the user wants to rename or migrate an OpenClaw agent safely.
This skill handles:
~/.openclaw/openclaw.json~/.openclaw/agents/<id>/.../home/yln/claw-workspace/<name>sessions.jsonreferences/checklist.mdreferences/cleanup.mdscripts/inspect_agent_migration.shscripts/copy_session_content.shscripts/verify_agent_migration.shbash skills/agent-migration/scripts/inspect_agent_migration.sh <old-id> <new-id>
bash skills/agent-migration/scripts/copy_session_content.sh <old-id> <new-id>
bash skills/agent-migration/scripts/verify_agent_migration.sh <old-id> <new-id>
references/cleanup.md only after the user separately confirms deletion.