π¦ ClawHub
Print Tool
by @dinghaibin
Output text and variable values to standard output. Use for displaying messages, script output, and debug information.
TERMINAL
clawhub install print-toolπ About This Skill
name: print-tool description: Output text and variable values to standard output. Use for displaying messages, script output, and debug information.
Print - Text Output Utility
Write text to standard output with optional formatting. Supports multiple arguments, newline control, and special character escaping.
Usage
print-tool [options] [text...]
Options
-n: Suppress trailing newline-e: Enable interpretation of escape sequencesExamples
print-tool "Hello World"
print-tool -n "No newline"
print-tool -e "Line1\nLine2"
π‘ Examples
print-tool "Hello World"
print-tool -n "No newline"
print-tool -e "Line1\nLine2"
βοΈ Configuration
-n: Suppress trailing newline-e: Enable interpretation of escape sequences