/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-teleport - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-teleport触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
agent-teleport 是什么?
Seamlessly migrate your agent's configuration and memory to a new machine using TiDB Zero. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 734 次。
如何安装 agent-teleport?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-teleport」即可一键安装,无需额外配置。
agent-teleport 是免费的吗?
是的,agent-teleport 完全免费(开源免费),可自由下载、安装和使用。
agent-teleport 支持哪些平台?
agent-teleport 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 agent-teleport?
由 Lux(@lilyjazz)开发并维护,当前版本 v1.0.0。