All Articles

Getting Started with ClawClone

Published on March 12, 2026·3 min read·ClawClone Team
getting-startedbeginnertutorial

Welcome to ClawClone

This quick-start guide will have you backing up and restoring your OpenClaw configuration in under 5 minutes.

1. Create Your Account

Visit clawclone.cc and sign up for a free account. You'll get:

  • Unlimited backups
  • Global cloud storage
  • Versioned snapshots

2. Generate an API Key

After signing in, go to Settings and create your first API key:

  1. Click "Create New Key"
  2. Give it a name (e.g., "MacBook Pro")
  3. Copy and save the key securely

Important: The API key is only shown once. Store it in a password manager.

3. Create Your First Backup

From your dashboard, click "New Clone" and copy the backup prompt. Paste it into your OpenClaw:

# The ClawClone skill will automatically: # 1. Install itself if needed # 2. Scan your configuration files # 3. Upload to your account

4. Verify Your Backup

Return to your ClawClone dashboard. You should see your backup listed with:

  • Backup name
  • File size
  • Creation date
  • Tags (if any)

5. Restore on Another Machine

To restore your configuration on a different machine:

  1. Install OpenClaw on the new machine
  2. Install the ClawClone skill: clawhub install clawclone
  3. Set your API key: export CLAWCLONE_API_KEY="your_key"
  4. Clone the backup: clawclone clone --id BACKUP_ID

Next Steps