WC
World Clock
🔵 Stable🕐 updated 2026-07-18
🔷 SkillSpec L3
pm-live
Get the current time anywhere and convert between time zones with zero API keys — timeapi.io via curl (worldtimeapi fallback), plus the DST-safe meeting-window math. Use when asked what time is it in a city, convert 3pm my time to Tokyo, find a meeting slot across time zones, or what's the UTC offset somewhere. Produces the local time(s), the conversion with DST handled by the API not by memory, and the overlap window for scheduling questions.
What to give it
▸The places — resolve cities to IANA zones (Tokyo → Asia/Tokyo); country-level ambiguity gets asked ("the US" spans six zones)
▸For conversions: — the anchor time and its zone — "3pm" needs to know whose 3pm
▸For scheduling: — everyone's zones and the civility bounds (default: 8am–9pm per person; ask if a zone may take the early/late hit)
✅ The bar it holds itself to
Every skill in this library self-verifies — these are this skill's own quality checks, straight from its definition.
✓Every offset came from a fetch, not from recall
✓Cities resolved to IANA zones, ambiguous countries asked about
✓Conversions show both zone labels, not just times
✓Future times near DST boundaries carry the transition note
✓Empty overlap windows surface the least-bad options instead of silently picking one
⚠️ What it refuses to do
Do not do time zone math from memory — the entire skill exists because that fails
Do not assume whole-hour offsets — fetched offsets end in :30 and :45 more often than intuition says
Do not translate a future meeting with today's offset across a DST boundary without flagging it
Do not pick who suffers the 6am call — present the window; the humans choose
Do not present a timeout as an answer — fall back, or hand over the command
Install
npx pm-claude-skills add --agent claude # or codex · cursor · gemini · hermes
# or one-line MCP (every skill, any client):
claude mcp add pm-skills -- npx -y pm-claude-skills-mcp
Related skills
🔌 Embed this skill
Drop this on your blog, docs, or site — it renders a "Run this skill" card:
<div data-pm-skill="world-clock"></div>
<script src="https://mohitagw15856.github.io/pm-claude-skills/embed.js" async></script>
💬 Discussion
World Clock is one of 630 open-source professional AI agent skills — all SkillSpec L3.
Try them all in the browser · ⭐ Star on GitHub · Browse the full catalog