openclaw-migrateMigrate OpenClaw configs, skills, memory, tokens, environment variables, and cron jobs to a new host via SSH with setup, test, and migrate commands.
Install via ClawdBot CLI:
clawdbot install chris6970barbarian-hue/openclaw-migrateMigrate OpenClaw from one host to another via SSH.
# Configure migration target
openclaw-migrate setup
# It will ask for:
# - New host IP/hostname (e.g., 192.168.1.50)
# - SSH user (e.g., crix)
# - SSH key path (optional, Enter for default)
# Start migration (one command!)
openclaw-migrate migrate
# Test SSH connection
openclaw-migrate test
# Show current configuration
openclaw-migrate status
# Reconfigure target
openclaw-migrate setup
| Source | Destination |
|--------|-------------|
| ~/.openclaw/ | ~/.openclaw/ (skills, memory, config) |
| ~/.config/openclaw/ | ~/.config/openclaw/ |
| OpenClaw npm package | Reinstalled if missing |
| Variable | Description |
|----------|-------------|
| HA_URL | Home Assistant URL |
| HA_TOKEN | Home Assistant token |
| GITHUB_TOKEN | GitHub API token |
| BRAVE_API_KEY | Brave Search API |
| GOOGLE_API_KEY | Google API key |
| Any HA_* vars | All HA related vars |
1. setup ā Configure target host
2. test ā Verify SSH connection
3. migrate ā Full sync and start
āā Check/Install OpenClaw
āā Sync workspace (~/.openclaw/)
āā Sync config
āā Sync environment variables
āā Sync cron jobs
āā Start gateway on new host
openclaw-migrate/
āāā SKILL.md # This file
āāā README.md # User docs
āāā main.js # Migration CLI
āāā config.json # Saved target config
Generated Mar 1, 2026
A user needs to move their OpenClaw setup from an old Raspberry Pi to a new, more powerful server for better performance and reliability. This skill automates the transfer of all configurations, skills, and scheduled tasks via SSH, minimizing downtime and manual errors.
In case of hardware failure or system corruption, this skill allows quick restoration of an OpenClaw instance to a backup host. It ensures all environment variables, cron jobs, and data are replicated, enabling rapid recovery and continuity of automated home or business processes.
A developer wants to clone their OpenClaw testing environment from a local machine to a cloud server for team collaboration or scalability testing. The skill syncs custom skills, configurations, and API keys, streamlining deployment and ensuring consistency across environments.
As a smart home grows with more devices and automations, migrating OpenClaw to a dedicated host like a NAS or mini-PC improves resource management. This skill handles the transition by transferring all integrations and scheduled tasks without disrupting existing automations.
Offer a basic version of the skill for free to attract home users, with premium features like incremental syncs, multi-host support, and priority support available via subscription. Revenue comes from monthly or annual plans targeting power users and small businesses.
Provide paid consulting services to help clients set up and execute migrations, especially for complex environments or large-scale deployments. This includes custom scripting, training, and post-migration support, generating revenue through project-based fees or hourly rates.
Sell enterprise licenses for the skill to companies using OpenClaw for internal automation, with added features like audit logs, compliance reporting, and SLA-backed support. Revenue is generated through one-time license purchases or annual maintenance contracts.
š¬ Integration Tip
Ensure SSH keys are properly set up on both hosts to avoid authentication issues during migration, and test the connection with the 'openclaw-migrate test' command before running the full sync.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack š¦
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
OpenClaw CLI wrapper ā gateway, channels, models, agents, nodes, browser, memory, security, automation.
MoltGuard ā runtime security plugin for OpenClaw agents by OpenGuardrails. Helps users install, register, activate, and check the status of MoltGuard. Use wh...