adrianhajdin

Oxylabs Scheduler — Development skill for Claude Code

Development community

Oxylabs Scheduler + Vercel Cron — Implementation Prompt.

How to install Oxylabs Scheduler

Installs to ~/.claude/skills/adrianhajdin-skew_news-oxylabs-scheduler/SKILL.md

Terminal
mkdir -p ~/.claude/skills/adrianhajdin-skew_news-oxylabs-scheduler && curl -fsSL https://raw.githubusercontent.com/adrianhajdin/skew_news/HEAD/prompts/oxylabs-scheduler.md -o ~/.claude/skills/adrianhajdin-skew_news-oxylabs-scheduler/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Oxylabs Scheduler does

Oxylabs Scheduler + Vercel Cron — Implementation Prompt

Goal

Implement the Oxylabs Scheduler and Vercel Cron layer (AGENTS.md §18) so that active source homepages are scraped automatically every hour and turned into analyzed articles with **no manual intervention** after one-time setup.

Deliver all parts together (§18):

  1. Sync schedules route — POST /api/oxylabs/schedules: create one Oxylabs schedule per active source, persist rows, and deactivate orphaned Oxylabs schedules

Alternatives in Development

Full documentation available on GitHub

View Source Repository