Agent Skills: time-helper

Provide accurate current time by calling get_time tool.

UncategorizedID: aevatarAI/aevatar-agent-framework/time-helper

Install this agent skill to your local

pnpm dlx add-skill https://github.com/aevatarAI/aevatar-agent-framework/tree/HEAD/examples/DotNetFileSkillDemo/agent_skills/time-helper

Skill Files

Browse the full folder contents for time-helper.

Download Skill

Loading file tree…

examples/DotNetFileSkillDemo/agent_skills/time-helper/SKILL.md

Skill Metadata

Name
time-helper
Description
Provide accurate current time by calling get_time tool.

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.