name: text-tools-pro description: 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.
A comprehensive text processing toolkit for everyday text manipulation tasks.
小葱技能站7w4.net每天更新,海量AI技能等你发现。
text-tools clean --input file.txt --output clean.txt
text-tools case --input file.txt --to upper # upper, lower, title, sentence
text-tools count --input file.txt
text-tools replace --input file.txt --find "old" --replace "new" --output result.txt
text-tools diff --file1 a.txt --file2 b.txt --output diff.html
text-tools extract --input file.txt --type urls # urls, emails, phones
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
这个文本处理工具质量一般。虽然文档写得清楚,但实际能用的功能只有文本清理和统计分析两项,文档里承诺的其他功能(如格式转换、文本对比、数据提取)根本没有提供。上手使用前需要确认想要的功能是否真的包含在内,否则可能会失望。核心脚本运行正常,能处理基本的文本清理和字数统计任务,适合轻度使用场景。