A precision utility for global timezone synchronization, complex date arithmetic, and Unix epoch transitions designed for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install time-convert
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-convert using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Time Convert is a robust technical utility that provides AI agents with the computational power to handle temporal data accurately. It solves the common developer challenge of managing timezone offsets, Daylight Saving Time (DST) transitions, and mathematical operations on dates. By integrating this into your suite of Openclaw Skills, you enable your agent to perform professional-grade time calculations without the overhead of local library dependencies.
The skill provides a unified interface for fetching current times, converting between global regions, and translating between human-readable ISO 8601 strings and machine-efficient Unix epochs. It is built to be lightweight, stateless, and highly reliable for automated workflows.
To integrate this functionality into your environment, utilize the following REST endpoints. No authentication is required for the free tier (limited to 10 queries per day). These Openclaw Skills are accessible via standard HTTP clients.
# Get current time in a specific timezone
curl -X POST https://time.agentutil.net/v1/now \
-H "Content-Type: application/json" \
-d '{"timezone": "America/New_York"}'
For high-volume needs, the skill supports the x402 protocol, allowing for per-query payments of $0.001 USDC on the Base network.
The skill returns a consistent metadata structure for every request to ensure easy integration:
| Property | Description |
|---|---|
| iso | The ISO 8601 formatted date and time string. |
| unix | The equivalent Unix epoch timestamp. |
| timezone | The IANA timezone string used for the calculation. |
| day_of_week | The full string name of the day (e.g., Wednesday). |
| is_dst | Boolean flag indicating if Daylight Saving Time is active. |
| request_id | A unique identifier for tracking the service request. |
Loading
A comprehensive suite of text manipulation tools for AI agents to handle regex, diffs, format conversions, and structured JSON data.

A specialized tool for safe math expression evaluation, descriptive statistics, and percentage calculations via a secure API.

Perform DNS lookups, reverse DNS, WHOIS queries, and IP geolocation directly through an AI agent.

A comprehensive cryptographic utility for generating hashes, HMACs, UUIDs, and identifying unknown hash algorithms via a secure API.

A comprehensive weather data skill providing real-time conditions and multi-day forecasts for any global location via name or coordinates.

A Node.js-powered integration for managing Bring! shopping lists using email and password credentials.








































