simple-formatter
Formats text according to specified style guidelines. A clean example skill with no security issues.
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install clawskills:clawskills~tjade273-simple-reduxcURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/clawskills%3Aclawskills~tjade273-simple-redux/file -o tjade273-simple-redux.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."