Install
openclaw skills install @terrycarter1985/echo-nowPrint the current UTC time and ISO date in a deterministic, copy-friendly format. Use when an agent or operator needs a stable timestamp string for logs, file names, notes, or manifests and wants a single reusable command instead of rewriting date formatting each time.
openclaw skills install @terrycarter1985/echo-nowEcho a stable UTC timestamp and ISO date string.
YYYY-MM-DD).date formatting in shell each time.date available on PATH.scripts/echo_now.sh
Two lines:
utc=<YYYY-MM-DDTHH:MM:SSZ>
date=<YYYY-MM-DD>
Use the utc= value for event timestamps and the date= value for date-only prefixes.