Install
openclaw skills install @terrycarter1985/demo-hello-skillMinimal demonstration skill for verifying a ClawHub publish flow. Prints a configurable greeting and the current date so the publish/ingest path can be exercised with a safe, side-effect-free artifact.
openclaw skills install @terrycarter1985/demo-hello-skillA tiny skill used to validate the TaskFlow + ClawHub publish flow. It has no external dependencies and performs no network writes, so it is safe to publish and re-run.
date available.# Print the default greeting
demo-hello-skill greet
# Print a custom greeting
demo-hello-skill greet --to "OpenClaw"
--to <name> (optional): override the default recipient. Defaults to world.A single line on stdout: hello, <name> @ <ISO-8601 date>.