📄

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.

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

7w4.net有更好的技能外掛。

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