Install
openclaw skills install agent-teleportSeamlessly migrate your agent's configuration and memory to a new machine using TiDB Zero.
openclaw skills install agent-teleportAgent 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.
TIDB_* environment variables.This skill requires a TiDB Cloud account. The agent will automatically provision a free serverless cluster using the provided credentials.
TIDB_HOSTTIDB_PORTTIDB_USERTIDB_PASSWORDTo save your current state and generate a restore code:
python {baseDir}/run.py --action pack
Output: A connection string (DSN) or a short code.
To load the state on a new machine:
python {baseDir}/run.py --action restore --dsn "mysql+pymysql://..."
The temporary database created by this skill is ephemeral. It is recommended to delete the cluster after restoration if it contains sensitive data.