evor-schedule

Schedule and execute unattended multi-day EVOR mission runs.

1|Updated Jul 6, 2026
One-click install
npx skills add https://github.com/it-dainb/oh-my-evor --skill evor-schedule
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evor-schedule
Source: https://github.com/it-dainb/oh-my-evor/tree/main/skills/evor-schedule
Command: npx skills add https://github.com/it-dainb/oh-my-evor --skill evor-schedule

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

EVOR missions can run for extended periods. This skill automates scheduling unattended multi-day operations, ensuring missions continue running smoothly without user intervention.

Core Features & Use Cases

  • Unattended Operation: Run EVOR missions overnight or over multiple days without the need for constant supervision.
  • Automated Scheduling: Suggests appropriate run schedules for extended missions based on user queries.
  • Progress Tracking: Notifies the user of milestones and completion through automated alerts.

Quick Start

Set the mission to scheduled operation with evor_state_write({ run_id, tick_state: { execution_mode: "scheduled" } }).

Frequently Asked Questions about evor-schedule

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

FAQPage Schema
How do I schedule unattended multi-day mission runs?

You can automate unattended operations by setting the execution_mode to "scheduled" within the tick_state using the evor_state_write function. This enables missions to run continuously across multiple days without supervision.

What is unattended mission management for extended operations?

Unattended mission management automates the scheduling and execution of extended operations, allowing tasks to continue running across multiple days without user supervision.

How do I track progress and get alerts for scheduled missions?

You can track progress through automated alerts that notify you of milestones and completion, enabling you to monitor operations without active supervision.

Does Claude Code support overnight scheduling for automation tasks?

Yes, Claude Code supports overnight scheduling by utilizing its scheduling, notification, and data management features to execute automation tasks continuously without supervision.

Can I automate multi-day operations without constant user supervision?

Yes, you can automate multi-day operations without constant supervision by setting the execution mode to scheduled, which allows the system to manage runs and send milestone alerts autonomously.