跳至主要内容
小龙虾小龙虾AI
🤖

Helloworld

A simple hello world skill that demonstrates basic skill structure. When users ask for a greeting, it responds with a friendly hello message.

下载43
星标0
版本1.0.0
开发工具
安全通过
💬Prompt

技能说明


name: hello_world@1.0.0 description: A simple hello world skill that demonstrates basic skill structure. When users ask for a greeting, it responds with a friendly hello message. triggers:

  • pattern: "hello|hi|hey|greeting|say hi" description: "Detect greeting requests"
  • pattern: "who are you|about yourself|introduce" description: "Detect self-introduction requests" auto_invoke: true examples:
  • "Say hello"
  • "Hi there"
  • "Hello world"
  • "Who are you"

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!"

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
  2. Add a SKILL.md file with proper metadata
  3. Implement your skill logic
  4. Publish using clawhub publish <path>

如何使用「Helloworld」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Helloworld」技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能