schedule

Automate task execution at specified times or intervals.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/seanng23/oblique-power-skills --skill schedule-seanng23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule
Source: https://github.com/seanng23/oblique-power-skills/tree/main/oblique-cowork/skills/schedule
Command: npx skills add https://github.com/seanng23/oblique-power-skills --skill schedule-seanng23

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users automate and schedule tasks to be executed on demand or at predetermined intervals, reducing the need for manual intervention and improving efficiency.

Core Features & Use Cases

  • Task Scheduling: Create tasks that run automatically at specified times or intervals.
  • Recurring and One-time Tasks: Schedule tasks to run periodically or at a specific moment.
  • Ad-hoc Execution: Run tasks manually without scheduling.
  • Use Case: Schedule a daily report generation task to run at 8 am every morning without manual setup.

Quick Start

Schedule a daily task to check the inbox and send a summary at 9 am every day using the 'schedule' skill.

Frequently Asked Questions about schedule

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

FAQPage Schema
How do I automate task scheduling for daily report generation?

Task scheduling automates report generation by executing tasks at specified times or intervals. You can create a recurring task to run daily at a set time, reducing manual intervention and improving efficiency.

Can I run recurring tasks and one-time tasks with the same scheduler?

Yes, recurring and one-time task scheduling are both supported. You can set tasks to run periodically at regular intervals or trigger them for a specific single moment depending on your routine requirements.

How do I manually trigger a scheduled task without waiting for the set time?

Ad-hoc execution allows you to manually trigger tasks without waiting for the scheduled time. This feature runs tasks on demand, which is ideal for running scripts or checking emails when immediate action is needed.

What is the best way to manage routine tasks that do not require real-time interaction?

The best way to manage routine tasks without real-time interaction is using automated task scheduling. It handles sending reports or running scripts at predetermined intervals, entirely removing the need for manual setup.

Are there limitations when scheduling tasks for execution at specific times?

Task scheduling is designed for routine tasks that do not require real-time interaction. It is not suited for processes needing immediate, interactive responses, but handles recurring and one-time automated execution effectively.