scheduler

Schedules one-time and recurring reminders via host-provided create_ tools.

32|6|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/FISHers6/clawBro --skill scheduler-fishers6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduler
Source: https://github.com/FISHers6/clawBro/tree/main/crates/clawbro-server/host-skills/scheduler
Command: npx skills add https://github.com/FISHers6/clawBro --skill scheduler-fishers6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users need a reliable way to set one‑time or recurring reminders and schedule future actions without leaving the chat, avoiding missed deadlines and manual tracking.

Core Features & Use Cases

  • Interprets natural‑language time expressions and clarifies missing details such as exact time, interval, or timezone.
  • Chooses the appropriate host tools (delay, at, every, cron) for fixed reminders or agent‑driven tasks.
  • Supports creating, listing, deleting, pausing, and clearing schedules scoped to the current conversation or broader contexts.

Quick Start

Ask the scheduler skill to set a reminder for tomorrow at 9 am to attend the meeting.

Frequently Asked Questions about scheduler

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

FAQPage Schema
How do I set up recurring reminders and scheduled tasks using natural language?

Recurring reminders and scheduled tasks are set by interpreting natural-language time expressions. The scheduler clarifies missing details like exact time or timezone, then selects the appropriate host tool such as delay, at, every, or cron to execute the action.

What is the best way to automate time-based task execution within a chat context?

Automating time-based task execution within a chat context is handled by creating one-time or recurring schedules directly in the conversation. The scheduler selects the appropriate create_* reminder or agent schedule tool, eliminating manual tracking and avoiding missed deadlines.

Can I list, pause, and delete scheduled tasks without leaving the workflow?

Listing, pausing, and deleting scheduled tasks without leaving the workflow is fully supported. The scheduler manages schedules scoped to the current conversation or broader contexts, allowing users to clear, pause, or remove existing reminders and automated actions.

Does this reminder and task automation tool support cron expressions for fixed schedules?

Cron expressions for fixed schedules are supported by the scheduler. It chooses the appropriate host tools, including cron, delay, at, and every, to handle both fixed reminders and agent-driven tasks for future execution.

What happens if my natural-language time expression is missing a timezone or interval?

If a natural-language time expression is missing a timezone or interval, the scheduler clarifies those missing details before proceeding. It interprets the request and prompts for exact time, interval, or timezone information to ensure accurate scheduling.

Are there limitations when scheduling reminders across different conversation scopes?

Scheduling reminders across different conversation scopes is managed by scoping schedules to the current conversation or broader contexts. The scheduler relies on the host-provided clawbro schedule control surface to integrate and select the appropriate create_* reminder or agent schedule tool.