# Time Helper

> Provide accurate current time by calling get_time tool.

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

---


## When to use
- User asks “现在几点/当前时间/时区/UTC 时间/本地时间” 等与时间相关的问题。

## Procedure
1) Call `get_time` tool with empty parameters.
2) Use the tool result (`utc`, `local`, `timezone`) to answer.

## Output requirements
- Always include local time and timezone.
- If user explicitly asks for UTC, include UTC too.


