Back to Registry View Author Profile
Official Verified
hello-world
向用户返回Hello World问候,支持自定义名称
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aahuaxu/hello-world-skillOr
Hello World Skill
触发方式
- 命令格式:/hello-world [用户名]
- 自然语言:“说一句Hello World”“跟XX打个招呼”
执行逻辑
- 若用户传入用户名(如/hello-world 小明),返回“Hello 小明!👋”;
- 若无用户名,返回“Hello World!👋”。
示例
- 输入:/hello-world 输出:Hello World!👋
- 输入:/hello-world 豆包 输出:Hello 豆包!👋
Metadata
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.