自动创建与安排 Google Meet 会议,并管理参会访问权限。
该技能材料本身属于开源的提示/工作流说明,来源可信度较高,未见本地执行或文件读写红旗。主要安全关注点在于其依赖远程 Rube MCP 与 Google 账户授权,会议与日历数据会经由相关服务处理,因此整体以需留意为主而非高风险。
材料声明“无 API keys”,但明确要求通过 RUBE_MANAGE_CONNECTIONS 建立 googlemeet/googlecalendar 连接,并在 auth link 中完成授权;这通常意味着会涉及 Google OAuth 会话或令牌。未见明显凭证滥用描述,但应将第三方连接器持有的授权范围视为敏感。
README 明确要求添加远程 MCP 端点 https://rube.app/mcp,并通过其调用 Google Meet/Calendar 相关能力。会议标题、时间、参会人邮箱、空闲时间段等业务数据预计会发送到 Rube 及对应 Google 服务;属该类集成的常规外发,材料中未见不明无关端点。
根据已判定检查项,该项目为 prompt-only 技能/说明文档,本身不包含需要在本机启动进程、执行脚本或申请系统级执行权限的内容。文档只描述应调用哪些 MCP 工具。
其声明功能包括创建 Meet 空间、创建/修改 Calendar 事件、查询参与者空闲时段和管理参会访问权限,说明可接触日历元数据、会议链接、参会人邮箱等账户级业务数据。未见本地文件系统读写或明显超出声明功能的数据权限描述。
正面证据是:GitHub 开源、社区采用度很高(64.7k star),且该仓库中的技能文本可审计,这显著降低风险。需留意的是许可证未声明、维护状态未知,且实际运行依赖外部 Rube MCP 服务,其服务端实现与依赖链未在本材料中完整披露。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "googlemeet-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/googlemeet-automation/SKILL.md 2. 保存为 ~/.claude/skills/googlemeet-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
Create Google Meet video conferences, schedule meetings with Meet links, and manage meeting spaces using Rube MCP (Composio).
Toolkit docs: composio.dev/toolkits/googlemeet
RUBE_MANAGE_CONNECTIONS with toolkit googlemeetgooglecalendar toolkitRUBE_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 googlemeetgooglecalendar for scheduling meetings with calendar eventsUse GOOGLEMEET_CREATE_MEET to create a new Google Meet meeting space with optional access configuration.
Tool: GOOGLEMEET_CREATE_MEET
Description: Creates a new Google Meet space, optionally configuring
its access type and entry points.
Note: Call RUBE_SEARCH_TOOLS to get the full schema for this tool.
Use GOOGLECALENDAR_CREATE_EVENT to create a calendar event that automatically generates a Google Meet link (enabled by default).
Tool: GOOGLECALENDAR_CREATE_EVENT
Parameters:
- start_datetime (required): ISO 8601 format (e.g., "2025-01-16T13:00:00")
- summary: Meeting title
- attendees: List of email addresses
- timezone: IANA timezone (e.g., "America/New_York")
- event_duration_hour: Duration hours (default: 0)
- event_duration_minutes: Duration minutes (default: 30, max: 59)
- create_meeting_room: true (default) -- generates Meet link
- description: Meeting agenda/notes
- location: Physical or virtual location
Use GOOGLECALENDAR_FIND_FREE_SLOTS before scheduling to find when participants are available.
Tool: GOOGLECALENDAR_FIND_FREE_SLOTS
Parameters:
- items: List of calendar IDs to check (e.g., ["primary", "[email protected]"])
- time_min: Start of time window (ISO format)
- time_max: End of time window (ISO format)
- timezone: IANA timezone
Use GOOGLECALENDAR_PATCH_EVENT to modify meeting details, reschedule, or update attendees.
Tool: GOOGLECALENDAR_PATCH_EVENT
Parameters:
- calendar_id (required): Calendar ID (use "primary")
- event_id (required): Event ID (from search/list)
- summary: Updated title
- start_time / end_time: Rescheduled times
- attendees: Updated attendee list (replaces existing)
- send_updates: Notification preference ("all", "externalOnly", "none")
GOOGLEMEET_CREATE_MEET for an instant meeting space without a calendar event.GOOGLECALENDAR_CREATE_EVENT with create_meeting_room: true (default) to create a calendar event with an embedded Meet link. Workspace accounts get a Meet link automatically.GOOGLECALENDAR_FIND_FREE_SLOTS to find open time slots before scheduling with GOOGLECALENDAR_CREATE_EVENT.GMAIL_SEARCH_PEOPLE (gmail toolkit) to look up email addresses from names before adding attendees.GOOGLECALENDAR_GET_CURRENT_DATE_TIME with a timezone to get the current date/time for scheduling relative to "now".…
通过 Rube MCP 自动执行 Apex27 任务,并先检索最新工具 schema 再操作。
通过 Rube MCP 自动执行 Fibery 任务,并先检索最新工具与字段结构。
通过 Rube MCP 自动处理 Front 收件箱会话、联系人与协作任务。
通过 Rube MCP 自动化 Everhour 任务,快速查询并执行时间管理相关操作。
通过 Rube MCP 自动执行 Pdf4me 的 PDF 转换、合并与文档处理任务
通过 Rube MCP 自动执行 Alpha Vantage 数据查询与相关流程编排。
通过 Rube MCP 自动处理 Google 日历的查询、创建与更新等排程任务。
通过 Rube MCP 自动处理 Chmeetings 相关任务并提升会议协作效率。
通过Rube自动化管理ClickMeeting会议、报名与会后跟进流程
通过 Rube MCP 自动处理 GoToWebinar 的创建、报名与参会管理流程
自动化处理 Google Workspace 管理员的用户、群组与账号维护任务
通过 Rube MCP 自动化 Google Drive 文件与文件夹管理流程