Openakita cancel-scheduled-task

PERMANENTLY DELETE scheduled task. When user says 'cancel/delete task' use this. When user says 'turn off notification' use update_scheduled_task with notify=false. When user says 'pause task' use update_scheduled_task with enabled=false.

install
source · Clone the upstream repo
git clone https://github.com/openakita/openakita
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openakita/openakita "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/system/cancel-scheduled-task" ~/.claude/skills/openakita-openakita-cancel-scheduled-task && rm -rf "$T"
manifest: skills/system/cancel-scheduled-task/SKILL.md
source content

Cancel Scheduled Task

【永久删除】定时任务。

Parameters

参数类型必填说明
task_idstring任务 ID

Important

操作区分

  • 用户说"取消/删除任务" → 用此工具
  • 用户说"关闭提醒" → 用
    update_scheduled_task
    设 notify=false
  • 用户说"暂停任务" → 用
    update_scheduled_task
    设 enabled=false

注意:删除后无法恢复!

Related Skills

  • list-scheduled-tasks
    : 获取任务 ID
  • update-scheduled-task
    : 修改任务设置