Calcom Api

🌐Community
by calcom · vlatest · Repository

Provides API guidance and assistance for agent workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add calcom-api npx -- -y @trustedskills/calcom-api
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "calcom-api": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/calcom-api"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to interact directly with the Cal.com scheduling platform through its API. It allows agents to programmatically manage appointments, check availability, and integrate booking workflows into automated processes.

When to use it

  • Automating client onboarding by instantly creating calendar events for new sign-ups.
  • Building a chatbot that checks real-time slot availability before confirming meetings.
  • Syncing external CRM data with Cal.com calendars to prevent double-booking.
  • Triggering follow-up emails or tasks immediately after a scheduled call concludes.

Key capabilities

  • Direct API access to the Cal.com platform for scheduling operations.
  • Programmatic creation and management of calendar events.
  • Real-time availability checking within automated agent workflows.

Example prompts

  • "Create a new meeting slot for tomorrow at 2 PM with [email protected]."
  • "Check if I have any open slots this Friday between 10 AM and 12 PM."
  • "Cancel the appointment scheduled for next Tuesday and notify the user."

Tips & gotchas

Ensure your AI agent has valid authentication credentials before attempting to create or modify events. Always verify time zone settings in your Cal.com account to avoid scheduling conflicts across different regions.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
calcom
Installs
86

🌐 Community

Passed automated security scans.