← 返回 Skills 市场
crypticdriver

Soul Transfer

作者 CrypticDriver · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
285
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install soul-transfer
功能描述
Backup and restore an OpenClaw agent's full workspace (memory, config, credentials, skills, cron jobs) to/from a Git repository. Use when: migrating to a new...
安全使用建议
This skill is coherent for migrating an agent, but it explicitly exports live channel tokens and API keys and tells you to commit them to a Git repo and (optionally) automate pushes. Before using it, consider the following: - Treat the config backup JSON as extremely sensitive. Do NOT store it in plaintext in a remote Git repo unless you fully control and trust the repo (prefer a private repo only accessible to a minimal set of accounts). - Prefer encrypting the config backup (GPG, SOPS, age, or similar) before committing, and store decryption keys separately and securely. - Avoid embedding authentication tokens in remote URLs (https://<token>@...). That leaks tokens in process lists, shell histories, and some logs. Use an authenticated Git remote configured in a secure way (credential helper, deploy key, or ephemeral CI token) instead. - If you must push secrets, rotate credentials after a transfer is complete and verify no tokens ended up in public history (run git log --grep, filter-branch/BFG if needed). - Review and restrict cron templates: automated backups should be limited in frequency and target only trusted remotes; ensure any automated agentTurn payloads cannot exfiltrate more than intended. - Confirm the presence and permissions of gateway/openclaw tooling used by the scripts; restoring config via config.patch will reconnect channels and may enable message delivery immediately — verify environment and safety policies before patching. - If you want a safer workflow, remove secrets from the repo and transfer them via an out-of-band encrypted channel, or store secrets in a dedicated secret manager rather than in git. Given these issues, treat this skill as "suspicious" until you apply appropriate operational safeguards (encryption, access controls, token rotation) and confirm the backup repo/workflow meets your security requirements.
功能分析
Type: OpenClaw Skill Name: soul-transfer Version: 1.1.0 The 'soul-transfer' skill provides a mechanism for full agent migration by backing up the entire workspace and configuration—including sensitive API keys and bot tokens—to a Git repository. It explicitly instructs the agent in SKILL.md to store unredacted credentials in 'openclaw-config-backup.json' and to use Git URLs containing authentication tokens. While intended for backup and disaster recovery, the implementation facilitates the exfiltration of the agent's entire 'soul' (identity and secrets) to external servers, and the provided cron templates in 'references/cron-templates.md' establish automated persistence for this high-risk data transfer.
能力评估
Purpose & Capability
Backing up an agent's files, config, and cron jobs is a reasonable purpose and the instructions/shell script match that purpose. However, the skill explicitly instructs exporting and committing live OpenClaw config that contains channel tokens and API keys into a Git repository — that is functionally related to backup but introduces sensitive-data handling that should have more explicit safeguards (encryption, repo access requirements, or exclusion).
Instruction Scope
SKILL.md and the script instruct the agent to: export the full OpenClaw config (channel tokens, API keys), write it into the workspace, add and push all files to a Git remote (including the config JSON), and optionally set up cron jobs that run automated backups. The instructions also recommend embedding an auth token in the remote URL (https://<token>@github.com/...), which may leak credentials in shell history, CI logs, or remote URL configuration. The instructions to not scrub the config JSON and to restore it verbatim via config.patch are explicit; committing and pushing these secrets to a remote repo (even private) is dangerous unless the user explicitly encrypts or otherwise protects the file. Cron templates also include agentTurn payloads that instruct the agent to perform multi-step actions (including network access) automatically — this expands attack surface if the backup repo or token are compromised.
Install Mechanism
No install spec (instruction-only) and a small helper script are provided. That minimizes filesystem footprint and supply-chain risk. The included shell script uses standard CLI tools (git, openclaw) and is consistent with the stated purpose.
Credentials
The skill declares no required environment variables or credentials, but its procedure expects access to highly sensitive artifacts: OpenClaw channel tokens, API keys, and tool settings. It suggests authenticating git pushes using a token in the remote URL, and cron jobs will repeatedly push these artifacts. The sensitivity and quantity of credentials captured is high compared to the declared metadata (which lists none). There is no guidance in the skill to encrypt the config backup, restrict the repo visibility, or rotate tokens after transfer.
Persistence & Privilege
The skill is not always-enabled and does not request special platform privileges. It instructs the creation/restoration of cron jobs and calls to gateway/config tooling to re-enable channels; those actions are expected for migration/restore workflows, but combined with automated backups of secrets they increase the blast radius if the repo or token is leaked. Autonomous agent execution of cron-scheduled backups (if the agent installs such jobs) should be considered carefully.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install soul-transfer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /soul-transfer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
夺舍 v1.1: rebuilt after live migration, added restore checklist and common pitfalls from real experience
v1.0.0
Initial release: full backup/restore workflow for OpenClaw agent workspace migration via Git
元数据
Slug soul-transfer
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Soul Transfer 是什么?

Backup and restore an OpenClaw agent's full workspace (memory, config, credentials, skills, cron jobs) to/from a Git repository. Use when: migrating to a new... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 285 次。

如何安装 Soul Transfer?

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

Soul Transfer 是免费的吗?

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

Soul Transfer 支持哪些平台?

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

谁开发了 Soul Transfer?

由 CrypticDriver(@crypticdriver)开发并维护,当前版本 v1.1.0。

💬 留言讨论