🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Print Tool

by @dinghaibin

Output text and variable values to standard output. Use for displaying messages, script output, and debug information.

Versionv1.0.0
Downloads419
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 sequences
  • Examples

    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