Quick start
The npm package is agentmove-cli (the bare agentmove name collides with
an existing package under npm’s hyphen-insensitive naming rules), but the
installed command is still agentmove:
npm install -g agentmove-cli # installs the `agentmove` commandagentmove doctorOr one-off with npx:
# See which agent clients live on this machine and what can be migratednpx agentmove-cli doctor
# Preview a migration (nothing is written without --apply)npx agentmove-cli convert openclaw hermes
# Actually migrate — existing files are backed up to ~/.agentmove/backups firstnpx agentmove-cli convert openclaw hermes --applyOr go through a portable bundle:
npx agentmove-cli export claude-code -o my-agentnpx agentmove-cli import codex -i my-agent --apply