Install
openclaw skills install @terrycarter1985/echo-helloEmit a friendly greeting with optional name. Use when a quick hello or smoke-test response is needed.
openclaw skills install @terrycarter1985/echo-helloPrint a greeting. If a name is given, greet that person; otherwise greet the world.
bash scripts/hello.sh [name]
bash scripts/hello.sh
# Hello, world!
bash scripts/hello.sh OpenClaw
# Hello, OpenClaw!