current-time
SolidReturn the current system time and timezone by calling a tool instead of guessing.
AI & Automation 126 stars
11 forks Updated today MIT
Install
Quality Score: 81/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Current Time
Use when the user asks for the current time, date, timezone, "right now", "what time is it", or similar.
## Workflow
1. Run a real-time command with `bash`:
```bash
date +"%Y-%m-%d %H:%M:%S %Z (%z)"
```
2. Return the result in one short line:
`Current time skill output: <output>`
## Constraints
- Do not estimate or infer time from memory.
- Always use the command output from this turn.
- Keep the response concise unless the user asks for more detail.
Details
- Author
- HybridAIOne
- Repository
- HybridAIOne/hybridclaw
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
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.
3 Updated yesterday
Recepay6358 Data & Documents Solid
time
Time and timezone utilities for getting current time and converting between timezones. Use when: (1) Getting current time in any timezone, (2) Converting time between different timezones, (3) Working with IANA timezone names, (4) Scheduling across timezones, (5) Time-sensitive operations. Triggers: "what time is it", "current time", "convert time", "timezone", "time in [city]".
64 Updated today
Dianel555 AI & Automation Listed
time-fetcher
Instructions for fetching current Dubai time via bash command
3 Updated yesterday
Recepay6358