Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.openclaws.biz/llms.txt

Use this file to discover all available pages before exploring further.

Schedule recurring agent runs from the Cron Jobs tab. Great for morning briefings, automated reports, monitoring, or any task you want to run on a schedule.

Creating a Job

1

Name & Agent

Give the job a name and optionally pick a specific agent.
2

Schedule

Choose your schedule type:
  • Every — e.g., every 30 minutes
  • At — specific datetime
  • Cron — cron expression with timezone
3

Execution

  • Main — posts a system event to the main session
  • Isolated — dedicated agent turn with your prompt
4

Delivery

  • Announce — posts a summary to chat
  • Webhook — POSTs results to a URL
  • None — keeps it internal

Examples

JobSchedulePrompt
Morning BriefingAt 8:00 AM EST”Give me a summary of my calendar, unread emails, and pending Linear issues”
Inbox MonitorEvery 30 minutes”Check for urgent emails and Slack messages, summarize anything important”
Daily StandupCron: 0 9 * * 1-5”Prepare a standup summary: what I did yesterday, what’s planned today, blockers”
The run history panel shows all past executions with status, duration, and output.