Agent skill
Clock
Returns the current date time, use it to know what is the current date and time.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/clock
SKILL.md
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'
Didn't find tool you were looking for?