Time Convert for Openclaw

A precision utility for global timezone synchronization, complex date arithmetic, and Unix epoch transitions designed for AI agents.

cutthemustard
v1.0.0
Mar 4, 2026
0
818
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install time-convert

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Time Convert?

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.

Time Convert Use Cases

  • Scheduling meetings and events across multiple international timezones accurately.
  • Calculating project deadlines by adding or subtracting specific units like weeks or months from a start date.
  • Normalizing database timestamps from Unix epochs to ISO 8601 for human-readable reports.
  • Checking the current day of the week or DST status for localized business logic automation.

How Time Convert Works

  1. The AI agent or client triggers a POST request to a specific endpoint (now, convert, math, or epoch) with the required parameters.
  2. The utility parses the input time and timezone data using a comprehensive IANA database.
  3. For date math, the system applies the specified operation (add or subtract) based on the provided unit (e.g., days, years).
  4. The service generates a standardized JSON response that includes both machine-readable and human-readable formats, along with metadata like the day of the week.

Time Convert Setup

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.

Time Convert Data Schema & Taxonomy

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.

Time Convert Advanced Features

  • Supports advanced date math units including weeks, months, and years for complex scheduling.
  • Integrated x402 protocol support for automated, programmatic micropayments using USDC on Base.
  • Comprehensive IANA timezone support ensures accuracy for even the most obscure regional offsets.
  • Privacy-centric design that utilizes IP hashing for rate limiting rather than requiring personal user data.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*