vibekit_create_schedule
Create a recurring task in a GitHub repo that runs automatically on a specified schedule using a cron expression.
Instructions
Create a scheduled recurring task. The AI will run this task automatically on the specified schedule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cron | Yes | Cron expression. e.g., '0 9 * * 1' for every Monday at 9am UTC | |
| name | No | Friendly name for the schedule | |
| repo | Yes | GitHub repo in format 'owner/repo' | |
| task | Yes | What to do on each run. e.g., 'Improve SEO and page speed' |