← 返回 Skills 市场
Rtk Compressor
作者
Efficiency97
· GitHub ↗
· v0.1.0
· MIT-0
227
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install rtk-compressor
功能描述
Intelligently compress CLI outputs by removing comments, blanks, and redundancies to reduce token usage by 60-90% while preserving key info.
安全使用建议
This skill is internally coherent, but it references installing an external PyPI package (rtk-compressor) rather than bundling code. Before installing or running it: 1) Verify the PyPI package name and author on pypi.org and inspect the package source or repository for malicious behavior; 2) Note minor documentation inconsistencies (examples use `rtk-compress` vs `rtk-compressor` and module name `rtk_compressor`), which suggest sloppy packaging — treat as a signal to inspect the package closely; 3) Prefer installing in an isolated environment (virtualenv or container) if you want to test it; 4) If you cannot review the package source, avoid installing it on sensitive systems.
功能分析
Type: OpenClaw Skill
Name: rtk-compressor
Version: 0.1.0
The skill bundle contains only documentation and metadata for a utility called 'RTK Compressor' designed to reduce token consumption by stripping unnecessary characters from CLI output. It does not include any executable code, instead instructing the user to install an external package via pip (`rtk-compressor`). No malicious patterns, prompt injections, or data exfiltration attempts were found in the provided files (SKILL.md, README.md, _meta.json).
能力评估
Purpose & Capability
Name/description (compress CLI outputs) match the instructions (pipe text to rtk-compressor or call the Python module). The skill requests no unusual binaries, env vars, or config paths.
Instruction Scope
SKILL.md only instructs compressing text via a CLI tool or Python module and shows supported modes/types. It does not ask the agent to read unrelated files, credentials, or to send data to external endpoints.
Install Mechanism
There is no bundled install spec inside the skill; SKILL.md/README recommend `pip install rtk-compressor`. Installing an external PyPI package is a normal choice but introduces supply-chain risk because the skill itself does not include the package source.
Credentials
No environment variables, credentials, or config paths are requested — the requested privileges are minimal and appropriate for the stated purpose.
Persistence & Privilege
Skill is not always-enabled and does not request persistent system-level privileges. Autonomous invocation is allowed (platform default) but not combined with other concerning flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rtk-compressor - 安装完成后,直接呼叫该 Skill 的名称或使用
/rtk-compressor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of rtk-compressor.
- Compresses CLI command outputs to reduce token usage by 60-90%.
- Removes comments, blank lines, and boilerplate code.
- Aggregates similar items and preserves core information.
- Supports multiple output types: ls/tree commands, file contents, test results, and JSON/logs.
- Usable both as a CLI tool and as a Python module.
元数据
常见问题
Rtk Compressor 是什么?
Intelligently compress CLI outputs by removing comments, blanks, and redundancies to reduce token usage by 60-90% while preserving key info. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 227 次。
如何安装 Rtk Compressor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rtk-compressor」即可一键安装,无需额外配置。
Rtk Compressor 是免费的吗?
是的,Rtk Compressor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Rtk Compressor 支持哪些平台?
Rtk Compressor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Rtk Compressor?
由 Efficiency97(@efficiency97)开发并维护,当前版本 v0.1.0。
推荐 Skills