Calcom Api
Provides API guidance and assistance for agent workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add calcom-api npx -- -y @trustedskills/calcom-api
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.