ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Txt Chunker

Skill by albionaiinc-del

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/albionaiinc-del/txt-chunker
Or

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

Metadata

Stars4473
Views1
Updated2026-05-01
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-albionaiinc-del-txt-chunker": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.