cklxx

scheduled-tasks

定时任务管理 — 创建/查询/删除 cron 调度任务。

cklxx 11 1 Updated 3mo ago

Resources

2
GitHub

Install

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"}'