cron

Schedules recurring reminders and automated tasks using cron expressions or time intervals.

31|9|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/codemo1991/nanobot-webui --skill cron-codemo1991
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron
Source: https://github.com/codemo1991/nanobot-webui/tree/main/nanobot/skills/cron
Command: npx skills add https://github.com/codemo1991/nanobot-webui --skill cron-codemo1991

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you manage your time effectively by scheduling reminders and recurring tasks, ensuring you don't miss important events or deadlines.

Core Features & Use Cases

  • Set Reminders: Schedule one-time or recurring reminders to be sent directly to you.
  • Automate Tasks: Define tasks that the agent should execute at specified intervals.
  • Manage Jobs: List active scheduled jobs or remove them as needed.
  • Use Case: Set a reminder to "take a break" every 20 minutes, or schedule a recurring task for the agent to "check GitHub stars every hour."

Quick Start

Use the cron skill to add 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 expressions?

You can schedule recurring reminders and tasks by providing a cron expression or simple time interval to trigger user-defined messages or agent-executed tasks at precise execution times based on seconds, minutes, hours, days, and weekdays.

What is the best way to automate a task to run at specific time intervals?

Automating a task at specific time intervals involves defining a recurring job with a simple time interval, allowing the agent to execute specified tasks automatically and manage your time effectively without missing deadlines.

Can I list and remove active scheduled jobs after setting them up?

Yes, you can manage active scheduled jobs by listing current reminders and tasks or removing them as needed to maintain control over your recurring automated workflows.

Does this scheduling approach work for both one-time and recurring reminders?

Yes, this scheduling approach supports both one-time and recurring reminders, sending messages directly to you based on system time to ensure precise execution for events like taking a break every 20 minutes.

What level of time precision do cron jobs support for task execution?

Cron jobs support precise execution timing by integrating with system time, allowing you to schedule tasks and reminders down to the second, minute, hour, day, or weekday.