A precision-focused skill for retrieving real-time date and timezone information from time.is for any global location.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install time-checker
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install time-checker using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Time Checker is a specialized utility designed to provide developers and AI agents with accurate, real-time time data. By leveraging time.is as the primary data source, this tool within the Openclaw Skills library offers a gold-standard solution for fetching the exact time, date, and timezone offsets for cities and countries worldwide. It is specifically engineered to handle the nuances of global time zones that system clocks often miss, making it a reliable asset for scheduling and automation.
Whether you are building a personal assistant or managing global project logs, this skill ensures your environment remains synchronized with the rest of the world. It provides a robust alternative to basic NTP lookups by offering human-readable, location-specific results that are easily consumed by other tools in the Openclaw Skills ecosystem.
To use this component of your Openclaw Skills, you must first install the necessary Python dependencies for web scraping and request handling.
pip install requests beautifulsoup4
Once dependencies are met, you can query any location using the provided script:
python3 scripts/check_time.py "New York"
The skill processes and returns data based on the following structure to ensure consistency across Openclaw Skills integrations:
| Attribute | Type | Description |
|---|---|---|
| Location | String | The city or region requested by the user. |
| Current Time | String | The exact hour, minute, and second at the destination. |
| Date | String | The local calendar date for the queried area. |
| Source | URL | The external authority used for data verification (time.is). |
Loading
A high-level technical lead skill for designing scalable software architectures and enforcing industry-standard code quality.

Generate high-quality AI images using SDXL and Stable Diffusion 3 directly through your command line or agent workflow.

Automated security auditing system for detecting hardcoded secrets and container vulnerabilities in development projects.

An industrial-grade search aggregator that combines multiple data providers into a single, sanitized, and structured JSON output.

A professional design framework for AI agents to implement 16+ design systems with expert precision and accessibility.

A robust command-line wrapper for yt-dlp that simplifies high-quality video archiving and audio extraction from thousands of websites.








































