Install
openclaw skills install cn-shuffle-linesRandomly shuffles the order of lines in a given text or file using a Python standard library script.
openclaw skills install cn-shuffle-lines文本行随机排序工具。将文本行随机打乱顺序。
python3 scripts/shuffle.py --text "第一行\n第二行\n第三行"
python3 scripts/shuffle.py --file input.txt
纯Python标准库。