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.
7w4.net有更好的技能外掛。
This skill provides text formatting tools for common text processing needs.
When user requests text formatting, identify the operation needed, apply formatting, show before/after comparison.
format_text.py - Command-line text formatting tool這是一個功能簡單但實用的文本格式化工具,處理大小寫轉換、去除多餘空格、清理文本等基礎任務沒有問題。但功能比較單一,只適合輕度使用,複雜文本處理場景可能無法滿足。文件說明清晰但缺少使用示例,上手可能需要一點時間。整體質量中規中矩,勝在輕量易用。