# Current Time

> Return the current system time and timezone by calling a tool instead of guessing.

- Skill: `hybridaione/current-time` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hybridaione/current-time`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hybridaione/current-time/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: HybridAIOne (https://skillmd.com/u/hybridaione)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/hybridaione/current-time

---

# 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.

