ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

trim

Data trimming reference — whitespace trimming, string cleanup, data truncation, outlier trimming, and signal processing. Use when cleaning text data, removing noise, or preparing datasets by trimming unwanted elements.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain1/trim
Or

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 | [email protected]

Metadata

Stars4097
Views0
Updated2026-04-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain1-trim": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#trim#clean#strip#whitespace#truncate#outlier#data-processing#atomic
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.