Back to Registry View Author Profile
Official Verified
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.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/luna825/hello-demoOr
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.
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-luna825-hello-demo": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.