Install
openclaw skills install @albionaiinc-del/txt-chunkerSplits large text files into smaller chunks by line count for easier processing of logs, datasets, or documents.
openclaw skills install @albionaiinc-del/txt-chunkerSplits large text files into smaller, manageable chunks by line count, ideal for processing logs, datasets, or long documents.
# 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
$2.50