Trim

v1.0.0

Data trimming reference — whitespace trimming, string cleanup, data truncation, outlier trimming, and signal processing. Use when cleaning text data, removin...

0· 177·3 current·3 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain-lab/trim.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Trim" (bytesagain-lab/trim) from ClawHub.
Skill page: https://clawhub.ai/bytesagain-lab/trim
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install trim

ClawHub CLI

Package manager switcher

npx clawhub@latest install trim
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Scan Findings in Context
[unicode-control-chars] unexpected: The SKILL.md contained unicode control / zero-width characters flagged by the scanner. This is not necessary for a documentation/reference skill and could be used to hide text or attempt prompt injection. The bundled script itself appears benign and prints help text only.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97e6ge1vbbzz2aa6yy1emxn9583ac17
177downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Trim — Data Trimming Reference

Quick-reference skill for data trimming techniques across text, numeric, and signal data.

When to Use

  • Trimming whitespace from strings (leading, trailing, internal)
  • Cleaning and normalizing text data
  • Trimming outliers from statistical datasets
  • Truncating data to fit constraints (columns, buffers)
  • Signal trimming and noise removal
  • Database column trimming and cleanup

Commands

intro

scripts/script.sh intro

Overview of trimming — concepts, types, and when to use each.

string

scripts/script.sh string

String trimming — whitespace, characters, patterns, normalization.

numeric

scripts/script.sh numeric

Numeric trimming — outliers, percentile clipping, winsorizing.

text

scripts/script.sh text

Text data cleaning — encoding, invisible characters, BOM removal.

database

scripts/script.sh database

Database trimming — SQL functions, column cleanup, data migration.

signal

scripts/script.sh signal

Signal and time-series trimming — noise removal, smoothing, clipping.

examples

scripts/script.sh examples

Practical trimming examples across languages and tools.

pitfalls

scripts/script.sh pitfalls

Common trimming pitfalls and best practices.

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

VariableDescription
TRIM_DIRData directory (default: ~/.trim/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...