A powerful Model Context Protocol skill for retrieving formatted system time, managing global timezones, and calculating precise time intervals.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install system-time
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 system-time using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The System Time skill is a robust utility designed to provide AI agents with comprehensive temporal awareness. Part of the Openclaw Skills library, it bridges the gap between raw system clocks and actionable data, supporting a vast array of international standards including ISO 8601, Unix timestamps, and localized formatting.
By leveraging this skill, developers can ensure their agents accurately handle cross-timezone coordination and time-sensitive logic. Whether you need to fetch the current time in Tokyo or calculate the exact duration between two historical events, this skill provides the necessary technical infrastructure through a standardized Model Context Protocol interface.
To integrate this skill into your environment, ensure you have Node.js and TypeScript installed. Follow these steps to prepare the Openclaw Skills environment:
# Install dependencies
npm install
# Build the TypeScript project
npm run build
After building, configure your MCP-compliant host (such as Claude Desktop or a custom agent) to point to the resulting build directory to enable the time tools.
The skill organizes time data into structured outputs. Below is a summary of the metadata and parameters used:
| Parameter | Type | Description |
|---|---|---|
| format | String | Options: iso, date, time, datetime, full, timestamp, detailed |
| timezone | String | IANA timezone string (e.g., "Asia/Tokyo") |
| start_time | String/Number | ISO string or Unix timestamp for calculations |
| end_time | String/Number | Ending point for difference calculation (defaults to now) |
| time_info | Object | Contains year, month, day, weekday, hours, minutes, seconds, and ms |
Loading
A sophisticated WebSocket management tool providing automated recovery through exponential backoff, jittered retries, and circuit breaker patterns.

A robust HTTP client extension for Openclaw Skills that implements exponential backoff retries and circuit breaker patterns to drastically reduce API failure rates.

Eliminate N+1 query overhead by batching and caching database or API requests into efficient single operations.

A terminal automation skill that launches Claude Code and automatically enables Remote Control for seamless multi-device coding sessions.

ATXP provides a unified infrastructure for AI agents to manage identity, fund wallets, and access a suite of paid API tools including web search and media generation.

A comprehensive infrastructure layer providing AI agents with a funded identity, wallet, and access to a suite of paid productivity and generative tools.








































