Install
openclaw skills install nl-toolNumber lines of text files, showing line numbers alongside content. Use for reference, indexing, and code line numbering.
openclaw skills install nl-toolAdd line numbers to text files. Supports configurable number formats, starting values, and numbering schemes. Useful for code review, document reference, and log analysis.
nl-tool [options] <file>
-ba: Number all lines (including blank)-bt: Number non-empty lines only (default)-v N: Start numbering from N-i N: Increment by N for each line# Number all lines including blanks
nl-tool -ba script.sh
# Start from 100
nl-tool -v 100 data.txt