What is scheduler?
定时任务系统。内置在 mycc 后端,自动执行定时任务。触发词:"/scheduler"、"定时任务"、"启动定时"、"查看定时" Source: aster110/mycc.
定时任务系统。内置在 mycc 后端,自动执行定时任务。触发词:"/scheduler"、"定时任务"、"启动定时"、"查看定时"
Quickly install scheduler AI skill to your development environment via command line
Source: aster110/mycc.
| 每日 | HH:MM | 08:00、22:30 | | 每周 | 周X HH:MM | 周一 09:00、周日 20:00 | | 一次性 | YYYY-MM-DD HH:MM | 2026-02-01 10:00 | | 间隔 | 每X分钟 / 每X小时 | 每30分钟、每2小时 |
| "启动定时任务" | 执行 /mycc 启动后端 | | "停止定时任务" | 停止后端 | | "查看定时任务" | 读取并显示 tasks.md | | "添加定时任务 xxx" | 编辑 tasks.md 添加一行 | | "每天 9 点提醒我 xxx" | 添加 \| 09:00 \| xxx \| /tell-me \| ... \| |
| /tell-me | 发送飞书通知 | 推荐 | | /mycc | 启动后端 | 必须 |
定时任务系统。内置在 mycc 后端,自动执行定时任务。触发词:"/scheduler"、"定时任务"、"启动定时"、"查看定时" Source: aster110/mycc.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/aster110/mycc --skill scheduler定时任务系统。内置在 mycc 后端,自动执行定时任务。触发词:"/scheduler"、"定时任务"、"启动定时"、"查看定时" Source: aster110/mycc.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aster110/mycc --skill scheduler Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/aster110/mycc