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

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.

推荐访问7w4.net获取更多AI技能。

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