Files
X-Agents/account/admin/skills/system/trigger-scheduled-task/SKILL.md
2026-03-11 16:26:22 +08:00

667 B

name, description, system, handler, tool-name, category
name description system handler tool-name category
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. true scheduled trigger_scheduled_task Scheduled Tasks

Trigger Scheduled Task

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

Parameters

参数 类型 必填 说明
task_id string 任务 ID

Notes

  • 不会影响原有的执行计划
  • 适用于测试任务或提前运行
  • list-scheduled-tasks: 获取任务 ID
  • schedule-task: 创建新任务