通过 Rube MCP 自动处理 Google 日历的查询、创建与更新等排程任务。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "googlecalendar-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/googlecalendar-automation/SKILL.md 2. 保存为 ~/.claude/skills/googlecalendar-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 Google Calendar 工具及其最新参数 schema,然后为下周一到周三每天上午 10 点创建“项目站会”,时长 30 分钟,添加参会人 [email protected] 和 [email protected],若已有冲突请列出冲突时间。
返回已创建的日程详情,并标明冲突或未创建的时段。
先搜索工具 schema,再检查我本周四和周五的 Google 日历空闲时间,找出连续 1 小时的可用时段,并创建一个“客户沟通会”,优先选择下午时间。
给出可用时段选择,并创建最合适的会议日程。
先搜索最新工具定义,然后查找我本月标题包含“面试”的所有日历事件,把地点统一改为 Google Meet,并删除同一天同一时间的重复事件,最后汇总变更结果。
输出更新成功的事件列表、删除的重复项以及最终变更摘要。
Automate Google Calendar operations through Composio's Google Calendar toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/googlecalendar
RUBE_MANAGE_CONNECTIONS with toolkit googlecalendarRUBE_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 googlecalendarAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Google Calendar 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 Google Calendar task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["googlecalendar"]
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 Google Calendar-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit googlecalendar |
| 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 中的客户、项目与业务流程操作。
自动创建与安排 Google Meet 会议,并管理参会访问权限。