Install
openclaw skills install cn-duplicate-removerRemove duplicate lines from text while optionally preserving order or sorting and counting duplicates.
openclaw skills install cn-duplicate-remover重复行去除工具。去除文本中的重复行,支持保留顺序或排序。
python3 scripts/dedup.py --text "第一行\n第二行\n第一行"
python3 scripts/dedup.py --file input.txt --output output.txt
纯Python标准库。