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.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill hello-demo --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hello Demo?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-hello-demo)More formats (shields.io, HTML) on the badges page.
---
name: hello-openclaw
description: 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.
triggers:
- test openclaw
- run test
- hello test
user-invocable: true
---
# 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:
1. **SKILL.md** - The main skill file with:
- YAML frontmatter (name, description)
- Markdown instructions
2. Optional directories:
- `scripts/` - Executable code (Python/Bash/etc.)
- `references/` - Documentation
- `assets/` - Files for output
## Example Script
You can run the included Python script:
```bash
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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Create Mermaid diagrams for flowcharts, sequences, ERDs, and
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.
Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.
Documentation style guide enforcer by @planetabhi. Applies and reviews the writing style guide when authoring or editing product documentation and tutorials. Use to check prose for voice, tense, word choice, inclusive language, formatting, code block, UI, Markdown, and number/date conventions.
Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".