Hello World
A minimal demo skill paired with the hello-world OpenClaw plugin.
When to use
Trigger when the user asks for a greeting, says "hello", "hi", "say hi to <name>", or asks to test the hello-world plugin.
How to use
Call the hello tool registered by the hello-world plugin:
- If the user mentions a name, pass it as the
nameparameter. - Otherwise omit
nameand let the tool default to "world". - Return the tool's text output directly without rephrasing.