Time Skill
Use this skill for current time and date calculation tasks.
Workflow
- For current time or today's date, call
call_skill_toolwithtool_nameset tocurrent_time. - For date addition, date subtraction, deadlines, or date differences, call
call_skill_toolwithtool_nameset todate_calculate. - Always include the relevant timezone in the final answer when current time or today is involved.
- Do not guess current time or today's date without calling the tool.
Tool Usage
current_time accepts:
timezone: IANA timezone such asUTC,Asia/Shanghai, orAmerica/New_York.format: strftime-style output format such as%Y-%m-%d %H:%M:%S.
date_calculate accepts:
operation:add,subtract, ordiff.base_date: date inYYYY-MM-DDformat, or omitted for today.amount: integer amount for add or subtract.unit:day,week,month, oryear.target_date: required fordiff.timezone: IANA timezone used whenbase_dateis omitted.