Skip to main content
Most Opencals integrations are now written inside an AI coding agent. Agent Skills give that agent ground-truth knowledge of the Opencals API and SDK — the real method names, argument shapes, and flows — so it builds working code instead of guessing. Skills follow the open Agent Skills standard (a folder with a SKILL.md), supported by Claude Code, Cursor, OpenAI Codex, Gemini CLI and more. They live in one public repo: github.com/letsopencals/skills.

The two skills

opencals-storefront-api

Ground truth for any code that talks to the Opencals API / SDK — availability, carts, appointments, checkout, discounts, customer accounts, guests & attendees, custom durations, reschedule/cancel, rate limits. Details →

opencals-build-booking-site

Build a whole booking website — pick an official template, scaffold, wire it up, rebrand, deploy. Uses the API skill for exact call shapes. Details →

The primary journey

1

Describe your business

Hand your agent a business idea and some inspiration — screenshots, a competitor site, a brand feel.
2

The agent builds it

opencals-build-booking-site picks the closest template and scaffolds it; opencals-storefront-api supplies the exact API calls to wire availability, booking and checkout.
3

Rebrand & deploy

The agent restyles to your inspiration and deploys to Vercel. You add your Opencals API key. Bookings, checkout and payments work out of the box.

Install

Both skills load automatically and trigger on relevant requests.

AI app builders

Lovable

Custom connector + knowledge files

v0

Opencals skills from skills.sh

Base44

Backend function + workspace skills

For AI agents reading this

The full documentation is available as machine-readable Markdown:

llms.txt

Structured index of every docs page.

llms-full.txt

The complete docs in one file for maximum context.
The API reference is generated from the OpenAPI spec — download it via the Download spec action, or fetch openapi.json directly.
Last modified on September 20, 2026