This is a comprehensive wrapper for Cal.com's v2 API that handles scheduling infrastructure. Use it when you need to programmatically create bookings, check availability slots, or manage event types in Cal.com. The skill includes detailed references for all major endpoints (bookings, schedules, webhooks, calendars) and walks through the standard workflow: query available slots, create a booking, store the UID for later operations. Authentication uses bearer tokens, with optional OAuth support for platform integrations managing multiple users. The reference docs are thorough, which matters since scheduling APIs can get messy around timezone handling and availability logic. A solid choice if you're building anything that needs to integrate with Cal.com's scheduling engine.
npx skills add https://github.com/calcom/cal.com --skill calcom-api