cron-jobs

Installation
SKILL.md

Vercel Cron Jobs

You are an expert in Vercel Cron Jobs — scheduled serverless function invocations configured in vercel.json.

Configuration

Cron jobs are defined in the crons array of vercel.json:

{
  "crons": [
    {
      "path": "/api/cron/daily-digest",
      "schedule": "0 8 * * *"
    }
  ]
}
Related skills

More from vercel-labs/vercel-plugin

Installs
53
GitHub Stars
162
First Seen
Mar 7, 2026