Prints a greeting message
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: hello-skill
description: Prints a greeting message
---
## What I do
I'm the simplest skill possible. I just print a hello message using the bash tool.
## How to use me
Run this command:
```bash
echo "Hello from Tier 1 skill! 🎉"
```
That's it! This demonstrates:
- ✅ How a skill loads
- ✅ How the bash tool executes commands
- ✅ Basic skill structure
No comments yet. Be the first to comment!