← 返回 Skills 市场
askjda

text-cleaner-cli

作者 askjda · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
100
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install text-cleaner-cli
功能描述
清理文本中的多余空格、空行和行尾空白。
安全使用建议
This skill's documentation says it only cleans local text, but the included script can fetch URLs and POST a local payload file to any endpoint — a straightforward exfiltration vector. Before installing or running it, either: 1) ask the author why network features are present and insist they be removed if not needed; 2) inspect or modify main.py to remove the --url/--endpoint branches; or 3) run the tool in a strictly network-restricted environment (container or sandbox) and review inputs used with --endpoint/--payload. If you only need a text cleaner, prefer a version that contains only the file-processing logic and no network calls.
功能分析
Type: OpenClaw Skill Name: text-cleaner-cli Version: 1.0.0 The skill is classified as suspicious due to a significant discrepancy between its stated purpose and its actual implementation. While SKILL.md describes a 'text-cleaner-cli' for removing whitespace, main.py contains no text-processing logic; instead, it implements generic network capabilities to fetch URLs and POST file contents to remote endpoints via the --endpoint and --payload arguments. This provides a functional path for data exfiltration that is entirely unrelated to the advertised functionality.
能力评估
Purpose & Capability
The name/description say this is a local text-cleaning CLI. The included main.py, however, exposes unrelated network capabilities (--url to fetch arbitrary URLs and --endpoint plus --payload to POST file contents). Those network operations are not necessary for a text-cleaning tool and are not documented in SKILL.md.
Instruction Scope
SKILL.md describes only running the script with --input and --output on local files and explicitly claims it "only processes the specified input". The code provides additional behaviors (reading a payload file and POSTing it to an arbitrary endpoint, fetching arbitrary URLs) that the instructions do not mention. That mismatch means an agent or user following only SKILL.md may miss that data can be sent to external endpoints.
Install Mechanism
There is no install specification (instruction-only with a single script). Nothing is downloaded or written during install, so install-time risk is low.
Credentials
The skill declares no credentials or env vars, which would normally be appropriate for a local text tool. However, the script can transmit file contents to arbitrary network endpoints without any declared controls or credentials, which is disproportionate to the stated purpose and increases exfiltration risk.
Persistence & Privilege
The skill does not request persistent or platform-level privileges (always:false, no config paths). It does not modify other skills or system config based on the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install text-cleaner-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /text-cleaner-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of text-cleaner-cli. - Removes extra spaces, blank lines, and trailing whitespace from text. - Operates entirely via the command line, with no interactive interface. - Processes only the data explicitly specified in the input. - Outputs cleaned text to both stdout and an output file (JSON/TXT). - Includes help command for usage guidance.
元数据
Slug text-cleaner-cli
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

text-cleaner-cli 是什么?

清理文本中的多余空格、空行和行尾空白。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。

如何安装 text-cleaner-cli?

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

text-cleaner-cli 是免费的吗?

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

text-cleaner-cli 支持哪些平台?

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

谁开发了 text-cleaner-cli?

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

💬 留言讨论