/install helword
\r \r
Hello World Skill\r
\r A simple skill that demonstrates the basic structure of an OpenClaw skill. This skill responds with a friendly greeting when users ask for one.\r \r
Usage\r
\r When the user asks for a greeting or introduces themselves, this skill will respond with a friendly message.\r \r
Examples\r
\r
- User: "Say hello" → Skill: "Hello from your custom skill!"\r
- User: "Hi there" → Skill: "Hello from your custom skill!"\r
- User: "Who are you" → Skill: "Hello from your custom skill!"\r
- User: "Hello world" → Skill: "Hello from your custom skill!"\r
- User: "Introduce yourself" → Skill: "Hello from your custom skill!"\r \r
Implementation\r
\r
This skill uses the built-in echo tool to output the greeting message.\r
\r
For Developers\r
\r This skill serves as a template for creating new skills. To create your own skill:\r \r
- Create a new folder in your skills directory\r
- Add a
SKILL.mdfile with proper metadata\r - Implement your skill logic\r
- Publish using
clawhub publish \x3Cpath>\r
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install helword - 安装完成后,直接呼叫该 Skill 的名称或使用
/helword触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
helword 是什么?
A simple hello world skill that demonstrates basic skill structure. When users ask for a greeting, it responds with a friendly hello message. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 263 次。
如何安装 helword?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install helword」即可一键安装,无需额外配置。
helword 是免费的吗?
是的,helword 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
helword 支持哪些平台?
helword 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 helword?
由 yehan5555(@yehan5555)开发并维护,当前版本 v1.0.1。