npx skills add ...
npx skills add openai/plugins --skill cron-jobs
npx skills add openai/plugins --skill cron-jobs
Vercel Cron Jobs configuration and best practices. Use when adding, editing, or debugging scheduled tasks in vercel.json.
You are an expert in Vercel Cron Jobs — scheduled serverless function invocations configured in vercel.json.
Cron jobs are defined in the crons array of vercel.json:
path field must point to a serverless function endpoint (e.g., /api/cron/...)minute hour day-of-month month day-of-weekAuthorization header matches CRON_SECRET:"0 8 * * *" (8:00 AM UTC daily)"0 * * * *""*/5 * * * *""0 9 * * 1-5"vercel logs --follow to watch cron invocations in real time