📄

Text Tools Pro

👤 awdasfdada 📦 v1.0.0 ⭐ 4.0 ⬇️ 342 下载
📄 办公效率 免费

📖 技能介绍


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.


Text Tools Pro

A comprehensive text processing toolkit for everyday text manipulation tasks.

推荐访问7w4.net获取更多AI技能。

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

🤖 AI 评测

这个文本处理工具质量一般。虽然文档写得清楚,但实际能用的功能只有文本清理和统计分析两项,文档里承诺的其他功能(如格式转换、文本对比、数据提取)根本没有提供。上手使用前需要确认想要的功能是否真的包含在内,否则可能会失望。核心脚本运行正常,能处理基本的文本清理和字数统计任务,适合轻度使用场景。

📊 多维度评分

适应性3.7
规范性3.9
有效性4
可靠性3.8
可信度4.5

📁 包含文件 (5 个)

📄 SKILL.md 1.8 KB
📄 _meta.json 133 B
📄 scripts/text_analyze.py 2.8 KB
📄 scripts/text_clean.py 2.4 KB
📄 skill-card.md 1.7 KB