A dedicated CLI utility for migrating OpenClaw configurations, skills, and environment data to a new host via SSH.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-migrate
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openclaw-migrate using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenClaw Migration Skill provides an automated, secure workflow for transferring an entire OpenClaw instance from one host to another. By leveraging SSH, it ensures that your agent's memory, installed skills, and complex configurations remain persistent during hardware upgrades or server transitions.
This utility is a vital component for users who rely on Openclaw Skills and need a reliable way to scale or relocate their AI agent infrastructure without manual reconfiguration. It handles everything from directory synchronization to environment variable persistence, ensuring your agent environment is ready for production on a new machine in minutes.
Before starting, ensure you have SSH access to the target host and NPM installed. Install the skill and then configure your migration target using the following commands:
# Initialize the migration target configuration
openclaw-migrate setup
# Verify the connection to the new host
openclaw-migrate test
# Execute the full migration
openclaw-migrate migrate
Follow the interactive prompts to provide the host IP, SSH username, and path to your SSH key.
The migration skill maps the following data structures and directories across systems to ensure consistency:
| Data Type | Path / Source | Description |
|---|---|---|
| Workspace | ~/.openclaw/ |
Contains skills, local memory, and core workspace config |
| Global Config | ~/.config/openclaw/ |
System-level settings and host preferences |
| Environment | API Tokens | Keys for Home Assistant, GitHub, Brave, and Google |
| Automation | Crontab | Scheduled tasks and periodic agent triggers |
Loading
SkillStore is an intelligent package manager designed to search, install, and create Openclaw Skills through a unified CLI interface.

A high-performance, headless OpenClaw client optimized for remote Ubuntu and Raspbian server environments.

A command-line interface for managing and controlling smart home devices through the Home Assistant API.

A unified web-based terminal interface for real-time task management, system monitoring, and network tracking.

A comprehensive CLI manager for discovering, installing, and bootstrapping Openclaw Skills with an intelligent relevance-based search engine.

A comprehensive integration for managing Gandi.net domains, DNS records, and email forwarding using automated Node.js scripts.








































