ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Clawd Migrate

Skill by calabiyauman

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/calabiyauman/clawd-migrate
Or

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

npx clawd-migrate

Interactive menu walks you through: Discover -> Backup -> Migrate -> Verify -> Reinstall openclaw.

CLI commands

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

Metadata

Stars4072
Views0
Updated2026-04-13
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-calabiyauman-clawd-migrate": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.