cron

Schedule and manage reminders and recurring tasks using cron expressions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you manage your time and tasks by allowing you to schedule reminders and recurring tasks directly through the agent.

Core Features & Use Cases

  • Set Reminders: Schedule one-time or recurring reminders for yourself.
  • Automate Tasks: Define tasks that the agent should execute at specified intervals.
  • Manage Jobs: List and remove scheduled jobs.
  • 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

Schedule a reminder to call your mom every day at 8am.

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 cron expressions or simple time intervals to set up one-time or recurring jobs with specified messages or task descriptions.

Can I automate tasks to execute at specified time intervals?

Yes, you can automate tasks by defining task descriptions that the agent executes at specified intervals using a cron-like scheduling mechanism for time-based execution.

What is the best way to manage and list existing scheduled jobs?

Managing scheduled jobs is done by listing currently configured reminders and tasks, or removing specific scheduled jobs when they are no longer needed through the agent.

Does this scheduling tool support both one-time and recurring reminders?

Yes, the scheduling tool supports both one-time reminders and recurring tasks, allowing you to specify exact execution times or repeated intervals based on your needs.

Can I use simple time intervals instead of complex cron syntax for scheduling?

Yes, you can use simple time intervals instead of complex cron syntax to schedule reminders, making it accessible for basic recurring task automation without specialized knowledge.