cron

Create, query, and delete CRON tasks within conversations.

4|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/bitan-del/gods-eye --skill cron-bitan-del
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron
Source: https://github.com/bitan-del/gods-eye/tree/main/apps/desktop/src/process/resources/skills/_builtin/cron
Command: npx skills add https://github.com/bitan-del/gods-eye --skill cron-bitan-del

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured workflow to manage scheduled tasks within conversations, replacing manual reminders with reliable automatic executions.

Core Features & Use Cases

  • ONE task per conversation to prevent conflicts and confusion.
  • Query and WAIT for results before creating or deleting a task, ensuring deterministic actions.
  • NEVER delete or modify a task without explicit user confirmation, and always close task actions with explicit end markers.
  • The Skill communicates using CRON-based blocks like [CRON_LIST], [CRON_CREATE], and [CRON_DELETE] to manage tasks.
  • Use cases include reminders, periodic reports, and time-based automation across conversations.

Quick Start

Create a sample task scheduled for 09:00 every day with a clear reminder message.

Frequently Asked Questions about cron

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

FAQPage Schema
How do I schedule automated tasks within a conversation?

Scheduling automated tasks within a conversation involves creating timed actions using standard CRON syntax. The system uses command blocks to handle task creation, querying, and deletion with explicit confirmations for reliable execution.

What is the best way to manage periodic reminders using CRON syntax?

Managing periodic reminders with CRON syntax requires creating a scheduled task within your conversation. The system enforces a one-task-per-conversation limit to prevent conflicts and uses explicit confirmations before modifying or deleting any existing reminders.

Can I create multiple scheduled tasks in the same conversation?

Creating multiple scheduled tasks in the same conversation is not supported. The system enforces a one-task-per-conversation limit to prevent conflicts and confusion, ensuring deterministic execution for your automated workflows.

How does the system handle task deletion for scheduled workflows?

Task deletion for scheduled workflows requires explicit user confirmation before any action is taken. The system queries and waits for results before deleting, using command blocks to ensure actions are deterministic and closed with explicit end markers.

When should I avoid using conversation-based task scheduling?

You should avoid using conversation-based task scheduling if you need multiple timed tasks running simultaneously in one context. The one-task-per-conversation limitation makes it unsuitable for complex, multi-schedule workflows without segregating them across separate conversations.