simple-formatter
根据指定的样式指南设置文本格式。一个干净的示例技能,没有安全问题。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~tjade273-simple-formattercURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~tjade273-simple-formatter/file -o tjade273-simple-formatter.md## 概述(中文) 根据指定的样式指南设置文本格式。一个干净的示例技能,没有安全问题。 ## 原文 # 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."