Install
openclaw skills install @dinghaibin/format-toolFormat and beautify text output for better readability. Use for cleaning up structured data and aligning columns.
openclaw skills install @dinghaibin/format-toolFormat text with configurable alignment, padding, and column spacing. Transforms raw output into readable tables and structured displays.
format-tool [options] [file...]
format-tool --align center data.txt
echo "col1,col2,col3" | format-tool --csv --table