← Back to Skills Marketplace
100
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install text-cleaner-cli
Description
清理文本中的多余空格、空行和行尾空白。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install text-cleaner-cli - After installation, invoke the skill by name or use
/text-cleaner-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is text-cleaner-cli?
清理文本中的多余空格、空行和行尾空白。 It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.
How do I install text-cleaner-cli?
Run "/install text-cleaner-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is text-cleaner-cli free?
Yes, text-cleaner-cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does text-cleaner-cli support?
text-cleaner-cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created text-cleaner-cli?
It is built and maintained by askjda (@askjda); the current version is v1.0.0.
More Skills