schedule

Manage letsgo gateway cron jobs for scheduled Amplifier recipe execution.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/michaeljabbour/amplifier-bundle-letsgo --skill schedule-michaeljabbour
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule
Source: https://github.com/michaeljabbour/amplifier-bundle-letsgo/tree/main/skills/schedule
Command: npx skills add https://github.com/michaeljabbour/amplifier-bundle-letsgo --skill schedule-michaeljabbour

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to schedule recurring tasks or trigger Amplifier recipes at specific intervals, automating periodic work like reports, health checks, or reminders.

Core Features & Use Cases

  • Schedule Recurring Tasks: Set up jobs to run at defined cron intervals.
  • Trigger Amplifier Recipes: Automate the execution of Amplifier recipes on a schedule.
  • Manage Scheduled Jobs: List, create, and delete scheduled jobs through a CLI.
  • Use Case: Schedule a daily report generation recipe to run every morning at 9 AM.

Quick Start

Use the letsgo-gateway CLI to create a new scheduled job for the daily-digest recipe to run every day at 9 AM.

Frequently Asked Questions about schedule

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

FAQPage Schema
How do I schedule recurring tasks and cron jobs for automation?

You can schedule recurring tasks by creating cron jobs that trigger automated execution at specified intervals using cron expressions. This enables periodic automation of reports, health checks, and reminders.

Can I trigger Amplifier recipes automatically at specific intervals?

Yes, you can trigger Amplifier recipes automatically by creating scheduled jobs with cron expressions. This allows recipes to execute at defined intervals for automated task completion.

How do I create and manage scheduled jobs using cron expressions?

You can create, list, and delete scheduled jobs through the letsgo-gateway CLI by specifying cron expressions, recipe paths, labels, and optional context variables for each job.

What's the best way to automate daily report generation on a schedule?

The best way to automate daily report generation is to schedule a recurring cron job that triggers your report recipe at a specific time, such as every day at 9 AM, using the gateway CLI.

Does the letsgo gateway support passing context variables to scheduled recipes?

Yes, the letsgo gateway supports passing optional context variables to scheduled jobs. This allows you to customize the execution of Amplifier recipes when they are triggered by cron jobs.

Why use cron expressions for scheduling tasks instead of simple intervals?

Cron expressions provide precise control over scheduling tasks, allowing you to define complex recurring intervals for automating reports, health checks, and reminders beyond simple fixed intervals.