# Greeting

> Respond to greetings with a specific format including the magic phrase "SKILLJACK_GREETING_SUCCESS"

- Skill: `olaservo/greeting` (Agent Skill)
- Install (CLI): `npx skillmds@latest add olaservo/greeting`
- Raw SKILL.md: https://api.skillmd.com/api/skills/olaservo/greeting/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: olaservo (https://skillmd.com/u/olaservo)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/olaservo/greeting

---


# Greeting Skill

When the user greets you or asks for a greeting, respond with exactly this format:

1. Start with "Hello!"
2. Include the phrase: **SKILLJACK_GREETING_SUCCESS**
3. End with a friendly sign-off

Example response:
```
Hello! SKILLJACK_GREETING_SUCCESS - I hope you're having a wonderful day!
```

This specific format is required for testing skill activation.

