← 返回 Skills 市场
teoslayer

Pilot Backup

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
83
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-backup
功能描述
Automated backup of agent state to trusted peers with encryption and versioning. Use this skill when: 1. You need to backup agent configuration and state fil...
安全使用建议
This skill appears to do what it says — archive and send your agent state to a peer — but there are notable gaps you should address before using it with real data: (1) The README claims encrypted backups but the example commands do not perform encryption; confirm whether pilotctl provides end-to-end encryption or add explicit encryption (e.g., gpg symmetric/asymmetric) before sending. (2) The manifest omits utilities used in the examples (tar/gzip, jq); ensure those binaries exist and behave as expected. (3) Be cautious: the commands archive $HOME/.pilot which may include private keys or tokens; only send to peers you trust and consider excluding private-key files or encrypting the archive and verifying destination identity. (4) The restore commands extract directly into $HOME/.pilot — test restores in a safe environment and consider creating backups of the target dir before overwriting. If you want higher assurance, ask the author to (a) document where confidentiality and integrity are provided (pilotctl/protocol specifics), (b) add explicit encryption steps and verification of peer identity, and (c) update the skill metadata to declare all required binaries.
功能分析
Type: OpenClaw Skill Name: pilot-backup Version: 1.0.0 The skill facilitates the exfiltration of agent configuration and state files ($HOME/.pilot/*.json) to remote peers via the pilotctl utility. While this aligns with the stated backup purpose, the restore logic in SKILL.md is inherently risky as it extracts untrusted tarballs directly into the agent's configuration directory without validation, which could lead to path traversal or configuration overwriting. The author 'vulture-labs' and the reliance on an external binary (pilotctl) for remote data transfer represent a high-risk capability for an automated agent.
能力评估
Purpose & Capability
The skill claims to back up agent state to trusted peers using the pilot protocol. It only declares pilotctl as a required binary, which is appropriate for sending files via the protocol, but the instructions also rely on tar/gzip, jq, cp, rm and filesystem layout ($HOME/.pilot) which are not declared in the registry metadata. Overall capability matches purpose, but the manifest is incomplete about dependencies.
Instruction Scope
Instructions explicitly archive and transmit $HOME/.pilot/*.json to remote peer IDs via pilotctl and restore by extracting into $HOME/.pilot. That is within a backup scope, but the SKILL.md claims encryption and versioning while showing no explicit encryption (e.g., gpg or passphrase-based encrypt) or key-management steps. The skill also does not require or document verification of the destination peer identity — sending full agent state (likely including keys) to a remote peer without explicit, demonstrated encryption or verification is a potential data-exposure risk.
Install Mechanism
Instruction-only skill with no install spec: low surface area. Nothing is written to disk by an installer and there are no remote download URLs in the manifest.
Credentials
No environment variables or credentials are requested in the registry metadata, which matches the examples. However, the workflow archives and sends potentially sensitive agent state files (likely containing keys/tokens). That sensitivity is expected for a backup skill, but users must ensure destination peers are trusted and that transport/encryption guarantees exist (the SKILL.md does not make those guarantees explicit).
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent platform privileges. It does not modify other skills or global agent configs per the provided instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-backup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-backup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pilot-backup
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pilot Backup 是什么?

Automated backup of agent state to trusted peers with encryption and versioning. Use this skill when: 1. You need to backup agent configuration and state fil... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。

如何安装 Pilot Backup?

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

Pilot Backup 是免费的吗?

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

Pilot Backup 支持哪些平台?

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

谁开发了 Pilot Backup?

由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。

💬 留言讨论