schedule-task

Create one-off scheduled tasks for skills, prompts, or scripts at exact future times.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/evolution-foundation/evo-nexus --skill schedule-task-evolution-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule-task
Source: https://github.com/evolution-foundation/evo-nexus/tree/main/.claude/skills/schedule-task
Command: npx skills add https://github.com/evolution-foundation/evo-nexus --skill schedule-task-evolution-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of reliably turning a user’s “do this at that time” request into a managed one-off execution without you tracking dates, timezones, or task state manually.

Core Features & Use Cases

  • Create one-off scheduled tasks for a specific date/time (non-recurring), covering “schedule this for”, “run this at”, and similar phrases.
  • Support multiple task types including running a Claude skill (with args), sending a raw prompt, or executing a script already defined in the system.
  • Manage task lifecycle by listing pending tasks, viewing details, canceling tasks, and triggering immediate runs.

Quick Start

Tell the assistant what you want to schedule and when (for example, “Agendar um post no LinkedIn pra sexta as 10h sobre o Summit”) and confirm the parsed time before it creates the task.

Frequently Asked Questions about schedule-task

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

FAQPage Schema
How do I schedule a one-off task to run at a specific future time?

Scheduling a one-off task requires providing the desired action and exact execution time. The skill converts your specified BRT time to UTC, confirms the parsed schedule with you, and uses the dashboard backend API to persist and run the single scheduled task.

Can I schedule a Claude skill or raw prompt to execute later without recurring routines?

Yes, you can schedule single non-recurring tasks that support running a Claude skill with arguments, sending a raw prompt, or executing a predefined script. This applies to planning delayed actions like social posts, reports, and operational reminders for single scheduled runs.

How does time zone conversion work when I schedule a delayed action?

Time zone conversion is handled automatically by converting your specified BRT (Brasília Time) inputs to UTC before task creation. The parsed schedule is presented for your confirmation to ensure the delayed action triggers at the correct future time.

What's the best way to manage pending scheduled tasks after they are created?

You can manage the entire task lifecycle by listing pending tasks, viewing specific details, canceling scheduled actions, and triggering immediate runs. All task state is persisted and managed through the dashboard backend endpoints.

Do I need to manually track dates and task state for one-off automation?

No, this skill eliminates the need to manually track dates, timezones, or task state. It reliably transforms your scheduling request into a managed one-off execution by persisting tasks directly through the dashboard API.