simple-example
What this skill does
Greets the user with a friendly message. Replace this with your own logic.
Instructions
- Read the current time from the system:
date +"%H:%M" - Choose a greeting based on the hour:
- Before 12:00 → "Good morning"
- 12:00–17:00 → "Good afternoon"
- After 17:00 → "Good evening"
- Print:
{greeting}, {user}! How can I help you today?