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

909 B
Raw Blame History

name, description, system, handler, tool-name, category
name description system handler tool-name category
list-scheduled-tasks List all scheduled tasks with their ID, name, type, status, and next execution time. When you need to check existing tasks, find task ID for cancel/update, or verify task creation. true scheduled list_scheduled_tasks Scheduled Tasks

List Scheduled Tasks

列出所有定时任务。

Parameters

参数 类型 必填 说明
enabled_only boolean 是否只列出启用的任务,默认 false

Returns

  • 任务 ID
  • 名称
  • 类型reminder/task
  • 状态enabled/disabled
  • 下次执行时间

Examples

列出所有任务:

{}

只列出启用的任务:

{"enabled_only": true}
  • schedule-task: 创建新任务
  • cancel-scheduled-task: 取消任务
  • update-scheduled-task: 更新任务设置