qwen_agent/skills/schedule-job/.claude-plugin/plugin.json
2026-04-03 21:11:48 +08:00

13 lines
341 B
JSON

{
"name": "schedule-job",
"description": "Scheduled Task Management - Create, manage, and view scheduled tasks for users (supports cron recurring tasks and one-time tasks)",
"hooks": {
"PrePrompt": [
{
"type": "command",
"command": "python scripts/schedule_manager.py list --format brief"
}
]
}
}