cal-automation
Automate Cal tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:20
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-cal-automation&locale=en&source=copy
Cal Automation - Automate Cal.com Operations via Rube MCP
Skill Overview
Cal Automation is a Claude skill that automates actions on a Cal.com account using Composio’s Cal toolset and the Rube MCP service. It covers schedule management, appointment handling, and batch processing of events.
Use Cases
Automatically process appointment requests received by Cal.com, including auto-confirmation, sending reminders, and syncing to other calendar systems.
Batch create, update, or delete Cal events—for example, migrating data from other systems or periodically syncing schedule information.
Integrate Cal.com into larger automation workflows, such as working with CRM systems, project management tools, or custom scripts.
Core Features
Use
RUBE_SEARCH_TOOLS to fetch the latest Cal tool architecture in real time, without hard-coding tool names or parameters. This ensures synchronization with updates to the Composio platform.Use
RUBE_MANAGE_CONNECTIONS to manage Cal account connections. It supports connection status checks, authorization link generation, and session management to ensure the connection is available before execution.Use
RUBE_MULTI_EXECUTE_TOOL to perform multiple Cal operations within a single session, including batch tasks such as creating events, querying appointments, and updating statuses.FAQs
How do I add this skill in Claude Code?
Add
https://rube.app/mcp as an MCP server—no API key is required. Then load the cal-automation skill to start using it.Why isn’t the connection state ACTIVE?
On first use, you must use
RUBE_MANAGE_CONNECTIONS to obtain an authorization link and complete binding of your Cal.com account. After authorization, the state will become ACTIVE.Will the tool schema change?
Yes. The Composio platform’s tool schema may be updated. Therefore, you should call
RUBE_SEARCH_TOOLS before each use to get the latest tool schema and parameter requirements.What Cal operations are supported?
It depends on the tools provided by the Composio Cal toolset. Typically, it includes event creation, appointment querying, schedule syncing, and status updates. Use tool search to retrieve the full list.