calcom
Cal.com API integration with managed OAuth. Create and manage event types, bookings, schedules, and availability. Use this skill when users want to manage scheduling, create bookings, configure event types, or check availability. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/byungkyu/cal-comWhat This Skill Does
The cal-com skill provides a robust bridge between the OpenClaw agent and the Cal.com scheduling infrastructure. It leverages managed OAuth via the Maton gateway to allow the agent to perform administrative and user-level actions without exposing raw credentials. With this skill, the agent can create, modify, and delete booking events, manage user availability schedules, configure specific event types, and monitor webhook triggers. By routing requests through the secure proxy at gateway.maton.ai, the skill abstracts the complexity of OAuth flow maintenance while ensuring that all operations are performed under the context of an authorized connection.
Installation
To install this skill, use the ClawHub CLI inside your terminal:
clawhub install openclaw/skills/skills/byungkyu/cal-com
Ensure you have an active account at maton.ai and have exported your MATON_API_KEY as an environment variable in your system configuration. You must also initialize and authorize your connection by visiting the provided URL returned during the connection creation process at ctrl.maton.ai.
Use Cases
- Automated Scheduling: Automatically generate booking slots for user meetings based on parsed emails or calendar conflicts.
- Event Management: Create standardized event types (e.g., "Consultation," "Support Call") with unique durations and buffer times programmatically.
- Availability Sync: Sync team member availability across different calendar providers integrated into Cal.com.
- Webhook Orchestration: Register and manage event hooks to trigger downstream workflows in other systems whenever a booking is created or canceled.
Example Prompts
- "Check my availability for next Tuesday and create a 30-minute booking event for a project review at 2 PM."
- "List all my existing event types and tell me which ones allow for last-minute bookings."
- "Create a new event type called 'Weekly Sync' with a 45-minute duration and add a 15-minute buffer before each meeting."
Tips & Limitations
- Connection Status: Always verify your connection is 'ACTIVE' using the list connections command if requests are failing. If the session expires, you must re-open the browser URL provided by the controller to re-authorize.
- Scope: This skill is strictly for Cal.com managed services. For other third-party calendar applications not supported by the Cal.com platform, please utilize the generic
api-gatewayskill. - Security: Never share your Maton API key. Use environment variables as shown in the documentation to keep credentials out of your scripts.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-byungkyu-cal-com": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
apollo
Apollo.io API integration with managed OAuth. Search and enrich people and companies, manage contacts and accounts. Use this skill when users want to prospect, enrich leads, or manage sales data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
hubspot
HubSpot CRM API integration with managed OAuth. Manage contacts, companies, deals, and associations. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
squareup
Square API integration with managed OAuth. Process payments, manage customers, orders, catalog, inventory, invoices, loyalty programs, team members, and more. Use this skill when users want to accept payments, manage point-of-sale operations, track inventory, handle invoicing, manage loyalty programs, or create payment links through Square. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
signnow
SignNow API integration with managed OAuth. E-signature platform for sending, signing, and managing documents. Use this skill when users want to upload documents, send signature invites, create templates, or manage e-signature workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
vimeo
Vimeo API integration with managed OAuth. Video hosting and sharing platform. Use this skill when users want to upload, manage, or organize videos, create showcases/albums, manage folders, or interact with the Vimeo community. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.