clawd-migrate
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill clawd-migrate --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Clawd Migrate?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-clawd-migrate)More formats (shields.io, HTML) on the badges page.
---
name: clawd-migrate
description: "clawd-migrate"
---
# clawd-migrate
Migrate from **moltbot** or **clawdbot** to **openclaw**. Preserves config, memory, and clawdbook (Moltbook) data safely on any system.
## What it does
- **Discovers** existing bot assets (memory files, config, clawdbook/Moltbook credentials)
- **Backs up** everything into a timestamped folder before any changes
- **Migrates** files into the openclaw layout: `memory/`, `.config/openclaw/`, `.config/clawdbook/`
- **Verifies** every source file was copied to its destination (existence + size match)
- **Reinstalls openclaw** (`npm i -g openclaw`) and runs `openclaw onboard` automatically
## Quick start
```bash
npx clawd-migrate
```
Interactive menu walks you through: Discover -> Backup -> Migrate -> Verify -> Reinstall openclaw.
## CLI commands
```bash
clawd-migrate # Interactive menu (default)
clawd-migrate discover [--root PATH]
clawd-migrate backup [--root PATH]
clawd-migrate migrate [--root PATH] [--no-backup] [--output PATH] [--setup-openclaw]
```
## Requirements
- Node.js 14+
- Python 3.x
## What gets migrated
- **Memory/identity:** SOUL.md, USER.md, TOOLS.md, IDENTITY.md, AGENTS.md, MEMORY.md
- **Config:** `.config/moltbook/`, `.config/moltbot/`
- **Clawdbook/Moltbook:** Kept under `.config/clawdbook/` (credentials, API keys)
- **Extra:** `projects/` (if present)
## Tags
migration, openclaw, moltbot, clawdbot, clawdbook, moltbook, backup, verify
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!