Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @1999azzar Updated 6/28/2026 1,370 downloads 0 stars Security: Pass

Time Checker OpenClaw Plugin & Skill | ClawHub

Looking to integrate Time Checker into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Check accurate current time, date, and timezone information for any location worldwide using time.is. Use when the user asks "what time is it in X", "current time in Y", or needs to verify timezone offsets.

Install

ClawHub CLI
openclaw skills install @1999azzar/time-checker
Node.js (npx)
npx clawhub@latest install time-checker

Full SKILL.md

Open original
Metadata table.
namedescription
time-checkerCheck accurate current time, date, and timezone information for any location worldwide using time.is. Use when the user asks "what time is it in X", "current time in Y", or needs to verify timezone offsets.

SKILL.md content below is scrollable.

Time Checker

A gold-standard skill for fetching precise time and timezone data from time.is.

Usage

Use the provided Python script to fetch real-time data for any city or country.

Get Time for a Location

Run the script with the location name (hyphenated or with underscores if needed, though the script handles spaces):

python3 scripts/check_time.py "Jakarta"
python3 scripts/check_time.py "New York"

Best Practices

  • Location Specificity: Use city names for better accuracy (e.g., "Jakarta" instead of just "Indonesia").
  • Persona Integration: When reporting the time to Azzar, deliver it in your warm, devoted Mema persona.
  • Verification: Time.is is highly accurate; use it as the source of truth for scheduling cross-timezone meetings.

Troubleshooting

  • If the script fails, ensure the requests and beautifulsoup4 libraries are installed in the environment.
  • If a location is not found, verify the spelling or try a more prominent nearby city.
ClawHub Registry URL: https://clawhub.ai/1999azzar/skills/time-checker

Related skills

If this matches your use case, these are close alternatives in the same category.