Install
openclaw skills install hello-demoA simple skill to greet users and demonstrate basic OpenCLAW skill structure. Use this when you want to say hello or learn how skills work.
openclaw skills install hello-demoThis is a simple skill that demonstrates the basic structure of an OpenCLAW skill.
Use this skill when:
This skill will respond with a friendly greeting message and some basic information about OpenCLAW skills.
A basic OpenCLAW skill requires:
SKILL.md - The main skill file with:
Optional directories:
scripts/ - Executable code (Python/Bash/etc.)references/ - Documentationassets/ - Files for outputYou can run the included Python script:
python scripts/test.py
Hello! Welcome to OpenCLAW!
This is a demo skill showing how skills work.
Skills can respond to user requests with helpful information.
Simply trigger this skill by mentioning "hello" or "hello openclaw" in your conversation.