ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

hello-world

向用户返回Hello World问候,支持自定义名称

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aahuaxu/hello-world-skill
Or

Hello World Skill

触发方式

  1. 命令格式:/hello-world [用户名]
  2. 自然语言:“说一句Hello World”“跟XX打个招呼”

执行逻辑

  1. 若用户传入用户名(如/hello-world 小明),返回“Hello 小明!👋”;
  2. 若无用户名,返回“Hello World!👋”。

示例

  • 输入:/hello-world 输出:Hello World!👋
  • 输入:/hello-world 豆包 输出:Hello 豆包!👋

Metadata

Author@aahuaxu
Stars4190
Views1
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aahuaxu-hello-world-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.