Install
openclaw skills install sortSort files, lines, and columns with custom ordering and dedup. Use when scanning duplicates, monitoring changes, reporting results, alerting anomalies.
openclaw skills install sortFile & Text Sorting Tool.
linesSort lines (flags: -r reverse, -n numeric, -u unique)
scripts/script.sh lines <file> [-r] [-n] [-u]
csvSort CSV file by column number (1-based)
scripts/script.sh csv <file> <column>
jsonSort JSON array by a key
scripts/script.sh json <file> <key>
dedupRemove duplicate lines (preserving order)
scripts/script.sh dedup <file>
shuffleRandomly shuffle lines
scripts/script.sh shuffle <file>
rankRank/sort tabular data by a numeric column
scripts/script.sh rank <file> <column>
topShow top N entries by column value
scripts/script.sh top <file> <column> [n]
freqFrequency analysis — count occurrences of each line
scripts/script.sh freq <file>
statsShow basic stats about the file content
scripts/script.sh stats <file>
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
Operation history is logged to ~/.local/share/sort/history.log for audit purposes.