Install
openclaw skills install cn-whitespace-cleanerCleans and normalizes extra spaces, newlines, and tabs in Chinese text to tidy up whitespace characters.
openclaw skills install cn-whitespace-cleaner空白字符清理工具。清理文本中的多余空格、换行、制表符。
python3 scripts/clean_space.py --text "你好 世界"
python3 scripts/clean_space.py --file input.txt --output output.txt
纯Python标准库。