qwen_agent/skills/common/schedule-job/.claude-plugin/plugin.json
2026-05-26 17:43:12 +08:00

14 lines
374 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"
}
]
},
"category": "Task Scheduling"
}