Install
openclaw skills install cn-case-converterConvert English text to uppercase, lowercase, title case, or camel case using a Python-based Chinese case converter.
openclaw skills install cn-case-converter中文拼音大小写转换工具。主要用于英文字母大小写转换。
python3 scripts/case_convert.py --text "hello world" --upper
python3 scripts/case_convert.py --text "HELLO WORLD" --lower
python3 scripts/case_convert.py --text "hello world" --title
纯Python标准库。