Skip to main content
We all have work that runs on a clock — pulling data every morning, drafting a weekly report, compiling month-end numbers. None of it is hard. The hard part is showing up on time, every time, without dropping the ball. Scheduled tasks let QoderWork handle that for you. Tell it what to do and when, and it will run automatically — no reminders needed. Results show up as a new conversation in the sidebar, ready for you to review whenever you like.

How it works

The model is simple: scheduled time arrives → QoderWork opens a new conversation → runs your prompt → saves the results. When a scheduled task fires, QoderWork has the full set of capabilities you’d get in a normal conversation — MCP, Connector (browser automation, macOS native apps), Skills, and local file access. If you can do it in a chat, you can schedule it. Each run creates its own conversation and uses Credits, just like a manual one. It’s worth running a complex task by hand first to get a feel for what it costs.
Scheduled tasks are dispatched by the local desktop client, using your system timezone. If your Mac is asleep or powered off at the scheduled time, the task won’t fire. For anything critical, flip on Keep System Awake in the top-right corner of the Scheduled Tasks page.

Creating a task

There are two ways to set up a scheduled task — pick whichever feels right. Just describe what you want and when in any chat. QoderWork figures out the schedule and creates the task for you.
Set up a scheduled task: every day at 9 AM, search for the latest
AI industry news, pull together a 5-item digest, and save it to
the "Daily Digest" folder on my desktop.
No forms, no cron syntax — QoderWork picks up the frequency, timing, and instructions from plain English.
Good automations usually start as a one-off conversation that went well. If you like the results, just say “make this a daily task at 9 AM” and QoderWork will turn it into a scheduled task on the spot.

From the UI panel

If you prefer clicking over typing, or need fine-grained control over the schedule:
1

Open the Scheduled Tasks page

Click Scheduled Tasks in the left sidebar.
2

Create a new task

Hit + New Scheduled Task in the top-right corner.
3

Fill in the details

The form has a few fields:
  • Task Name — something you’ll recognize at a glance, like “Daily Competitor Digest” or “Friday Weekly Draft.”
  • Schedule — pick a frequency and time:
    TypeWhat it doesGood for
    One-timeFires once at a specific date and timePre-meeting prep, deadline checks
    IntervalRepeats at a fixed intervalPrice monitoring, polling, data collection
    HourlyRuns every hour at a given minuteAlerts, health checks, status syncs
    DailyRuns once a day at a set timeMorning digests, daily reports, end-of-day cleanup
    WeeklyRuns on a chosen day and time each weekWeekly reports, competitor tracking
    MonthlyRuns on a chosen day and time each monthMonth-end analysis, billing roundups
    When creating from a conversation, natural-language scheduling works too — “every 3 hours,” “last business day of the month,” “Tuesdays and Thursdays at 2 PM” all just work.
  • Agent Prompt — write your instructions the same way you would in a regular conversation.
  • Work in a Folder (optional) — pin the task to a specific folder for file reads and writes.
  • Attachments (optional) — attach reference files the task might need.
4

Save

Click Save. The task goes live immediately and will fire at the next scheduled time.

Use cases

Daily data report

Let QoderWork crunch the numbers every morning so you don’t have to.
Every day at 9:30 AM:
1. Read the latest Excel/CSV file in the workspace
2. Compare against yesterday's data — flag anything that moved more than 10%
3. Write up a short data digest with key changes and anomalies
4. Save as Markdown in the workspace

Daily news digest

Have a curated industry briefing waiting for you before your first coffee.
Weekdays at 8:30 AM:
1. Search the web for "latest AI industry news"
2. Pick the 5–8 most relevant articles
3. For each: title, one-line summary, source link
4. Group by Product Launches / Funding / Tech Breakthroughs / Policy
5. Save as Markdown to the "Daily Digest" folder on my desktop

Weekly competitor tracker

Stay on top of what the competition is shipping.
Every Monday at 10:00 AM:
1. Search for latest updates on Cursor, Windsurf, and GitHub Copilot
2. Check their websites, blogs, X/Twitter, and changelogs
3. Organize by Feature Updates / Market Moves / User Sentiment
4. Diff against last week's report and highlight what's new
5. Save as Markdown in the workspace

Downloads folder cleanup

End the day with a tidy filesystem.
Weekdays at 6:00 PM:
Scan ~/Downloads for files added today.
Move images → ~/Documents/Images/
Move PDFs and docs → ~/Documents/Docs/
Move archives → ~/Documents/Archives/
Leave the rest. Generate a short summary when done.

Email roundup

Never miss an important thread buried under newsletters.
Weekdays at 5:00 PM:
1. Pull all unread emails from today
2. Sort by priority — manager and client emails first
3. One-sentence summary per email
4. Flag anything that needs a reply or follow-up
5. Save the roundup to Notes

Pre-meeting prep

Walk into meetings with context, not cold.
Once, at 2:00 PM on 2026-03-25:
1. Pull up the details of my 3 PM meeting from Calendar
2. Research the meeting topic and gather background material
3. Draft 3–5 talking points and open questions
4. Save the brief to Notes
5. Create a high-priority Reminder

Managing tasks

Viewing results

Every time a task fires, QoderWork creates a new conversation in the sidebar. Open it to see exactly what the AI did and what it produced — same experience as a manual chat. You can ask follow-up questions or request changes right there.

The task list

The Scheduled Tasks page in the left sidebar is your control center:
Scheduled tasks management
  • Enable / Disable — toggle the switch on each card. Handy for pausing a task without deleting it.
  • Edit — click the card to change the name, schedule, or prompt.
  • Run Now → Run Now. Great for testing a prompt or grabbing results ahead of schedule.
  • Delete → Delete Task. This can’t be undone.

Run history

Switch to the Run History tab to see past executions:
StatusMeaning
SuccessRan and completed normally
RunningIn progress — open the conversation to watch live
FailedSomething went wrong — check the details

Best practices

Run it manually first

This is the number-one tip. Before automating anything complex, run the full workflow in a regular conversation. Tweak the prompt until the output is right, then convert it to a scheduled task. This saves you from waking up to a pile of bad results.

Be specific in your prompt

There’s no human in the loop to course-correct, so the prompt needs to stand on its own. Spell out the output format (Markdown, Excel, Word), the data source (which folder, which URL), the criteria (what counts as “anomalous” or “important”), and where to save the result.

Pin a working directory

Setting a working directory gives the task a stable context. This is especially useful when you regularly feed new files into a folder — the task picks up whatever’s latest each time it runs.

Stack with connectors and Skills

A scheduled task is just a timer. Its real power comes from what you plug in. Enable the browser connector and it can scrape the web. Enable the macOS connector and it can read Calendar and Mail. Pair it with Skills to reuse proven workflows. Mix and match to cover almost any automation scenario.

Keep your Mac awake

Scheduled tasks run locally and only fire while your Mac is awake. If you have a high-priority task — say, an 8 AM morning digest — turn on Keep System Awake on the Scheduled Tasks page so sleep mode doesn’t get in the way.

FAQ

Q: Can a scheduled task use browser automation? A: Yes — as long as the browser connector is enabled in Settings → Connector and Chrome is running. Just keep in mind that login sessions can expire; if they do, the AI will hit a login page and won’t be able to continue. Q: What happens if my Mac was asleep when a task was supposed to run? A: The run gets skipped. You’ll see it marked as missed in the run history. Hit Run Now to trigger it manually. Q: The results aren’t what I expected — what should I do? A: Two common causes: the prompt is too vague (e.g., “analyze the data” — be explicit about which fields and what format), or the source data changed (e.g., someone renamed a column in the spreadsheet). Open the conversation from the run history, see where things went sideways, and refine. Q: Is there a limit on how many tasks I can have? A: No hard cap, but each run creates a conversation and uses Credits. Be thoughtful about scheduling too many tasks at the exact same time. Q: Is there a time limit per run? A: No fixed limit, but runs are bounded by your Credits balance. Complex tasks burn more — test manually first to get a feel for the cost. Q: How do I reschedule an existing task? A: Click the task card → → Edit, change the schedule, and save. Or just tell QoderWork in a conversation: “Move the XX task to Tuesdays.”