Install
openclaw skills install sort-lines-toolSort lines of text alphabetically or numerically. Use for data organization, list management, and text file preparation.
openclaw skills install sort-lines-toolArrange text lines in alphabetical or numerical order. Supports case-insensitive sorting, reverse order, and unique line filtering.
sort-lines-tool [options] <file>
-n: Numeric sort (instead of alphabetical)-r: Reverse order-u: Unique lines only-f: Case-insensitive sortsort-lines-tool names.txt
sort-lines-tool -n numbers.txt
sort-lines-tool -r data.txt