What problem does it solve? Managing recurring or trigger-based automations inside your personal Max agent requires knowing the right CLI commands, trigger slugs, integration scopes, and notification settings. This Skill provides the exact max tasks command patterns so you can create, update, run, and delete Max automations without guesswork. ## Core Features & Use Cases - Scheduled Tasks: Create cron-based automations (e.g., a weekday 8am morning brief) with --cron and notification flags for email, WhatsApp, or Slack. - Event-Based Tasks: Build trigger-driven automations (e.g., meeting prep when a Google Calendar event starts) using --trigger-slug and --trigger-config discovered via max tasks triggers. - Lifecycle Management: List, inspect, update (merge-style), enable/disable, manually run cron tasks, and delete tasks from the max CLI. - Use Case: Set up a task that fires on every new Gmail message, instructs Max to summarize urgent threads, and delivers the formatted digest to your Slack DM automatically. ## Quick Start Create a scheduled Max task named Morning brief that summarizes today's calendar and overnight emails every weekday at 8am and notifies me by email.