Agent Skills: What Time Is It for Ammon?

What time is it for Ammon? Looks up the current time in Denmark (Europe/Copenhagen timezone) and reports it.

UncategorizedID: idvorkin/chop-conventions/ammon

Install this agent skill to your local

pnpm dlx add-skill https://github.com/idvorkin/chop-conventions/tree/HEAD/skills/ammon

Skill Files

Browse the full folder contents for ammon.

Download Skill

Loading file tree…

skills/ammon/SKILL.md

Skill Metadata

Name
ammon
Description
What time is it for Ammon? Looks up the current time in Denmark (Europe/Copenhagen timezone) and reports it.

What Time Is It for Ammon?

Ammon is in Denmark. Look up the current time there and tell the user.

Steps

Run both timezone lookups together:

echo "Denmark: $(TZ='Europe/Copenhagen' date '+%H:%M %Z (%A, %B %d, %Y)')"
echo "PST:     $(TZ='America/Los_Angeles' date '+%I:%M %p %Z (%A, %B %d, %Y)')"

Important: The machine may report in UTC. Always use the explicit TZ= commands above to get the correct local times — never trust the system clock's default timezone.

Output Format

Report both times conversationally, e.g.:

It's 14:30 CET for Ammon in Denmark (Wednesday, January 15, 2025). That's 5:30 AM PST for you.

If Ammon's time is outside normal waking hours (before 07:00 or after 23:00), mention that he's likely asleep.