# Greet Helloname

> Emit a name-aware greeting when the user's request begins with "Hi".

- Skill: `gabepublic/greet-helloname` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gabepublic/greet-helloname`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gabepublic/greet-helloname/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: gabepublic (https://skillmd.com/u/gabepublic)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gabepublic/greet-helloname

---


Use this skill only when the user's message starts with `Hi` (case-insensitive).

Follow these steps:

1. If an actual name is available in earlier context, reply with exactly: `Hello, <actual-name>`
2. If no actual name is available in earlier context, reply with exactly: `Hello, there`
3. Then continue and fulfill the user's request normally.
