recurring-jobs

Installation
SKILL.md

Recurring Jobs

Rule

Recurring jobs are scheduled tasks the agent executes automatically on a cron schedule. Jobs live as resource files under jobs/ with YAML frontmatter for scheduling metadata.

How It Works

  1. User asks for something recurring via the agent chat
  2. Agent uses manage-jobs tool (action: "create") to write a job file at jobs/<name>.md
  3. A scheduler polls every 60 seconds, finds due jobs, and executes them via runAgentLoop
  4. Job results are saved as chat threads

Job Tool (built in)

Installs
4
GitHub Stars
3.8K
First Seen
May 23, 2026
recurring-jobs — builderio/agent-native