cron

Schedule reminders and recurring tasks with configurable timing.

46.8k|8.3k|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/HKUDS/nanobot --skill cron-hkuds
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron
Source: https://github.com/HKUDS/nanobot/tree/main/nanobot/skills/cron
Command: npx skills add https://github.com/HKUDS/nanobot --skill cron-hkuds

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate reminders and recurring task scheduling.

Core Features & Use Cases

  • Reminders: schedule time-based prompts that notify you or others.
  • Recurring Tasks: set up periodic tasks with configurable cadence.
  • Use Case: imagine you want a daily stand-up notification at 9am and a weekly status report; cron can schedule both and return results.

Quick Start

Use the cron tool to add a reminder or a recurring task, for example: cron(action="add", message="Check HKUDS/nanobot updates", every_seconds=86400)

Frequently Asked Questions about cron

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

FAQPage Schema
How do I schedule recurring tasks and automate reminders for my personal workflow?

To schedule recurring tasks and automate reminders, you can configure timing using every_seconds or cron_expr parameters, along with an action message to distinguish between simple reminders and automated periodic task execution.

What is the best way to set up a daily standup notification and a weekly status report?

The best way to set up daily standup notifications and weekly status reports is to use the cron tool to add recurring tasks with configurable cadence, returning scheduled results for both personal productivity and team coordination.

Can I use cron syntax to automate periodic team coordination tasks?

Yes, you can use cron_expr to automate periodic team coordination tasks, allowing you to define precise scheduling expressions for recurring task execution and time-based reminder notifications.

Does this scheduling tool support both simple reminders and automated recurring tasks?

This scheduling tool supports both simple reminders and automated recurring tasks by accepting action messages and distinguishing between the two, covering scenarios from personal prompts to periodic task execution.

How do I configure time intervals for task scheduling using every_seconds?

To configure time intervals for task scheduling using every_seconds, you pass the desired numerical value representing the seconds between executions, such as 86400 for daily task automation, alongside the action and message parameters.