system-time

Installation
SKILL.md

System Time

Get accurate system time information in multiple formats.

Quick Usage

Current Time (Local)

date                                    # Human readable
date -Iseconds                          # ISO 8601 with seconds
date +%s                                # Unix timestamp

Current Time (UTC)

date -u                                 # UTC human readable
date -u -Iseconds                       # UTC ISO 8601
date -u +%s                             # UTC Unix timestamp (same as local)
Related skills

More from leoyeai/openclaw-master-skills

Installs
1
GitHub Stars
2.0K
First Seen
Apr 25, 2026