text-formatter

👤 user_ddce4729 📦 v1.0.0 ⭐ 3.8 ⬇️ 238 下載
💻 開發程式設計 免費

📖 技能介紹


name: text-formatter description: Provides text formatting capabilities including case conversion, whitespace handling, and text cleaning. Use when users need to format text such as converting case, removing extra spaces, formatting Markdown text, or cleaning copied text.


Text Formatter

Overview

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

This skill provides text formatting tools for common text processing needs.

Features

1. Case Conversion

  • Convert to uppercase, lowercase, title case, or sentence case

2. Whitespace Handling

  • Remove extra spaces, trim lines, remove empty lines

3. Text Cleaning

  • Remove HTML tags, fix encoding issues, normalize quotes

4. Markdown Formatting

  • Standardize headings, lists, links, code blocks

Usage

When user requests text formatting, identify the operation needed, apply formatting, show before/after comparison.

Resources

scripts/

  • format_text.py - Command-line text formatting tool

🤖 AI 評測

這是一個功能簡單但實用的文本格式化工具,處理大小寫轉換、去除多餘空格、清理文本等基礎任務沒有問題。但功能比較單一,只適合輕度使用,複雜文本處理場景可能無法滿足。文件說明清晰但缺少使用示例,上手可能需要一點時間。整體質量中規中矩,勝在輕量易用。

📊 多維度評分

適應性3.3
規範性3.8
有效性3.7
可靠性3.7
可信度4.8

📁 包含檔案 (2 個)

📄 SKILL.md 939 B
📄 scripts/format_text.py 1.7 KB