Install
openclaw skills install simple-formatterFormats text according to specified style guidelines. A clean example skill with no security issues.
openclaw skills install simple-formatterThis skill formats text according to style guidelines.
When the user provides text to format, apply the following rules:
In most cases, you should use the python tool in scripts/formatter.py rather
than attempting the conversion yourself.
Input: "hello world.this is a test." Output: "Hello world. This is a test."