/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hello-demo - After installation, invoke the skill by name or use
/hello-demo - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 550 downloads so far.
How do I install hello-openclaw?
Run "/install hello-demo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is hello-openclaw free?
Yes, hello-openclaw is completely free (open-source). You can download, install and use it at no cost.
Which platforms does hello-openclaw support?
hello-openclaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created hello-openclaw?
It is built and maintained by August (@luna825); the current version is v1.0.1.