通过 Rube MCP 自动处理 Cal 日程与预约相关操作,提升排期效率。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "cal-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/cal-automation/SKILL.md 2. 保存为 ~/.claude/skills/cal-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索可用的 Cal 相关工具和当前 schema,然后通过 Rube MCP 为下周创建 3 个 30 分钟的客户会议,分别在周一、周三、周五下午 3 点,并返回创建结果。
返回已创建的会议安排详情,包括时间、状态及相关标识。
请先搜索可用的 Cal 工具与 schema,然后查找我本周所有标题包含“演示”的预约,并取消明天下午的那一场,最后告诉我取消结果。
返回匹配到的预约信息,以及目标预约是否已成功取消。
请先搜索可用的 Cal 工具和当前 schema,然后查询我下周二到周四每天上午的可预约时间段,并整理成清单。
输出指定日期范围内的可预约时间清单,便于后续发送给客户。
Automate Cal operations through Composio's Cal toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/cal
RUBE_MANAGE_CONNECTIONS with toolkit calRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit calAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Cal operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Cal task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["cal"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Cal-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit cal |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动化 Appointo 预约与排程任务,提升日程管理效率。