A high-precision temporal toolkit that uses native shell commands to perform complex date and time calculations without external dependencies.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install time-calc
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-calc using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Time Calc is a comprehensive utility designed for AI agents to handle temporal data with absolute accuracy. Instead of relying on error-prone LLM mental math, it leverages native shell environments (macOS, Linux, and Windows) to parse, calculate, and convert dates. This ensures that every operation—from identifying the current ISO week to calculating business day offsets—is grounded in system-level precision.
The skill is particularly effective for developers and automation workflows within Openclaw Skills that require precise scheduling, log analysis, or time zone synchronization. By abstracting platform-specific date command syntax into a unified logical framework, it provides a consistent interface for managing time across diverse operating systems.
Time Calc utilizes native system commands and does not require external package installations. Ensure your environment has access to the standard shell.
# Verify your environment to ensure command compatibility
uname -s # For macOS/Linux
$env:OS # For Windows PowerShell
The skill automatically references the following internal schema based on your OS:
$SKILL_ROOT/references/macos.md $SKILL_ROOT/references/linux.md $SKILL_ROOT/references/windows.md| Operation | Input Parameters | Primary Output Example |
|---|---|---|
| today | None | 2026-04-09 Wednesday 14:30 CST |
| info | YYYY-MM-DD | Day of year, Days in month, Leap year status |
| weekday | Modifier + Day | 2026-04-17 (Next Friday) |
| offset | Date + [+/-]Value | 2026-02-28 (from Jan 31 + 1m) |
| diff | Date1 + Date2 | 6 Days / 2d 9h 30m |
| convert | Time + Zone A + Zone B | Translated Time + Offset |
| epoch | Timestamp/Date | Unix Seconds or ISO Date |
Loading
A decentralized peer review system providing independent verification and multi-party approval for AI agent task results.

Bridges the Pilot Protocol with cloud storage services like AWS S3 and GCS, allowing AI agents to manage files through secure gateway agents.

Advanced reputation analytics and trend tracking for Pilot Protocol agent scoring.

An automated visualization tool for generating gene expression bubble plots categorized by cell type and disease state.

A store-and-forward messaging system for AI agents that ensures guaranteed message delivery even when peers are offline.

A high-performance skill for managing real-time Decentralized Exchange (DEX) WebSocket sessions and data streams via CLI or custom scripts.








































