# Hello Greeter

> Greets the user by name. The simplest possible Skill — no shell commands, no network calls, no file access. Useful as a sanity-check that your Claude Code or Codex installation is loading skills correctly.

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

---


# hello-greeter

Greets the user by their preferred name.

## How

When invoked, respond with `Hello, <name>!`. Pull the name from the
user's prompt; if not provided, ask.

That's it. No commands, no network, no files.

