文档

Text Tools Pro

试用

Text processing toolkit - format, clean, convert, analyze text. Includes markdown formatting, text cleaning, word count, case conversion, find/replace, text...

它能做什么

Text processing toolkit - format, clean, convert, analyze text. Includes markdown formatting, text cleaning, word count, case conversion, find/replace, text comparison, and more. Use when users need to process, format, clean, or analyze text content.

技能文档

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 normalization
  • text_convert.py - Format and case conversion
  • text_analyze.py - Text analysis and statistics
  • text_replace.py - Find and replace operations
  • text_diff.py - Text comparison
  • text_extract.py - Data extraction from text

相关技能

Count words, characters, lines, and estimate reading time for any text. Use when you need quick text analytics on a file or pasted content.

Compress and decompress text files using smart abbreviation and whitespace normalization. Use when user asks to compress, shrink, reduce, or optimize text fi...

12 次安装

Text Manipulation and Converter: Manipulate text: case conversion (11 formats), whitespace handling, line operations, sorting, deduplication, wrapping, chara...

1 次安装

Lightweight text transformation utilities. Uppercase, lowercase, reverse, and count characters/words/lines in any text input. Use when a prompt asks to convert case, reverse a string, or quickly count elements without writing a script.

1 次安装

Analyze conversation transcripts: decisions, action items, dates, people, executive summary.

4 次安装

Russian text quality — typography, info-style, editorial, UX writing, business correspondence, and AI-text cleanup

22 次安装1 星标