返回 Skill 列表
extension
分类: 安全与合规无需 API Key

Simple Formatter

{"translation": "按指定样式指南格式化文本。一个无安全隐患的整洁示例技能。"}

person作者: tjade273hubclawhub

Simple Text Formatter

This skill formats text according to style guidelines.

Features

  • Capitalize sentences
  • Fix spacing
  • Apply punctuation rules

Usage

When the user provides text to format, apply the following rules:

  1. Capitalize first letter of sentences
  2. Ensure single space after periods
  3. Remove trailing whitespace

In most cases, you should use the python tool in scripts/formatter.py rather than attempting the conversion yourself.

Example

Input: "hello world.this is a test." Output: "Hello world. This is a test."