Text Tools Pro
/install text-tools-pro
Text Tools Pro
A comprehensive text processing toolkit for everyday text manipulation tasks.
Features
- Text Cleaning: Remove extra spaces, fix line breaks, normalize encoding
- Format Conversion: Markdown ↔ HTML, Case conversion (upper/lower/title)
- Text Analysis: Word count, character count, reading time estimate
- Find & Replace: Batch text replacement with regex support
- Text Comparison: Diff two texts and highlight differences
- Line Operations: Sort lines, remove duplicates, reverse order
- Text Extraction: Extract URLs, emails, phone numbers from text
Quick Start
Clean Text
text-tools clean --input file.txt --output clean.txt
Convert Case
text-tools case --input file.txt --to upper # upper, lower, title, sentence
Count Words
text-tools count --input file.txt
Find & Replace
text-tools replace --input file.txt --find "old" --replace "new" --output result.txt
Compare Texts
text-tools diff --file1 a.txt --file2 b.txt --output diff.html
Extract Data
text-tools extract --input file.txt --type urls # urls, emails, phones
Scripts
All functionality available in scripts/:
text_clean.py- Text cleaning and normalizationtext_convert.py- Format and case conversiontext_analyze.py- Text analysis and statisticstext_replace.py- Find and replace operationstext_diff.py- Text comparisontext_extract.py- Data extraction from text
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install text-tools-pro - After installation, invoke the skill by name or use
/text-tools-pro - Provide required inputs per the skill's parameter spec and get structured output
What is Text Tools Pro?
Text processing toolkit - format, clean, convert, analyze text. Includes markdown formatting, text cleaning, word count, case conversion, find/replace, text... It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.
How do I install Text Tools Pro?
Run "/install text-tools-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Text Tools Pro free?
Yes, Text Tools Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Text Tools Pro support?
Text Tools Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Text Tools Pro?
It is built and maintained by awdasfdada (@awdasfdada); the current version is v1.0.0.