Openakita trigger-scheduled-task

Immediately trigger scheduled task without waiting for scheduled time. When you need to test task execution or run task ahead of schedule.

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/trigger-scheduled-task" ~/.claude/skills/openakita-openakita-trigger-scheduled-task && rm -rf "$T"
manifest: skills/system/trigger-scheduled-task/SKILL.md
source content

Trigger Scheduled Task

立即触发定时任务(不等待计划时间)。

Parameters

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

Notes

  • 不会影响原有的执行计划
  • 适用于测试任务或提前运行

Related Skills

  • list-scheduled-tasks
    : 获取任务 ID
  • schedule-task
    : 创建新任务