Install
openclaw skills install helwordA simple hello world skill that demonstrates basic skill structure. When users ask for a greeting, it responds with a friendly hello message.
openclaw skills install helwordA simple skill that demonstrates the basic structure of an OpenClaw skill. This skill responds with a friendly greeting when users ask for one.
When the user asks for a greeting or introduces themselves, this skill will respond with a friendly message.
This skill uses the built-in echo tool to output the greeting message.
This skill serves as a template for creating new skills. To create your own skill:
SKILL.md file with proper metadataclawhub publish <path>