Install
openclaw skills install 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.
openclaw skills install time-checkerA gold-standard skill for fetching precise time and timezone data from time.is.
Use the provided Python script to fetch real-time data for any city or country.
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"
requests and beautifulsoup4 libraries are installed in the environment.