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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/1999azzar/time-checkerWhat 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
- "What time is it in Jakarta right now?"
- "Could you tell me the current date and time in New York, please?"
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-1999azzar-time-checker": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution
Related Skills
newman
Automated API testing with Postman collections via Newman CLI. Use when user requests API testing, collection execution, automated testing, CI/CD integration, or mentions "Postman", "Newman", "API tests", "run collection", or "automated testing".
mema-vault
Secure credential manager using AES-256 (Fernet) encryption. Stores, retrieves, and rotates secrets using a mandatory Master Key. Use for managing API keys, database credentials, and other sensitive tokens.
ui-designer
Design beautiful interfaces using 16+ design systems including Material You, Fluent Design, Apple HIG, Ant Design, Carbon Design, Shopify Polaris, Minimalism, Glassmorphism, Neo-Brutalism, Neumorphism, Skeuomorphism, Claymorphism, Swiss Design, and Atlassian Design. Expert in Tailwind CSS, color harmonics, component theming, and accessibility (WCAG).
mermaid-architect
Generate beautiful, hand-drawn Mermaid diagrams with robust syntax (quoted labels, ELK layout). Use this skill when the user asks for "diagram", "flowchart", "sequence diagram", or "visualize this process".
guardian-wall
Mitigate prompt injection attacks, especially indirect ones from external web content or files. Use this skill when processing untrusted text from the internet, user-uploaded files, or any external source to sanitize content and detect malicious instructions (e.g., "ignore previous instructions", "system override").