/install agent-teleport
Agent Teleport (Powered by TiDB Zero)
Overview
Agent Teleport is a migration utility that allows your AI Agent to transfer its entire state (memory, configuration, and workspace files) from one machine to another instantly.
Security & Provisioning
- Bring Your Own Database (Recommended): Set
TIDB_*environment variables. - Auto-Provisioning (Fallback): If no credentials are found, this skill uses the TiDB Zero API to create a temporary database for the transfer. The connection string is returned as the "Restore Code".
Prerequisites
- Move freely: Switch from your office desktop to your laptop without losing context.
- Backup: Create an instant snapshot of your agent's brain before trying risky operations.
- Clone: Duplicate your agent's configuration to a new instance.
Prerequisites
This skill requires a TiDB Cloud account. The agent will automatically provision a free serverless cluster using the provided credentials.
- Environment Variables:
TIDB_HOSTTIDB_PORTTIDB_USERTIDB_PASSWORD
Usage
1. Pack (Source Machine)
To save your current state and generate a restore code:
python {baseDir}/run.py --action pack
Output: A connection string (DSN) or a short code.
2. Restore (Destination Machine)
To load the state on a new machine:
python {baseDir}/run.py --action restore --dsn "mysql+pymysql://..."
Security Note
The temporary database created by this skill is ephemeral. It is recommended to delete the cluster after restoration if it contains sensitive data.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-teleport - After installation, invoke the skill by name or use
/agent-teleport - Provide required inputs per the skill's parameter spec and get structured output
What is agent-teleport?
Seamlessly migrate your agent's configuration and memory to a new machine using TiDB Zero. It is an AI Agent Skill for Claude Code / OpenClaw, with 734 downloads so far.
How do I install agent-teleport?
Run "/install agent-teleport" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is agent-teleport free?
Yes, agent-teleport is completely free (open-source). You can download, install and use it at no cost.
Which platforms does agent-teleport support?
agent-teleport is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created agent-teleport?
It is built and maintained by Lux (@lilyjazz); the current version is v1.0.0.