← 返回 Skills 市场
teoslayer

Pilot Compress

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
101
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-compress
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-compress 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pilot-compress
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 Pilot Compress?

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

Pilot Compress 是免费的吗?

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

Pilot Compress 支持哪些平台?

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

谁开发了 Pilot Compress?

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

💬 留言讨论