scheduler

Schedule one-time or recurring tasks executed by a sub-agent with full tool access.

22|7|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/sannabotdev/sannabotapp --skill scheduler-sannabotdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduler
Source: https://github.com/sannabotdev/sannabotapp/tree/main/assets/skills/scheduler
Command: npx skills add https://github.com/sannabotdev/sannabotapp --skill scheduler-sannabotdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to schedule one-time or recurring tasks that will be executed automatically by a sub-agent at a specified time, ensuring important actions are not forgotten.

Core Features & Use Cases

  • One-time & Recurring Schedules: Set tasks for a specific future moment or establish regular intervals (daily, weekly, every X minutes/hours).
  • Sub-agent Execution: A dedicated mini-AI executes your instruction with full tool access at the scheduled time.
  • Use Case: Schedule a daily reminder at 8 AM to check your calendar, or set a reminder to call a contact in 30 minutes.

Quick Start

Schedule a reminder for tomorrow at 9 AM to send an SMS to John Doe.

Frequently Asked Questions about scheduler

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

FAQPage Schema
How do I schedule recurring tasks for automated agent execution?

Recurring tasks are scheduled by setting interval-based triggers or daily/weekly configurations, allowing a sub-agent to execute instructions automatically at specified times. This ensures regular actions execute without manual intervention.

Can I set a one-time reminder to trigger a specific action later?

Yes, you can set one-time reminders using precise time-based triggers for a specific future moment. A dedicated sub-agent will execute your instruction with full tool access at the exact scheduled time.

What is the best way to automate time-based triggers for background tasks?

The best way to automate background tasks is using a scheduling mechanism that supports precise timestamp calculations and delegates execution to a sub-agent, ensuring actions occur reliably at the correct time.

Does the scheduled sub-agent have access to external tools during execution?

Yes, the sub-agent activated by the schedule has full tool access during execution. This allows the automated agent to perform complex actions like sending SMS messages or checking calendars when the trigger fires.

What intervals are supported for recurring task scheduling?

Recurring task scheduling supports daily and weekly configurations, alongside custom intervals set to every X minutes or hours. This flexibility covers both frequent background checks and regular daily reminders.