Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Migrate OpenClaw configs, skills, memory, tokens, environment variables, and cron jobs to a new host via SSH with setup, test, and migrate commands.
Migrate OpenClaw configs, skills, memory, tokens, environment variables, and cron jobs to a new host via SSH with setup, test, and migrate commands.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Migrate OpenClaw from one host to another via SSH.
Name: openclaw-migrate Type: OpenClaw Skill Purpose: Migrate all OpenClaw config, skills, memory, tokens to new host
SSH access to new host SSH key (recommended for automation) NPM installed on new host
# 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
SourceDestination~/.openclaw/~/.openclaw/ (skills, memory, config)~/.config/openclaw/~/.config/openclaw/OpenClaw npm packageReinstalled if missing
VariableDescriptionHA_URLHome Assistant URLHA_TOKENHome Assistant tokenGITHUB_TOKENGitHub API tokenBRAVE_API_KEYBrave Search APIGOOGLE_API_KEYGoogle API keyAny HA_* varsAll HA related vars
Cron jobs (via crontab) OpenClaw gateway configuration
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
SSH connection failed: Show retry option OpenClaw not on remote: Offer to install Sync failed: Report which files failed Config missing: Prompt for setup
skillstore (search/install skills)
openclaw-migrate/ โโโ SKILL.md # This file โโโ README.md # User docs โโโ main.js # Migration CLI โโโ config.json # Saved target config
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.