Returns the current date time, use it to know what is the current date and time.
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: Clock
description: Returns the current date time, use it to know what is the current date and time.
version: 1.0.0
---
Use the following bash snippet to calculate the current date and time from the user's system and return it into the chat context:
```bash
date '+%Y-%m-%d %H:%M:%S'
```No comments yet. Be the first to comment!