Install
openclaw skills install @terrycarter1985/hello-clawhub-demoA minimal but complete demo skill that greets the user and prints the current UTC timestamp. Useful for verifying the ClawHub publish/install pipeline end to end.
openclaw skills install @terrycarter1985/hello-clawhub-demoA tiny skill that prints a greeting and the current UTC timestamp. It exists to demonstrate the full TaskFlow + ClawHub publish pipeline: validate the skill folder, publish it to the ClawHub registry, and verify it can be installed back from the registry.
clawhub publish and clawhub install round-trip works.echo "Hello from hello-clawhub-demo @ $(date -u +%FT%TZ)"
A single line containing the greeting and an ISO-8601 UTC timestamp, e.g.:
Hello from hello-clawhub-demo @ 2026-08-21T00:00:00Z
SKILL.md file.