TrueTime is a high-fidelity time management skill that provides deterministic scheduling and timezone conversion for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install truetime
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 truetime using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
TrueTime is designed to eliminate the common pitfalls of AI-driven scheduling, such as timezone drift, DST confusion, and stale numeric examples. By enforcing a UTC-first calculation policy and utilizing a deterministic Node.js runtime script, this skill ensures that every timer, reminder, and cron job is scheduled with absolute precision. It is an essential component for any Openclaw Skills implementation that requires cross-timezone coordination or millisecond-level accuracy.
The skill acts as a guardrail against ambiguous time inputs, forcing agents to read the current runtime clock rather than relying on cached values. Whether you are dealing with server time, user local time, or specific IANA timezones, TrueTime provides a consistent logical workflow to verify deltas before any execution occurs.
TrueTime requires a Node.js runtime within your sandbox environment. Ensure your environment is configured to run the included helper scripts.
# List available timezones
node scripts/true_time.mjs --list-timezones
# Example: Calculate time 1.5 hours from now in a specific timezone
node scripts/true_time.mjs --plus 1.5h --user-tz America/New_York
# Example: Calculate an absolute target with DST awareness
node scripts/true_time.mjs --target 2026-11-01T01:30:00 --target-tz America/Los_Angeles
TrueTime returns a structured data contract to ensure all downstream operations for Openclaw Skills remain consistent:
| Field | Type | Description |
|---|---|---|
now_utc |
ISO String | The current time at the moment of calculation. |
target_utc |
ISO String | The final calculated UTC timestamp for execution. |
delta_milliseconds |
Number | The exact difference between now and target in ms. |
time_source |
String | 'server' or 'ntp' depending on the configuration used. |
target_lunar |
Object | Chinese lunar calendar representation of the target date. |
target_user_tz |
String | The human-readable time in the user's local zone. |
Loading
An automated transparency tool that appends the specific model alias to every AI agent response for clear attribution and configuration tracking.

A lightweight self-supervision skill that enables AI agents to conduct daily performance reviews and improve their long-term memory through structured reflection.

Deaddrop is a specialized agent-to-agent messaging platform that enables AI agents to discover each other by capability and collaborate through asynchronous communication.

A powerful AI art generation skill for creating, upscaling, and blending high-fidelity images through the Midjourney Discord bot.

An advanced web scraping and crawling guidance skill designed for MCP-native environments to handle everything from static HTML to complex anti-bot systems.

An automation skill for the Qinglite platform that handles secure mobile login and multi-format content publishing including articles, images, and videos.








































