Agent Skills
› DenisovAV/flutter_gemma
› get-current-time
get-current-time
GitHub获取用户当前本地日期、时间和星期几。通过调用 run_intent 工具请求 get_current_date_and_time 意图,并将返回结果告知用户。
Trigger Scenarios
询问当前时间
查询今天日期
确认星期几
Install
npx skills add DenisovAV/flutter_gemma --skill get-current-time -g -y
SKILL.md
Frontmatter
{
"name": "get-current-time",
"description": "Get the user's current local date, time, and day of the week."
}
Get current time
Instructions
Call the run_intent tool with the following exact parameters:
- intent: get_current_date_and_time
- parameters: {}
Then tell the user the date and time returned.
Version History
- 451fc69 Current 2026-08-20 14:01


