What problem does it solve? It turns natural-language requests like "remind me in 20 minutes" or "check this page every Monday" into real, verifiable scheduled tasks instead of empty promises, handling time-zone anchoring, ambiguity clarification, and login-state requirements. ## Core Features & Use Cases - Full task lifecycle management: Create, update, delete, and query one-time (at) or recurring (cron) scheduled jobs through dedicated scheduling tools. - Time anchoring and disambiguation: Resolves relative expressions like "tomorrow morning" against real current time, and asks clarifying questions when multiple interpretations exist. - Login-state awareness: Detects tasks that depend on browser or CLI authentication, guides the user through login before activation, and reports failures when credentials expire. - Use Case: A user says "every weekday morning, check this repo and summarize failing tests" — the Skill anchors the current time, builds a cron expression, records the full requirement in the query field, and confirms the exact first trigger time. ## Quick Start Ask the assistant to create a scheduled task, for example: remind me to take a break in 20 minutes, or check this page for price changes every Monday at 10am.