schedule-ops-skill

Create, schedule, approve, and monitor asynchronous tasks across projects.

94|9|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/OpenLoaf/OpenLoaf --skill schedule-ops-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule-ops-skill
Source: https://github.com/OpenLoaf/OpenLoaf/tree/main/apps/server/src/ai/builtin-skills/schedule-ops
Command: npx skills add https://github.com/OpenLoaf/OpenLoaf --skill schedule-ops-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate asynchronous task execution across projects.

Core Features & Use Cases

Applies to creating, scheduling, approving, and monitoring tasks that run now or on a recurring schedule, including cross-project work, long-running processes, and visibility into status and results.

Quick Start

Create a scheduled task that runs daily at 8am to fetch metrics and notify the team.

Frequently Asked Questions about schedule-ops-skill

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

FAQPage Schema
How do I schedule recurring async tasks across multiple projects?

Schedule recurring async tasks across projects by configuring cron expressions with timezone support or interval-based execution with intervalMs, ensuring automated cross-project workflow coordination and continuous status visibility.

What is the best way to manage long-running processes and monitor their status?

Monitor long-running processes by integrating ScheduledTaskStatus and ScheduledTaskWait tools, providing real-time visibility into asynchronous task execution status and results across your workflows.

Can I set up an approval flow before a scheduled task runs?

Yes, you can enforce a two-phase plan and approval flow before task execution, or bypass manual confirmation using the skipPlanConfirm option for automated async task scheduling.

How do I automate a task to run once at a specific time?

Automate single-run tasks by setting the scheduleAt parameter for one-time asynchronous execution, allowing precise timing control for cross-project work and immediate task coordination.

Does this async workflow support cross-project task visibility and results tracking?

Yes, cross-project task visibility is supported through ScheduledTaskManage and ScheduledTaskStatus integrations, enabling you to track execution status and monitor results for asynchronous workflows.