โ† All skills
Tencent SkillHub ยท Developer Tools

Openclaw Migrate

Migrate OpenClaw configs, skills, memory, tokens, environment variables, and cron jobs to a new host via SSH with setup, test, and migrate commands.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Migrate OpenClaw configs, skills, memory, tokens, environment variables, and cron jobs to a new host via SSH with setup, test, and migrate commands.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, main.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

OpenClaw Migration Skill

Migrate OpenClaw from one host to another via SSH.

Skill Metadata

Name: openclaw-migrate Type: OpenClaw Skill Purpose: Migrate all OpenClaw config, skills, memory, tokens to new host

Prerequisites

SSH access to new host SSH key (recommended for automation) NPM installed on new host

Configuration

# 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)

Main Migration

# Start migration (one command!) openclaw-migrate migrate

Other Commands

# Test SSH connection openclaw-migrate test # Show current configuration openclaw-migrate status # Reconfigure target openclaw-migrate setup

Files & Directories

SourceDestination~/.openclaw/~/.openclaw/ (skills, memory, config)~/.config/openclaw/~/.config/openclaw/OpenClaw npm packageReinstalled if missing

Environment Variables

VariableDescriptionHA_URLHome Assistant URLHA_TOKENHome Assistant tokenGITHUB_TOKENGitHub API tokenBRAVE_API_KEYBrave Search APIGOOGLE_API_KEYGoogle API keyAny HA_* varsAll HA related vars

System Data

Cron jobs (via crontab) OpenClaw gateway configuration

Migration Flow

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

Error Handling

SSH connection failed: Show retry option OpenClaw not on remote: Offer to install Sync failed: Report which files failed Config missing: Prompt for setup

Related Skills

skillstore (search/install skills)

Files

openclaw-migrate/ โ”œโ”€โ”€ SKILL.md # This file โ”œโ”€โ”€ README.md # User docs โ”œโ”€โ”€ main.js # Migration CLI โ””โ”€โ”€ config.json # Saved target config

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • main.js Scripts