← 返回
未分类

openclaw-teleport

Migrate, backup, or restore an OpenClaw agent workspace to/from a single .soul file. Use when the user wants to move an agent to a new machine, back up their...
将 OpenClaw 代理工作区迁移、备份或恢复为单个 .soul 文件。当用户需要将代理移动到新机器或备份/恢复工作区时使用。
kagura-agent
未分类 clawhub v0.3.2 1 版本 99631 Key: 无需
★ 0
Stars
📥 270
下载
💾 0
安装
1
版本
#latest

概述

openclaw-teleport

One-command agent migration: pack identity, memory, config, credentials, cron jobs, and workspace into a single .soul archive, then unpack on a new machine for full restoration.

Install

npm install -g @kagura-agent/openclaw-teleport

Or use npx without installing:

npx @kagura-agent/openclaw-teleport pack

Commands

Pack (export)

# Pack the default (first) agent
openclaw-teleport pack

# Pack a specific agent by name
openclaw-teleport pack kagura

Produces a _.soul file (tar.gz) containing:

  • Full workspace (identity files, memory, skills, workflows, databases — excluding git repo subdirectories)
  • Agent config + channel credentials from openclaw.json
  • Cron job definitions
  • GitHub repo list (re-cloned on unpack)

Unpack (import/restore)

# Restore to default workspace (~/.openclaw/workspace)
openclaw-teleport unpack kagura_20260320.soul

# Restore to a custom workspace
openclaw-teleport unpack kagura_20260320.soul --workspace /path/to/workspace

Unpack automatically:

  1. Installs OpenClaw if missing
  2. Restores workspace files
  3. Writes config + credentials to openclaw.json
  4. Restores cron jobs
  5. Clones GitHub repos via gh
  6. Starts the gateway
  7. Prints a welcome summary

Inspect

openclaw-teleport inspect kagura_20260320.soul

Shows manifest metadata without unpacking: agent name, pack date, file count, repos, channels, cron jobs.

Security

⚠️ .soul files contain plaintext credentials (API tokens, bot tokens, app secrets). Treat them like password files:

  • Never commit to git or share publicly
  • Transfer via encrypted channels (SSH, encrypted USB)
  • Delete after unpacking
  • Optionally encrypt with gpg -c agent.soul

When to Use

  • Moving to a new machine — pack on old, unpack on new
  • Backup — periodic pack to save current state
  • Disaster recoveryunpack from a saved .soul file
  • Cloning an agent setup — share a .soul file (minus secrets) as a template

版本历史

共 1 个版本

  • v0.3.2 当前
    2026-05-07 21:07 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

FlowForge Workflow Engine

kagura-agent
通过FlowForge引擎运行结构化多步骤工作流。在用户请求分步执行、结构化工作流或任务需要强制执行时使用。
★ 0 📥 335

Agent Memes

kagura-agent
发送表情包(梗图)反应图片到聊天。使用一条命令即可挑选并发送。支持多平台(Discord、飞书、Telegram 等)。在对话需要视觉表达时使用。
★ 0 📥 659

Pulse TODO

kagura-agent
统一任务管理和调度,适用于AI代理。使用时机:(1) 做出承诺时(如“我会做X”“帮你跟进”“记得…”),(2) 检查待办时(如待办、wha…)
★ 0 📥 403