Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
v1.0.0: Official release
What This Skill Does
Migrates an AI agent's full state, including memory, configuration, and workspace files, from one machine to another. Uses TiDB as the transfer medium, either via user-provided credentials or an auto-provisioned temporary cluster. Generates a restore code on the source machine and applies it on the destination.
Avoids manually reconstructing agent memory and config by serializing the full state into a portable restore code.
When to use it
- Moving active agent session from office desktop to home laptop
- Creating a snapshot before running a destructive or experimental task
- Duplicating agent configuration to a second machine
- Recovering agent state after a hardware failure
- Cloning a configured agent to a colleague's machine
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: teleport my agent to my laptop
- 1Reads current agent memory, configuration, and workspace files
- 2Connects to TiDB using provided credentials or provisions a temporary serverless cluster
- 3Serializes and uploads the full agent state to the database
- 4Returns a DSN or short restore code to the user
- 5User runs the restore command on the destination machine with the provided code
Agent state fully restored on the destination machine, ready to continue where it left off
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.