Resources
2Install
npx skillscat add cklxx/elephant-ai/scheduled-tasks Install via the SkillsCat registry.
SKILL.md
scheduled-tasks
管理 cron 调度任务:创建、列表、删除。
调用
python3 skills/scheduled-tasks/run.py '{"action":"create","name":"daily-report","cron":"0 9 * * *","command":"echo hello"}'
python3 skills/scheduled-tasks/run.py '{"action":"list"}'
python3 skills/scheduled-tasks/run.py '{"action":"delete","name":"daily-report"}'