Workflows · 4 min read
Schedule a workflow on your Mac — not in the cloud
Daily Magic stores the plan; Agent Witch on your Mac runs it on time.
Recurring reports and standup prep should not depend on you remembering to open ChatGPT every Monday. Create an automation in Daily Magic, pick hourly/daily/weekday schedule, and your Mac runs Claude on time.
How it works
- You define name, workflow, field values, and schedule in /automations
- Daily Magic syncs the job list to ~/.agent-witch on your Mac
- com.agent-witch-automation-scheduler checks every minute and dispatches due runs
- Results land in Job history like any manual send
Webhooks (optional)
You can also create a webhook automation. The server accepts POST /api/automations/{id}/trigger, but execution still needs your Mac online to run Claude on local files.
Built around your Mac
- Your Mac runs the schedule so jobs stay close to your local files
- When a run finishes, open Job history to review the result
- After an Agent Witch update, open Automations once so schedules stay in sync