cron-task-creator

Create and manage recurring octo agent tasks with validated cron schedules.

88|15|Updated May 25, 2026
One-click install
npx skills add https://github.com/open-octo/octo-agent --skill cron-task-creator-open-octo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron-task-creator
Source: https://github.com/open-octo/octo-agent/tree/main/internal/skills/defaults/cron-task-creator
Command: npx skills add https://github.com/open-octo/octo-agent --skill cron-task-creator-open-octo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of creating and maintaining recurring octo agent tasks, helping users automate scheduled prompts while avoiding invalid schedules, incomplete context, and missed execution requirements.

Core Features & Use Cases

  • Task Creation: Gather the schedule, prompt, working directory, model, agent, and notification settings, then create a scheduled task.
  • Task Management: Inspect, edit, enable, disable, run, and delete tasks through the octo server API or a file-based fallback.
  • Schedule Validation: Convert natural-language schedules into six-field cron expressions, explain the resulting timing, and verify the task after creation.
  • Use Case: Set up a weekday evening task that reviews a repository's recent issues, summarizes findings, and sends the result to a configured chat.

Quick Start

Ask the cron task skill to create a recurring task with its schedule, self-contained prompt, working directory, and preferred notification destination.

Frequently Asked Questions about cron-task-creator

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

FAQPage Schema
How do I schedule recurring automated agent prompts using cron?

Scheduling recurring agent prompts involves converting natural-language schedules into six-field seconds-first cron expressions and validating them to ensure reliable automated task execution. This Skill creates and manages those scheduled octo agent tasks with self-contained prompts.

Can I set up automated repository monitoring and notifications on a schedule?

Automated repository monitoring and notifications are supported by creating scheduled agent tasks that review issues and send results to a configured chat. You define the schedule, prompt, and notification destination to trigger runs while octo serve is active.

What is the six-field seconds-first cron format used for scheduled tasks?

The six-field seconds-first cron format is a scheduling syntax that includes seconds as the first field before the standard five fields. This Skill uses this specific format to validate task schedules and explain the resulting execution timing.

How do I manage and edit existing scheduled agent tasks?

Managing scheduled agent tasks includes inspecting, editing, enabling, disabling, running, and deleting them through the octo server API. API changes are verified through task listing to confirm successful updates.

Do I need an active octo serve connection to create scheduled tasks?

An active octo serve connection is not strictly required to create scheduled tasks. When the server is unavailable, this Skill falls back to task JSON files to maintain task creation and management capabilities.

Why are my scheduled cron tasks not working or executing correctly?

Scheduled cron tasks may fail due to invalid six-field schedule expressions or incomplete prompt context. This Skill prevents these issues by validating schedules, ensuring self-contained prompts, and verifying API changes through task listing.