Scheduled Task Setup
NEWBuilds or repairs an unattended scheduled task end to end: durable folder, service credential, preflight, and a verified first run.
or just say “set up a scheduled task”
Comes with the plugin, one install activates every skill. See the install flow.
A scheduled task or cron fires with nobody watching, and a run that starts in a fresh sandbox with no credential or brand context on hand just fails quietly, or reports "not signed in" on every fire.
The whole unattended setup built at once: a durable folder attached to the task, a service credential anchored inside it, task instructions that re-establish everything at the start of every run, and a verified first run, so it keeps working with nobody at the keyboard. Also fixes an existing scheduled task stuck reporting "not signed in" or "No credentials found."
What your agent can do
- 01
Picks a durable anchor folder the task can always reach
- 02
Anchors a service credential inside it via mx-auth-service-setup
- 03
Generates task instructions that preflight every run before it does anything else
- 04
Verifies the first run end to end before you walk away
- 05
Repairs an existing scheduled task that starts unauthenticated or without brand context
Before you run
For unattended runs. Needs an admin-issued service credential; this skill hands off to mx-auth-service-setup for that step.
- Which durable folder anchors the task so a scheduled run can always find its credential again
- Read-only vs write scopes on the service credential, based on what the scheduled work actually does
- Which brands the task pulls context for on every run