update-scheduled-task

Modify scheduled task notifications and enabled status by task ID.

2.0k|267|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/openakita/openakita --skill update-scheduled-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-scheduled-task
Source: https://github.com/openakita/openakita/tree/main/skills/system/update-scheduled-task
Command: npx skills add https://github.com/openakita/openakita --skill update-scheduled-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to modify existing scheduled tasks without needing to delete and recreate them, streamlining task management.

Core Features & Use Cases

  • Modify Notifications: Turn on or off start and completion notifications for a task.
  • Enable/Disable Tasks: Pause or resume scheduled tasks.
  • Use Case: A user wants to temporarily stop a daily report task from running during a holiday period. They can use this skill to set enabled=false for the task.

Quick Start

Pause the scheduled task with ID 'task_12345'.

Frequently Asked Questions about update-scheduled-task

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

FAQPage Schema
How do I modify scheduled task settings without deleting the task?

To modify scheduled task settings without deletion, you can update specific parameters like notification preferences and operational status for an existing task using its unique task ID.

How do I temporarily pause a recurring automated workflow?

To pause a recurring automated workflow, update the scheduled task configuration by setting its enabled parameter to false, which stops operations until you manually re-enable it.

Can I change notification preferences for an existing scheduled task?

Yes, you can change notification preferences for an existing scheduled task by selectively updating the notify_on_start and notify_on_complete parameters without recreating the job.

What is the best way to stop a daily report task from running during a holiday?

The best way to stop a daily report task during a holiday is to disable the scheduled task by setting enabled=false, temporarily suspending the automated workflow until you need it again.

What parameters can I selectively update when managing scheduled tasks?

When managing scheduled tasks, you can selectively update the enabled, notify_on_start, and notify_on_complete parameters based on the specific task ID to adjust operational status and alerts.