← Back to Skills Marketplace
Trim
by
bytesagain-lab
· GitHub ↗
· v1.0.0
· MIT-0
180
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install trim
Description
Data trimming reference — whitespace trimming, string cleanup, data truncation, outlier trimming, and signal processing. Use when cleaning text data, removin...
Usage Guidance
This skill appears coherent and limited in scope: it runs the included script that prints trimming guidance and does not require credentials or network access. Before installing, inspect the raw SKILL.md for invisible/zero-width characters (they were flagged) to ensure there is no hidden text or instructions. If you let agents invoke skills autonomously, run the script in a sandbox or review its output first. If you need higher confidence, request the repository's raw files (git URL) or view the SKILL.md and scripts/script.sh bytes to verify there are no obfuscated commands or external calls.
Capability Analysis
Type: OpenClaw Skill
Name: trim
Version: 1.0.0
The 'trim' skill is a purely informational reference guide providing documentation and code snippets for data trimming techniques (string, numeric, signal, etc.). The script 'scripts/script.sh' only outputs static text to the console using heredocs and contains no functional logic for file manipulation, network access, or command execution beyond displaying help text.
Capability Assessment
Purpose & Capability
Name/description describe data-trimming guidance; the SKILL.md commands map directly to the included scripts/script.sh which prints reference text. There are no unrelated required binaries, env vars, or permissions.
Instruction Scope
Runtime instructions only invoke the bundled scripts/script.sh commands (intro, string, numeric, text, database, signal, examples, pitfalls, help, version). The script prints guidance text and does not read other files, call external endpoints, or request extra system state. SKILL.md documents a TRIM_DIR config variable, but the provided script does not use it.
Install Mechanism
No install spec; the skill is instruction-only with a single bundled shell script. Nothing is downloaded or extracted at install time.
Credentials
The skill declares no required environment variables or credentials. The SKILL.md documents an optional TRIM_DIR variable (default ~/.trim/) which is informational only; the script does not use or require it. A pre-scan detected unicode-control-chars in SKILL.md (see scan findings) which could be an attempt to hide or obfuscate content — this is not expected for a static reference document.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges. Autonomous invocation is enabled by default (normal behavior) but the skill itself does not add broader privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trim - After installation, invoke the skill by name or use
/trim - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Trim?
Data trimming reference — whitespace trimming, string cleanup, data truncation, outlier trimming, and signal processing. Use when cleaning text data, removin... It is an AI Agent Skill for Claude Code / OpenClaw, with 180 downloads so far.
How do I install Trim?
Run "/install trim" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Trim free?
Yes, Trim is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Trim support?
Trim is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Trim?
It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v1.0.0.
More Skills