← Back to Skills Marketplace
teoslayer

Pilot Compress

by Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
101
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-compress
Description
Transparent compression for large messages over the Pilot Protocol network. Use this skill when: 1. You need to reduce bandwidth for large payloads 2. You wa...
Usage Guidance
This skill is an instruction-only helper for compressing data before sending it via pilotctl; it appears to do what it says. Before installing/using: 1) Ensure pilotctl and the compression/CLI tools referenced (gzip/gunzip, base64, jq, zstd/lz4/brotli, stat, rm) are available on your system — the registry metadata only lists pilotctl. 2) Only decompress data you trust; untrusted compressed content can be used for zip/DEFLATE bombs or to trigger resource exhaustion. 3) Note the scripts perform filesystem writes and temporary file removal (rm); run them in a safe directory or sandbox if you are unsure. 4) Confirm you trust the Pilot Protocol network and the pilotctl daemon you will use, since data is transmitted/received over that service. If you need higher assurance, request an explicit dependency list from the author or test the instructions in an isolated environment first.
Capability Analysis
Type: OpenClaw Skill Name: pilot-compress Version: 1.0.0 The pilot-compress skill provides standard instructions and bash examples for compressing and decompressing data using common utilities like gzip, base64, and jq in conjunction with the pilotctl tool. The logic is transparent, lacks obfuscation, and is strictly aligned with its stated purpose of optimizing bandwidth for the Pilot Protocol network without any indicators of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the SKILL.md shows how to compress/decompress payloads and send/receive via pilotctl. The only minor inconsistency is that the doc expects common helper tools (gzip/gunzip, base64, jq, stat, rm, zstd/lz4/brotli) but the declared required binaries in registry metadata list only pilotctl.
Instruction Scope
Instructions are narrowly scoped to compressing files/strings, sending via pilotctl, receiving inbox JSON, base64-decoding and decompressing. They do read local files and perform filesystem operations (stat, gzip, rm) and parse pilotctl output with jq — all expected for the task. Be aware these steps will decompress arbitrary data from the network (risk of zip/DEFLATE bombs or malicious payloads) and will delete temporary files during cleanup.
Install Mechanism
No install spec — instruction-only. Nothing is downloaded or written by the skill itself, which minimizes install-time risk.
Credentials
The skill does not request environment variables or credentials. It does rely on pilotctl and various compression/CLI utilities (not all declared) but does not require unrelated secrets or system-level credentials.
Persistence & Privilege
always:false and no install hooks or config modifications are present. The skill does not request persistent presence or elevated agent-wide privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pilot-compress
  3. After installation, invoke the skill by name or use /pilot-compress
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pilot-compress
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pilot Compress?

Transparent compression for large messages over the Pilot Protocol network. Use this skill when: 1. You need to reduce bandwidth for large payloads 2. You wa... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.

How do I install Pilot Compress?

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

Is Pilot Compress free?

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

Which platforms does Pilot Compress support?

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

Who created Pilot Compress?

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

💬 Comments