通过 Rube MCP 自动处理 Google 日历的查询、创建与更新等排程任务。
该技能本身是开源提示型封装,但其用途依赖远程 Rube MCP 与 Google Calendar 连接来发现并执行工具,因此整体更适合评为需留意而非高风险。材料未见明显恶意红旗,但会把日历相关操作与可能的用户数据交由第三方服务链处理。
材料称“无需 API key”,但实际需要通过 RUBE_MANAGE_CONNECTIONS 建立 googlecalendar 连接并完成授权链接登录,说明仍会涉及 Google 账户授权令牌;凭证不直接暴露在技能安装参数里,但存在第三方代理持有或使用授权连接的常规风险。
明确要求添加远程 MCP 端点 https://rube.app/mcp,并调用 composio/rube 相关服务来搜索工具、管理连接和执行操作;这意味着任务描述、会话信息及日历操作参数会发送到声明的第三方端点,但材料未出现额外不明外发目标。
按已知检查项这是 prompt-only 技能,材料未显示本地安装脚本、shell 执行、起进程或系统命令能力;执行发生在远程工具链中而非本机代码运行。
功能目标是自动化 Google Calendar 操作,通常需要读取或修改日历事件、时间安排等账户数据;材料未声明超出该用途的本地文件访问或系统级数据权限,但远程服务可接触与日历任务相关的用户内容。
来源为 GitHub 开源仓库且社区采用度高(64.7k star),这显著降低供应链风险;当前看到的是 awesome-claude-skills 中的技能说明而非独立闭源二进制,虽许可证和维护状态未明、且依赖外部 Rube/Composio 服务,但未见明显可疑或注入式内容。
复制安装指令,让 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. 装好后重载技能,告诉我可以用了
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 自动化执行 Rosette 文本分析任务并获取结构化结果
自动化执行 Semantic Scholar 检索与论文信息处理任务,提升科研查找效率。
通过 Rube MCP 自动执行 Sendbird 相关任务并先检索最新工具结构。
通过 Rube MCP 自动执行 Sendlane 营销与客户触达相关任务
通过 Rube MCP 自动处理 Splitwise 记账、账单与分账操作
通过 Rube MCP 自动执行图片去背景流程,提升批量抠图与素材处理效率。
通过 Rube MCP 自动处理 Cal 日程与预约相关操作,提升排期效率。
通过 Rube MCP 自动化处理 Calendarhero 日程与会议相关任务。
自动创建与安排 Google Meet 会议,并管理参会访问权限。
通过 Rube MCP 自动化 Google Drive 文件与文件夹管理流程
通过 Rube MCP 自动执行 Google Super 相关任务与跨工具流程。
自动化管理 Google Tasks 与任务清单,批量增删改移并提升协作效率