feat: 新增 account 和 plan 目录
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"zh": {
|
||||
"name": "立即触发任务",
|
||||
"description": "立即执行定时任务,无需等待预定时间,用于测试或提前运行。"
|
||||
}
|
||||
}
|
||||
28
account/admin/skills/system/trigger-scheduled-task/SKILL.md
Normal file
28
account/admin/skills/system/trigger-scheduled-task/SKILL.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
name: trigger-scheduled-task
|
||||
description: Immediately trigger scheduled task without waiting for scheduled time. When you need to test task execution or run task ahead of schedule.
|
||||
system: true
|
||||
handler: scheduled
|
||||
tool-name: trigger_scheduled_task
|
||||
category: Scheduled Tasks
|
||||
---
|
||||
|
||||
# Trigger Scheduled Task
|
||||
|
||||
立即触发定时任务(不等待计划时间)。
|
||||
|
||||
## Parameters
|
||||
|
||||
| 参数 | 类型 | 必填 | 说明 |
|
||||
|-----|------|-----|------|
|
||||
| task_id | string | 是 | 任务 ID |
|
||||
|
||||
## Notes
|
||||
|
||||
- 不会影响原有的执行计划
|
||||
- 适用于测试任务或提前运行
|
||||
|
||||
## Related Skills
|
||||
|
||||
- `list-scheduled-tasks`: 获取任务 ID
|
||||
- `schedule-task`: 创建新任务
|
||||
Reference in New Issue
Block a user