← Back to Skills Marketplace
88
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install text-cleaner-lite
Description
Normalize whitespace, remove duplicated blank lines, and trim leading/trailing spaces from text input.
Usage Guidance
This package appears to be a stub/placeholder rather than a working text-cleaner. If you need a text-normalization skill, do not rely on this in production until the author provides code that actually performs the described transformations. Before installing or invoking: (1) request the full source or a link to a repository showing the implementation, (2) verify main.py reads input and outputs cleaned_text (not just metadata), (3) confirm version consistency (registry metadata says 1.0.0 but skill.json lists 0.1.0) and fix unresolved template text in SKILL.md, and (4) run the code in a safe, isolated environment to validate behavior. The current footprint is low-risk but functionally misleading.
Capability Analysis
Type: OpenClaw Skill
Name: text-cleaner-lite
Version: 1.0.0
The skill is a non-functional placeholder or template that echoes input parameters in a JSON response instead of performing the text normalization described in SKILL.md. While SKILL.md contains unusual templating syntax (resembling PowerShell object notation) in the Risk Statement, and main.py lacks the actual logic to clean text, there are no indicators of malicious intent, data exfiltration, or high-risk behaviors.
Capability Assessment
Purpose & Capability
The skill name/description say it normalizes whitespace and trims text, but main.py does not implement any text processing: it only prints a JSON object echoing the provided --input and --mode. The declared outputs (cleaned_text) are not produced. This is a direct mismatch between claimed capability and actual code.
Instruction Scope
SKILL.md instructs running 'python main.py --input sample.txt --mode clean' implying the tool will read/process a file or input text. main.py treats --input as a string or path but does not read files or perform cleaning. The SKILL.md also contains a templated risk statement (looks like an unresolved template) and a minor formatting artifact in the usage example ('\b ash'), indicating sloppy packaging. Instructions therefore over-promise relative to runtime behavior.
Install Mechanism
No install spec and no third-party dependencies; the skill is instruction-only with a single small Python file using only argparse and json. There are no downloads or install steps that add risk.
Credentials
The skill requests no environment variables, no credentials, and no config paths. There is no evidence of requests for unrelated secrets or excessive permissions.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and has no install-time persistence. Autonomous invocation defaults are unchanged (normal).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install text-cleaner-lite - After installation, invoke the skill by name or use
/text-cleaner-lite - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
text-cleaner-lite 1.0.0
- Initial release.
- Normalizes whitespace in input text.
- Removes duplicated blank lines.
- Trims leading and trailing spaces.
- Supports optional parameter to keep newlines.
- Designed for safe, general-purpose text cleanup.
Metadata
Frequently Asked Questions
What is text-cleaner-lite?
Normalize whitespace, remove duplicated blank lines, and trim leading/trailing spaces from text input. It is an AI Agent Skill for Claude Code / OpenClaw, with 88 downloads so far.
How do I install text-cleaner-lite?
Run "/install text-cleaner-lite" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is text-cleaner-lite free?
Yes, text-cleaner-lite is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does text-cleaner-lite support?
text-cleaner-lite is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created text-cleaner-lite?
It is built and maintained by askjda (@askjda); the current version is v1.0.0.
More Skills