current-time
SolidReturn the current system time and timezone by calling a tool instead of guessing.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- HybridAIOne
- Repository
- HybridAIOne/hybridclaw
- Created
- 6 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
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.
mattstackgetting-current-time
Use whenever the current time matters ... answering "what time is it", timestamping output, scheduling, computing relative dates ("yesterday", "in 2 hours"), or reasoning about timezones. The context window only carries the date, never the time of day, so the clock must be read from the machine.
time-skill
Display the current time in Pakistan Standard Time (PKT, UTC+5). Use when the user asks for the current time, Pakistan time, or PKT.