extension/skills/builtin/scheduler_manager/SKILL.md
管理周期性定时任务(Cron),支持添加、查看、删除任务。
npx skillsauth add glwlg/x-bot scheduler_managerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
这是周期任务调度 skill。通过 bash 执行 CLI,不要再描述旧的“内置动作”。
python scripts/execute.py add --crontab "0 8 * * *" --instruction "查询北京天气" --push truepython scripts/execute.py listpython scripts/execute.py delete <task_id>reminder。instruction 尽量保留用户原始意图,不要过度总结。tools
**自选股助手**。通过内置股票服务管理当前用户的自选股,并查询实时行情。
tools
管理 RSS 订阅。
tools
简单文本提醒工具。仅用于一次性提醒;重复任务必须转给 scheduler_manager。
documentation
为新闻或热点主题生成长文,也支持直接基于本地 md/txt 素材写作;可自动搜索资料、生成配图,并支持多渠道发布,当前已支持微信公众号和小红书发布通道。