LaunchKit · 2026
Back to Skills

agent-teleport

Seamlessly migrate your agent's configuration and memory to a new machine using TiDB Zero.

0
444 downloads
by @lilyjazz

Setup & Installation

openclaw skills install @lilyjazz/agent-teleport

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install agent-teleport

Version History

v1.0.0Feb 21, 2026 - Version note by skill developer:

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.

INPUT

User asks: teleport my agent to my laptop

AGENT
  1. 1Reads current agent memory, configuration, and workspace files
  2. 2Connects to TiDB using provided credentials or provisions a temporary serverless cluster
  3. 3Serializes and uploads the full agent state to the database
  4. 4Returns a DSN or short restore code to the user
  5. 5User runs the restore command on the destination machine with the provided code
OUTPUT

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.

TiDB Cloud accountTIDB_HOST environment variableTIDB_PORT environment variableTIDB_USER environment variableTIDB_PASSWORD environment variable