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:
- Click "Create New Key"
- Give it a name (e.g., "MacBook Pro")
- 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 account4. 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:
- Install OpenClaw on the new machine
- Install the ClawClone skill:
clawhub install clawclone - Set your API key:
export CLAWCLONE_API_KEY="your_key" - Clone the backup:
clawclone clone --id BACKUP_ID
Next Steps
- Read about best practices for managing backups
- Learn about cloud storage and security
- Explore advanced migration scenarios