ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 5/5

time-checker

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/1999azzar/time-checker
Or

What This Skill Does

The time-checker skill serves as a high-precision temporal utility for the OpenClaw agent. By interfacing directly with time.is, it retrieves synchronized, atomic-clock-accurate time, date, and timezone data for any geographical location globally. It eliminates ambiguity when dealing with complex daylight saving shifts or non-standard offset regions, acting as your definitive source of truth for time-based operations.

Installation

To integrate this utility, ensure your OpenClaw environment has network connectivity. Use the following command in your terminal:

clawhub install openclaw/skills/skills/1999azzar/time-checker

Ensure that you have the necessary dependencies installed by running pip install requests beautifulsoup4. This ensures the underlying Python script can successfully parse data from the target website without runtime errors.

Use Cases

This skill is indispensable for users coordinating tasks across different global regions. Whether you are scheduling a board meeting between London and Tokyo, verifying the current date for time-sensitive logs, or simply confirming your local timezone offset, time-checker provides reliable, real-time feedback. It is particularly useful for agents managing distributed teams or global event planning.

Example Prompts

  1. "What time is it in Jakarta right now?"
  2. "Could you tell me the current date and time in New York, please?"
  3. "Check the current timezone offset for Sydney and let me know if it matches UTC+11."

Tips & Limitations

To maximize the utility of the time-checker, always provide the specific city rather than a broad country name; this avoids ambiguity in countries with multiple time zones (e.g., use 'San Francisco' rather than 'USA'). If the location is obscure, the scraper may struggle; in such cases, provide a major metropolitan hub nearby. Remember that this skill requires an active internet connection to function correctly. If you encounter any issues with data retrieval, verify your local internet stability first, then check that the Python environment has permission to perform external network requests. By following these guidelines, you ensure that the time-checker remains a robust and highly dependable component of your agent's toolkit.

Metadata

Author@1999azzar
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-1999azzar-time-checker": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#time#productivity#utilities#scheduling
Safety Score: 5/5

Flags: network-access, code-execution