time-helper

Retrieve the current local time and timezone via the get_time tool.

1|2|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/eanzhao/aevatar-agent-framework --skill time-helper-eanzhao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: time-helper
Source: https://github.com/eanzhao/aevatar-agent-framework/tree/main/examples/DotNetFileSkillDemo/agent_skills/time-helper
Command: npx skills add https://github.com/eanzhao/aevatar-agent-framework --skill time-helper-eanzhao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides the current time by calling the get_time tool, helping respond to time-related queries quickly and accurately.

Core Features & Use Cases

  • Single-step time retrieval: fetches local time and timezone from the system.
  • UTC option: returns UTC when requested.
  • Use Case: When a user asks for the current time, this Skill retrieves it via get_time and presents local time + timezone (and UTC on request).

Quick Start

Call the get_time tool with no parameters and report the returned values.