Skip to content

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:

Terminal window
npm install -g agentmove-cli # installs the `agentmove` command
agentmove doctor

Or one-off with npx:

Terminal window
# See which agent clients live on this machine and what can be migrated
npx 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 first
npx agentmove-cli convert openclaw hermes --apply

Or go through a portable bundle:

Terminal window
npx agentmove-cli export claude-code -o my-agent
npx agentmove-cli import codex -i my-agent --apply