/install cut-tool
Cut Tool - Field Extraction
Extract columns and fields from delimited text files by specifying delimiter and field position. Ideal for processing log files, CSV data, and structured text.
Quick Start
cut-tool -d ',' -f 1,3 data.csv
Features
- Extract fields by position (-f 1,3,5)
- Custom delimiter (-d for comma, tab, space)
- Complement selection (everything except specified fields)
- Output range of characters (-c 1-10)
Examples
# Extract first and third columns from CSV
cut-tool -d ',' -f 1,3 data.csv
# Extract characters 1-10 from each line
cut-tool -c 1-10 file.txt
# Use tab as delimiter
cut-tool -f 2-4 file.tsv
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cut-tool - After installation, invoke the skill by name or use
/cut-tool - Provide required inputs per the skill's parameter spec and get structured output
What is Cut Tool?
Extract specific fields or columns from text files using delimiter-based parsing. Use when you need to select columns from CSV, TSV, or delimited data. It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.
How do I install Cut Tool?
Run "/install cut-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cut Tool free?
Yes, Cut Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cut Tool support?
Cut Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cut Tool?
It is built and maintained by BIN (@dinghaibin); the current version is v1.0.0.