A specialized utility for Openclaw Skills that enforces correct local time reporting and prevents the common error of treating UTC as local time.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-timezone-lock
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 agent-timezone-lock using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Agent Timezone Lock is a critical utility designed to eliminate temporal confusion within your AI workflows. By integrating this into your Openclaw Skills ecosystem, you ensure that your agent remains aware of the user's specific local time rather than defaulting to system UTC. This skill actively patches agent instructions and provides dedicated scripts to validate and report time accurately, making it indispensable for time-sensitive automation and scheduling tasks.
By establishing a source of truth for temporal data, this skill prevents the classic UTC-as-local mistake that often makes AI agents appear broken or unreliable. It acts as a bridge between raw system timestamps and the user's actual context, ensuring every time-related interaction is precise and context-aware.
To get started with this component of your Openclaw Skills, ensure your USER.md contains a valid IANA timezone string:
# Example USER.md entry:
# Timezone: America/New_York
# Run the initialization script to configure the agent:
python3 /opt/openclaw/workspace/skills/timezone/scripts/timezone_setup.py
| File | Description |
|---|---|
| USER.md | Primary source for the IANA timezone string (e.g., Timezone: Europe/London). |
| tz_config.json | Persistent storage for the validated timezone configuration used by scripts. |
| now.py | The execution script used to fetch and format the current local time. |
| AGENTS.md | Updated with standing rules to prioritize local time over UTC guesses. |
Loading
A structured dog breed encyclopedia providing detailed attributes, temperament data, and random facts via the Model Context Protocol.

A specialized search tool for identifying registered domain names across various TLDs using the Domainsdb.info database.

A comprehensive weather integration providing real-time conditions, multi-day forecasting, and severe weather alerts via the QWeather API.

Automate the identification of inactive GOG games and sync cleanup tasks directly to Apple Reminders and your inbox.

A comprehensive reference tool providing programmatic access to D&D 5th Edition SRD data including spells, monsters, and character classes.

A high-performance DNS lookup utility that enables AI agents to query domain records and resolve IP addresses through secure DNS-over-HTTPS.








































