cc-skill:vercel-cron-setup
Claude Code skill · anthropic · active
This skill helps you set up scheduled tasks in Vercel that run your Next.js API routes on a timer. It provides the exact configuration format, security pattern, and advice on when to pick Vercel Cron versus other scheduling tools like Supabase or GitHub Actions.
A developer building a Next.js app who needs to run tasks automatically on a schedule, like sending emails daily or collecting metrics every 6 hours.
When you mention Vercel Cron, cron jobs, scheduled tasks, scheduled API routes, or say things like 'run every 6 hours' or 'daily at 2am'.
- "Set up a Vercel Cron job to collect metrics every 6 hours"
- "How do I schedule a task to run daily in my Next.js app?"
- "Should I use Vercel Cron or GitHub Actions for this weekly cleanup job?"
You will know it worked because you receive a ready-to-copy vercel.json block, a working API route template with the Bearer token check, and a clear answer about which tool (Vercel, Supabase, or GitHub Actions) is best for your job based on frequency and runtime.
Deploy this skill
no laptop requiredRun this skill on a schedule in the cloud. Pipe output to Telegram, email, or any webhook. Every run is logged here with full output, cost, and thumbs feedback.
How this performs
Cloud-automation runs, real outputs, and feedback.
No cloud runs yet for this skill.
Once you deploy it (above), every run will show up here with the actual output, exact cost, and a thumbs button so you can rate quality over time.
Claude Code skill at /Users/olanrewajukareem/.claude/skills/vercel-cron-setup/SKILL.md. Auto-triggered by description matching when you type in Claude Code, OR embedded into agent system prompts (LeadFlow framework skills are wired this way). Auto-synced from disk every 6h via launchd.
Use this skill when configuring Vercel Cron jobs, scheduled API routes, or deciding between Vercel Cron, Supabase pg_cron, and GitHub Actions for a scheduled task. Triggers on "Vercel Cron", "scheduled task", "cron job", "scheduled API route", "sched
Local Claude Code use (optional)
Install the SKILL.md file locally so this skill is available the next time you open Claude Code on your Mac. Most users skip this and just use cloud deployments above.
Save this skill to ~/.claude/skills/vercel-cron-setup/SKILL.md so Claude Code auto-loads it whenever its description matches your prompt.
{
"source": "global",
"description": "Use this skill when configuring Vercel Cron jobs, scheduled API routes, or deciding between Vercel Cron, Supabase pg_cron, and GitHub Actions for a scheduled task. Triggers on \"Vercel Cron\", \"scheduled task\", \"cron job\", \"scheduled API route\", \"schedule\", or \"run every [time]\". Applies Jay's conventions for cron security, idempotency, and platform choice."
}{
"method": "embed_in_prompt",
"skill_path": "/Users/olanrewajukareem/.claude/skills/vercel-cron-setup/SKILL.md"
}That means either: (a) the system has not had a task that matched its strengths, (b) a more cost-effective alternative was picked by the router, or (c) the related automation is toggled OFF on /automations. The Recommender reviews idle tools weekly and may suggest killing it.