Hello World Skill
A simple skill that demonstrates the basic structure of an OpenClaw skill. This skill responds with a friendly greeting when users ask for one.
Usage
When the user asks for a greeting or introduces themselves, this skill will respond with a friendly message.
Examples
- - User: "Say hello" → Skill: "Hello from your custom skill!"
- User: "Hi there" → Skill: "Hello from your custom skill!"
- User: "Who are you" → Skill: "Hello from your custom skill!"
- User: "Hello world" → Skill: "Hello from your custom skill!"
- User: "Introduce yourself" → Skill: "Hello from your custom skill!"
Implementation
This skill uses the built-in echo tool to output the greeting message.
For Developers
This skill serves as a template for creating new skills. To create your own skill:
- 1. Create a new folder in your skills directory
- Add a
SKILL.md file with proper metadata - Implement your skill logic
- Publish using INLINECODE2
技能名称: helword
详细描述:
Hello World 技能
一个简单的技能,用于演示 OpenClaw 技能的基本结构。当用户请求问候时,该技能会以友好的问候语进行回应。
使用方法
当用户请求问候或进行自我介绍时,该技能将以友好的消息进行回应。
示例
- - 用户:说你好 → 技能:来自你的自定义技能的问候!
- 用户:你好 → 技能:来自你的自定义技能的问候!
- 用户:你是谁 → 技能:来自你的自定义技能的问候!
- 用户:世界你好 → 技能:来自你的自定义技能的问候!
- 用户:介绍一下你自己 → 技能:来自你的自定义技能的问候!
实现方式
该技能使用内置的 echo 工具来输出问候消息。
面向开发者
该技能可作为创建新技能的模板。要创建你自己的技能:
- 1. 在你的技能目录中创建一个新文件夹
- 添加包含正确元数据的 SKILL.md 文件
- 实现你的技能逻辑
- 使用 clawhub publish <路径> 进行发布