Install
openclaw skills install print-toolOutput text and variable values to standard output. Use for displaying messages, script output, and debug information.
openclaw skills install print-toolWrite text to standard output with optional formatting. Supports multiple arguments, newline control, and special character escaping.
print-tool [options] [text...]
-n: Suppress trailing newline-e: Enable interpretation of escape sequencesprint-tool "Hello World"
print-tool -n "No newline"
print-tool -e "Line1\nLine2"