schedule_task

Create, modify, and execute scheduled tasks using cron expressions, intervals, or timestamps.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/dascard/nanobot --skill schedule-task-dascard
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: schedule_task
Source: https://github.com/dascard/nanobot/tree/main/creatures/nanobot/prompts/skills/schedule_task
Command: npx skills add https://github.com/dascard/nanobot --skill schedule-task-dascard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of managing recurring or future-dated reminders and automated workflows within a chat environment, ensuring that important tasks are never forgotten and follow-up actions are executed consistently.

Core Features & Use Cases

  • Flexible Scheduling: Supports one-time alerts, recurring intervals, and complex cron expressions for precise timing.
  • Intelligent Task Execution: Allows for deterministic program execution or model-driven responses based on the task's requirements.
  • Use Case: A user can ask the bot to check for updates on a specific project every morning at 9 AM, or set a one-time reminder to follow up on a document review in two hours.

Quick Start

Use the schedule_task skill to create a daily reminder at 9 AM to summarize the latest group messages.

Frequently Asked Questions about schedule_task

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

FAQPage Schema
How do I schedule recurring push notifications in a chat session?▼

To schedule recurring push notifications in a chat session, you can use flexible timing options including specific timestamps, intervals, or complex cron expressions. This ensures automated follow-ups execute consistently within your workflow.

What is the best way to automate a daily task reminder using cron expressions?▼

Automating a daily task reminder using cron expressions is best handled by creating a recurring workflow task within your chat environment. The system supports complex cron syntax for precise, context-aware delivery of automated alerts.

Can I set up one-time alerts for future-dated follow-ups in my workflow?▼

Yes, you can set up one-time alerts for future-dated follow-ups by specifying an exact timestamp when creating the task. This ensures important one-off actions are never forgotten and execute at the designated time.

Does task scheduling with this skill require an internal database connection?▼

Yes, task scheduling requires integration with the internal database and agent runtime. This connection ensures task persistence so your automated reminders and recurring workflows maintain context-aware delivery across sessions.

What is the difference between interval-based and cron-based task scheduling?▼

Interval-based task scheduling triggers actions at fixed periods, while cron-based scheduling uses complex expressions for precise timing control. Both methods support intelligent task execution for either deterministic programs or model-driven responses.