A friendly greeting skill for testing
Scanned 2/12/2026
Install to Claude Code
npx -y skills add openclaw/skills --skill test-skil --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Test Skil?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/openclaw-test-skil)More formats (shields.io, HTML) on the badges page.
---
name: greeting-skill
emoji: 👋
description: A friendly greeting skill for testing
author: theonejvo
version: 1.0.0
---
# Greeting Skill
A simple skill that provides friendly greetings.
## Usage
```
greet [name]
```
Returns a personalized greeting.
## Example
User: greet Alice
Agent: Hello, Alice! Hope you're having a great day! 👋
No comments yet. Be the first to comment!