What problem does it solve? Recurring server-side work like nightly aggregations, cleanup sweeps, periodic third-party syncs, and digest emails needs a reliable time-based trigger, and this Skill guides you through creating and managing Weegloo Schedulers that fire one Script on a cron schedule without a caller or payload. ## Core Features & Use Cases - Cron Scheduling in UTC: Create Schedulers with five-field cron expressions read in UTC, with validation that rejects expressions that can never fire and guidance on day-shift bugs when converting from local timezones. - Permission and Quota Management: Enforce the two required grants (SETTING_SCHEDULER plus script.Execute re-checked before every run) and size schedules against the Organization's monthly Script-execution allowance. - Run History and Failure Semantics: Inspect short-lived SchedulerExecution records, understand at-most-once runs, no catch-up of missed occurrences, and automatic deactivation when grants or quota are lost. - Use Case: Set up an hourly sync that fetches exchange rates from an external API and upserts them into Content, running as the Scheduler's creator with directCallEnabled disabled so only the clock can trigger it. ## Quick Start Ask the agent to create a Weegloo Scheduler in your Space that runs a specific Script every hour on the hour using a UTC cron expression.