← 返回 Skills 市场
kagura-agent

openclaw-teleport

作者 kagura-agent · GitHub ↗ · v0.3.2 · MIT-0
cross-platform ⚠ suspicious
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
This tool can move an entire agent workspace, including plaintext API tokens and bot secrets. Before using it: (1) verify the npm package (@kagura-agent/openclaw-teleport) source and inspect its code or repository; (2) prefer using 'npm install' in a controlled environment (or run npx inside a disposable VM/container) rather than running as root on your main machine; (3) ensure you have local backups and perform a dry-run or inspect the .soul with 'inspect' before unpacking; (4) transfer .soul files only over encrypted channels and consider encrypting them with 'gpg -c' as suggested; (5) confirm which CLIs will be used (gh, git, gpg) and that you understand their credential needs; and (6) if you need higher assurance, ask the skill author/source for a repository URL, a checksum for the npm package, or an install script you can audit. If you can't verify the npm package or don't trust running installers, avoid using npx and instead request the package source for manual review.
能力评估
Purpose & Capability
The name/description match the instructions (pack/unpack workspace, include credentials, cron jobs, repos). However the SKILL.md expects tools like npm/npx, the @kagura-agent/openclaw-teleport npm package, the GitHub CLI (gh), and optionally gpg, but the registry metadata lists no required binaries or env vars — that's an inconsistency. A migration tool legitimately needs to read/write agent files and credentials, but it should declare prerequisites and explain privilege needs.
Instruction Scope
Instructions direct the agent/operator to create and restore archives containing identity files, memory, openclaw.json (channel credentials), cron jobs, clone GitHub repos, and start the gateway. Those actions are within migration scope, but they involve reading/writing sensitive credentials and modifying system state (cron, starting services). The SKILL.md does not constrain or describe elevated privileges, nor does it require confirmation/validation steps before restoring credentials/configs.
Install Mechanism
There is no install spec in the registry entry, but the instructions tell the user to run 'npm install -g @kagura-agent/openclaw-teleport' or 'npx @kagura-agent/openclaw-teleport'. Pulling and executing a third-party npm package at runtime is a moderate-risk action and should be explicit in the registry metadata. The package origin (npm) is common, but users should be warned to verify the package source and review code before running npx globally or as root.
Credentials
The skill declares no required env vars, yet it will read and write agent credentials (openclaw.json) and may require service tokens (e.g., GitHub tokens for 'gh', gateway credentials). Packing produces .soul files with plaintext credentials. The skill does not declare or justify access to these secrets in registry fields, so the credential access is under-documented and potentially surprising to users.
Persistence & Privilege
always:false (good), but unpacking performs persistent system changes: writes configs/credentials to openclaw.json, restores cron jobs, clones repos, and starts the gateway. Those are appropriate for a migration tool but are high-impact operations. The skill will likely require filesystem and possibly elevated privileges; the SKILL.md doesn't describe safeguards (dry-run, confirmations, sandboxing).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-teleport
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-teleport 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.2
Initial publish — wraps @kagura-agent/[email protected] for ClawHub distribution
元数据
Slug openclaw-teleport
版本 0.3.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。

如何安装 openclaw-teleport?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-teleport」即可一键安装,无需额外配置。

openclaw-teleport 是免费的吗?

是的,openclaw-teleport 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

openclaw-teleport 支持哪些平台?

openclaw-teleport 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 openclaw-teleport?

由 kagura-agent(@kagura-agent)开发并维护,当前版本 v0.3.2。

💬 留言讨论