automation-cron

Schedule recurring agent tasks via the cronjob tool with workdir scoping.

16|3|Updated May 5, 2026
One-click install
npx skills add https://github.com/Kevin-Liu-01/Agent-Machines --skill automation-cron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: automation-cron
Source: https://github.com/Kevin-Liu-01/Agent-Machines/tree/main/knowledge/skills/automation-cron
Command: npx skills add https://github.com/Kevin-Liu-01/Agent-Machines --skill automation-cron

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Schedule recurring agent tasks and automate long-running workflows across the gateway and chat interfaces, eliminating manual repetition.

Core Features & Use Cases

  • Cron-based scheduling: create, update, pause, resume, and delete recurring jobs using the cronjob tool.
  • Workload handling: run tasks in fresh agent sessions and deliver results back to the originating chat or configured platforms.
  • Common use cases: hourly health checks, daily wiki digests, weekly skill audits, and nightly memory consolidation.
  • Safety and control: includes a recursion guard and workdir scoping to maintain context and prevent runaway automation.

Quick Start

Create a cron job that runs every day at 09:00 to summarize my recent activity.

Frequently Asked Questions about automation-cron

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule recurring agent tasks automatically?

You schedule recurring agent tasks by creating cron jobs that execute fresh agent sessions on a gateway scheduler and deliver results back to your originating chat or configured platforms. This eliminates manual repetition for routine workflows.

Can I pause and resume a scheduled cronjob without losing my configuration?

You can pause and resume scheduled cronjobs using the cronjob tool without losing your configuration. The tool supports full lifecycle management, allowing you to create, list, pause, resume, run, and remove recurring jobs as needed.

What is the best way to automate daily wiki digests and hourly health checks?

The best way to automate daily wiki digests and hourly health checks is using cron-based scheduling to trigger fresh agent sessions. This approach delivers automated routine task results directly back to your configured platforms.

Does the cronjob tool include safeguards against runaway scheduling?

The cronjob tool includes a recursion guard to prevent runaway scheduling and uses workdir scoping to maintain context. These safety features ensure automated recurring workflows remain controlled and do not execute indefinitely.

How do I scope recurring workflows to a specific working directory?

You scope recurring workflows to a specific working directory using the workdir scoping feature during cronjob creation. This maintains context for the scheduled agent session and prevents it from affecting unrelated files or processes.

Why use a gateway scheduler for recurring agent tasks instead of manual triggers?

A gateway scheduler automates recurring agent tasks on a fixed cadence, eliminating manual repetition. It executes fresh agent sessions for routine jobs like nightly memory consolidation and weekly skill audits, then delivers results back to your chat.