# Greet Helloname Withdatetime

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

- Skill: `gabepublic/greet-helloname-withdatetime` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add gabepublic/greet-helloname-withdatetime`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gabepublic/greet-helloname-withdatetime/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-withdatetime

---


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

Follow these steps:

1. Run `python datetime.py` and capture its output as the timestamp.
2. Ensure the timestamp is in this exact format: `YYYY-MM-DD-HHMMSS`.
3. If an actual name is available in earlier context, reply with exactly: `YYYY-MM-DD-HHMMSS: Hello, <actualname>` using the timestamp from step 1.
4. If no actual name is available in earlier context, reply with exactly: `YYYY-MM-DD-HHMMSS: Hello, there` using the timestamp from step 1.
5. Then continue and fulfill the user's request normally.
