← Back to Skills Marketplace
kagura-agent

openclaw-teleport

by kagura-agent · GitHub ↗ · v0.3.2 · MIT-0
cross-platform ⚠ suspicious
85
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-teleport
Description
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...
Usage Guidance
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-teleport
  3. After installation, invoke the skill by name or use /openclaw-teleport
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.3.2
Initial publish — wraps @kagura-agent/[email protected] for ClawHub distribution
Metadata
Slug openclaw-teleport
Version 0.3.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.

How do I install openclaw-teleport?

Run "/install openclaw-teleport" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is openclaw-teleport free?

Yes, openclaw-teleport is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does openclaw-teleport support?

openclaw-teleport is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created openclaw-teleport?

It is built and maintained by kagura-agent (@kagura-agent); the current version is v0.3.2.

💬 Comments