Install
openclaw skills install cn-number-formatter数字格式化工具,支持千分位分隔、科学计数法和百分比格式转换。
openclaw skills install cn-number-formatter数字格式化工具。支持千分位、科学计数法、百分比等格式。
python3 scripts/format_num.py --number 1234567 --thousands
python3 scripts/format_num.py --number 0.123 --percent
python3 scripts/format_num.py --number 1000000 --scientific
纯Python标准库。