← Back to Skills Marketplace
teoslayer

Pilot Chunk Transfer

by Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-chunk-transfer
Description
Large file transfer with automatic chunking, resume capability, and integrity verification. Use this skill when: 1. You need to transfer files larger than 10...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pilot-chunk-transfer
  3. After installation, invoke the skill by name or use /pilot-chunk-transfer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pilot-chunk-transfer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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

How do I install Pilot Chunk Transfer?

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

Is Pilot Chunk Transfer free?

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

Which platforms does Pilot Chunk Transfer support?

Pilot Chunk Transfer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pilot Chunk Transfer?

It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.

💬 Comments