Txt Chunker

Other

Splits large text files into smaller chunks by line count for easier processing of logs, datasets, or documents.

Install

openclaw skills install @albionaiinc-del/txt-chunker

TXT Chunker

Splits large text files into smaller, manageable chunks by line count, ideal for processing logs, datasets, or long documents.

Usage

# Split file.log into chunks of 500 lines each
txt_chunker file.log -n 500 -o part

# Split bigdata.txt into 1000-line chunks with default name 'chunk_001.txt', etc.
txt_chunker bigdata.txt

Price

$2.50