cal-schedule

Installation
SKILL.md

Cal.com Scheduling

Cal.com is available at http://{{CALCOM_HOST}}:{{CALCOM_PORT}} within the Docker network.

List Bookings

curl -X GET "http://{{CALCOM_HOST}}:{{CALCOM_PORT}}/api/v1/bookings?apiKey=$CALCOM_API_KEY"

Create Event Type

curl -X POST "http://{{CALCOM_HOST}}:{{CALCOM_PORT}}/api/v1/event-types?apiKey=$CALCOM_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"title": "30min Meeting", "slug": "30min", "length": 30}'

Tips for AI Agents

Installs
2
GitHub Stars
58
First Seen
May 14, 2026
cal-schedule — bidewio/better-openclaw