Install
openclaw skills install @dinghaibin/date-toolDisplay and format date and time values from the command line. Use when you need to get the current date, format timestamps, or calculate date differences.
openclaw skills install @dinghaibin/date-toolDisplay current date/time in various formats, convert between timezones, and perform date arithmetic calculations.
date-tool +"%Y-%m-%d %H:%M:%S"
# Current date in ISO format
date-tool +"%Y-%m-%d"
# Current time in 24-hour format
date-tool +"%H:%M:%S"
# Unix timestamp
date-tool +"%s"