always-current-datetime
SolidUse when replying. Refresh current date and time.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- aiskillstore
- Repository
- aiskillstore/marketplace
- Created
- 8 months ago
- Last Updated
- today
- Language
- Python
- License
- None
Similar Skills
Semantically similar based on skill content — not just same category
getting-current-time
Use only when no hook-injected "Current time:" stamp is in context, or when the work is elapsed-time-sensitive enough that a stamp up to 5 minutes old is too stale. Normally the current time is injected automatically ... a UserPromptSubmit hook stamps every turn and a throttled PostToolUse hook re-stamps during long turns ... so read the most recent stamp from context instead of running anything.
current-time
Return the current system time and timezone by calling a tool instead of guessing.
temporal-grounding
Use when the user states or implies a current date ("today is X", "as of now", "last week") and your context already carries a date of its own — a system prompt date, an environment block, a `date` result, a commit timestamp. Also use when a deadline, countdown, age, or duration rests on a date the user supplied rather than one you observed.