HTTP/1.1 402 PAYMENT REQUIRED agent402.base.eth · BASE · SOLANA · POLYGON · ARBITRUM · STELLAR · ROBINHOOD · USDC · USDG

Timezone planner

Time zone conversion, business day calculation, and cron schedule preview — scheduling in one pass.

When to use this pack

An agent coordinating across time zones needs to convert a time, count business days between dates, and preview when a cron job will fire. Three scheduling primitives bundled together for meeting planners, deployment schedulers, and coordination agents.

Tools in this pack

Workflow

  1. Call time-convert with the time, from timezone, and to timezone to get the converted time.
  2. Call business-days with start and end dates to count working days in the range.
  3. Call cron-next with a sample expression to preview upcoming schedule occurrences.

Run it in Claude

claude mcp add agent402 -s user -- npx -y agent402-mcp@latest

Then paste this prompt into Claude:

Plan a meeting using Agent402's timezone-planner skill pack: Convert 2026-06-11T10:00:00 from America/New_York to Asia/Tokyo. Also check how many business days are between now and that date, and preview the next 5 occurrences of a weekly Monday 10am cron.

← All skill packs