返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

scheduler_manager

管理周期性定时任务(Cron),支持添加、查看、删除任务。

person作者: jakexiaohubgithub

Scheduler Manager

这是周期任务调度 skill。通过 bash 执行 CLI,不要再描述旧的“内置动作”。

Commands

  • 添加任务:python scripts/execute.py add --crontab "0 8 * * *" --instruction "查询北京天气" --push true
  • 列出任务:python scripts/execute.py list
  • 删除任务:python scripts/execute.py delete <task_id>

Rules

  • 周期性或自动运行需求都走这里,不走 reminder
  • instruction 尽量保留用户原始意图,不要过度总结。