← 返回 Skills 市场
Pilot Chunk Transfer
作者
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
113
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-chunk-transfer
功能描述
Large file transfer with automatic chunking, resume capability, and integrity verification. Use this skill when: 1. You need to transfer files larger than 10...
安全使用建议
This skill appears to do what it says (chunked file transfers over the Pilot protocol), but check a few things before you install/use it: 1) Confirm pilotctl and the Pilot daemon are trusted and expected on your system. 2) Ensure the additional runtime tools the SKILL.md uses (jq, dd, md5sum, bc) are available — the registry metadata should list them but does not. 3) Review/complete the receive path: the SKILL.md mentions verifying per-chunk hashes but doesn't show where received chunk files are written or how verification is enforced; add explicit verification before reassembly. 4) Test with non-sensitive/sample files to validate resume and integrity behavior. 5) Be aware the scripts create temp files in /tmp and store received chunks under $HOME/.pilot — if that location is sensitive, change it. If you need higher assurance, request the publisher to update the skill metadata to declare all required binaries and to provide a complete, robust receive/verification implementation.
功能分析
Type: OpenClaw Skill
Name: pilot-chunk-transfer
Version: 1.0.0
The pilot-chunk-transfer skill provides Bash-based logic for handling large file transfers through chunking, integrity verification, and reassembly. It utilizes standard utilities like dd, md5sum, and jq, alongside a specialized pilotctl binary. The code in SKILL.md is transparently designed for its stated purpose and lacks any indicators of malicious intent, such as unauthorized data exfiltration, persistence mechanisms, or prompt injection attacks.
能力评估
Purpose & Capability
Name and description match the instructions: the SKILL.md shows how to chunk a local file, send per-chunk metadata and files via pilotctl, resume, and reassemble on receipt. Requesting pilotctl is appropriate for a Pilot-protocol transfer skill.
Instruction Scope
Instructions stay within the transfer use case (reading local file, creating temporary chunk files, using pilotctl inbox/send-file). However several operational pieces are underspecified: the receive path does not show how incoming file payloads are stored into $RECV_DIR (it assumes pilotctl will expose them in a particular form), the chunk hash verification step is mentioned but not implemented, and the resume/state handling is only sketched. The scripts also write temporary files to /tmp and to $HOME/.pilot which is expected but worth noting.
Install Mechanism
Instruction-only skill with no install spec and no fetched archives — low installation risk. The skill expects existing binaries rather than installing code itself.
Credentials
Registry metadata declares only pilotctl as a required binary and no env vars; the SKILL.md additionally requires jq, dd, md5sum, and bc. This mismatch is a configuration oversight (the extra binaries are reasonable for the stated task) but they should be declared. No credentials or unrelated environment variables are requested.
Persistence & Privilege
Skill is not always-on and can be invoked by the user (default autonomous invocation allowed). It creates local directories under $HOME/.pilot and temporary files under /tmp, which is proportionate for a file-transfer tool and does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pilot-chunk-transfer - 安装完成后,直接呼叫该 Skill 的名称或使用
/pilot-chunk-transfer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pilot Chunk Transfer 是什么?
Large file transfer with automatic chunking, resume capability, and integrity verification. Use this skill when: 1. You need to transfer files larger than 10... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。
如何安装 Pilot Chunk Transfer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-chunk-transfer」即可一键安装,无需额外配置。
Pilot Chunk Transfer 是免费的吗?
是的,Pilot Chunk Transfer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pilot Chunk Transfer 支持哪些平台?
Pilot Chunk Transfer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pilot Chunk Transfer?
由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。
推荐 Skills