Security Warning: OpenClaw grants AI full system access

Legacy Command Translator

Following an old tutorial? Convert Clawdbot/Moltbot commands to OpenClaw.

Supply Chain Warning

Old package names (clawdbot, moltbot) may have been hijacked. ONLY install openclaw from the official npm registry.

Old Command (DON'T USE) New Command (USE THIS) Note
clawdbot onboard openclaw onboard Core install command
moltbot onboard openclaw onboard Core install command
clawdbot gateway openclaw gateway Start gateway
moltbot gateway openclaw gateway Start gateway
clawdbot install openclaw plugins install Command structure changed
~/.clawdbot ~/.openclaw Config directory
~/.moltbot ~/.openclaw Config directory
npm install -g clawdbot npm install -g openclaw Old package may be hijacked!
npm install -g moltbot npm install -g openclaw Use official package only

Migration Steps

1. Uninstall old packages:

npm uninstall -g clawdbot moltbot

2. Clear shell cache:

hash -r

3. Install OpenClaw:

npm install -g openclaw@latest

4. Migrate config (automatic):

OpenClaw auto-detects ~/.clawdbot or ~/.moltbot and migrates to ~/.openclaw