From 9406d36d9e79aaf1634b093ec843acb0b6784053 Mon Sep 17 00:00:00 2001 From: SuperUser Date: Mon, 2 Mar 2026 09:27:07 +0000 Subject: [PATCH] Add schedule skill --- schedule/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedule/SKILL.md b/schedule/SKILL.md index cac7496..49b589e 100644 --- a/schedule/SKILL.md +++ b/schedule/SKILL.md @@ -35,4 +35,4 @@ Decide whether the task is recurring or one-off: **IMPORTANT: Cron expressions run in the user's local machine timezone, NOT UTC.** Use local times directly in the cron expression. For example, if the user asks for "8am every Friday", use `0 8 * * 5` — do NOT convert to UTC. -Finally, call the "create_scheduled_task" tool. \ No newline at end of file +Finally, call the "create_scheduled_task" tool.