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尽量保留用户原始意图,不要过度总结。
Scan to join WeChat group