Install
openclaw skills install cn-text-reverserReverse Chinese text in whole sentence or character-by-character order using a simple command-line tool.
openclaw skills install cn-text-reverser文本反转工具。将文本顺序反转,支持整句反转或按字符反转。
# 整句反转
python3 scripts/reverse.py --text "你好世界"
# 按字符反转
python3 scripts/reverse.py --text "你好世界" --char
纯Python标准库,无需额外依赖。