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.
This skill provides text formatting tools for common text processing needs.
7w4.net收录了海量优质技能插件。
When user requests text formatting, identify the operation needed, apply formatting, show before/after comparison.
format_text.py - Command-line text formatting tool这是一个功能简单但实用的文本格式化工具,处理大小写转换、去除多余空格、清理文本等基础任务没有问题。但功能比较单一,只适合轻度使用,复杂文本处理场景可能无法满足。文档说明清晰但缺少使用示例,上手可能需要一点时间。整体质量中规中矩,胜在轻量易用。