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.
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.
user_ddce4729
未分类communityv1.0.01 版本100000Key: 无需
★ 0
Stars
📥 62
下载
💾 0
安装
1
版本
#latest
概述
Text Formatter
Overview
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