/install hello-demo
Hello OpenCLAW Skill
This is a simple skill that demonstrates the basic structure of an OpenCLAW skill.
When to Use
Use this skill when:
- You want to greet someone with a friendly message
- You're learning how OpenCLAW skills work
- You need a starting point for creating new skills
What This Skill Does
This skill will respond with a friendly greeting message and some basic information about OpenCLAW skills.
Skill Structure
A basic OpenCLAW skill requires:
-
SKILL.md - The main skill file with:
- YAML frontmatter (name, description)
- Markdown instructions
-
Optional directories:
scripts/- Executable code (Python/Bash/etc.)references/- Documentationassets/- Files for output
Example Script
You can run the included Python script:
python scripts/test.py
Example Output
Hello! Welcome to OpenCLAW!
This is a demo skill showing how skills work.
Skills can respond to user requests with helpful information.
How to Use
Simply trigger this skill by mentioning "hello" or "hello openclaw" in your conversation.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hello-demo - 安装完成后,直接呼叫该 Skill 的名称或使用
/hello-demo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
hello-openclaw 是什么?
A simple skill to greet users and demonstrate basic OpenCLAW skill structure. Use this when you want to say hello or learn how skills work. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 550 次。
如何安装 hello-openclaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hello-demo」即可一键安装,无需额外配置。
hello-openclaw 是免费的吗?
是的,hello-openclaw 完全免费(开源免费),可自由下载、安装和使用。
hello-openclaw 支持哪些平台?
hello-openclaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 hello-openclaw?
由 August(@luna825)开发并维护,当前版本 v1.0.1。