cron

Schedule reminders and recurring tasks with cron syntax and ISO datetimes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mikmaneggahommie/Telebirr-Clone --skill cron-mikmaneggahommie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron
Source: https://github.com/mikmaneggahommie/Telebirr-Clone/tree/main/openviking_source/bot/workspace/skills/cron
Command: npx skills add https://github.com/mikmaneggahommie/Telebirr-Clone --skill cron-mikmaneggahommie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users manage their time effectively by scheduling reminders and recurring tasks, ensuring important events and duties are not forgotten.

Core Features & Use Cases

  • Set Reminders: Schedule one-time or recurring messages to be delivered directly to the user.
  • Automate Tasks: Define tasks for the agent to execute at scheduled intervals, with results reported back.
  • Flexible Scheduling: Supports simple time intervals (e.g., every 20 minutes) and complex cron expressions for precise timing.

Quick Start

Schedule a reminder to take a break every 20 minutes.

Frequently Asked Questions about cron

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

FAQPage Schema
How do I schedule recurring reminders and tasks using cron syntax?

Schedule recurring reminders and tasks by providing a cron syntax time expression. The agent processes the cron schedule to trigger one-time reminders or recurring jobs at precise intervals, reporting results back to you.

Can I automate tasks to run at specific intervals like every 20 minutes?

Automate tasks at specific intervals by defining a time expression like every 20 minutes. The agent executes the scheduled task automatically and reports the results back to you upon completion.

What scheduling formats are supported for time management and reminders?

Supported scheduling formats for reminders and tasks include simple time intervals, seconds, cron syntax, and ISO datetimes, allowing flexible timing for both one-time reminders and recurring jobs.

How do I list and remove scheduled tasks once they are set?

List and remove scheduled tasks by using their assigned job IDs. You can retrieve a list of active jobs to review your current task schedule and delete specific jobs to stop reminders.

What is the difference between a one-time reminder and an agent-executed task?

A one-time reminder delivers a scheduled message directly to you, while an agent-executed task triggers the agent to perform a specific action at a scheduled time or interval, returning the execution results.