通过 Rube MCP 自动化 Google Drive 文件与文件夹管理流程
该技能本身是开源提示型文档,仓库社区采用度高,直接材料未显示其自带密钥或本地执行代码,因此基础风险较低。但其设计目标是经由 Rube MCP 连接外部服务并操作 Google Drive,实际使用会涉及第三方端点与云端数据访问,需留意连接授权范围。
材料写明“无 API keys”,但同时要求通过 `RUBE_MANAGE_CONNECTIONS` 建立 Google Drive 活跃连接并完成授权链接登录;这意味着仍会涉及第三方 OAuth/连接令牌,只是并非由该技能直接声明环境变量。存在常规云服务授权与令牌滥用面,未见额外红旗。
文档明确要求添加远程 MCP 端点 `https://rube.app/mcp`,并引用 Composio/Google Drive 工具链;用户任务内容、工具查询与执行参数很可能经该端点传输到第三方服务。属于其声明功能内的正常外发,但实际数据路径依赖 Rube/Composio,材料未提供更细的数据处理说明。
系统检查项标明为 prompt-only,当前材料仅包含操作说明与调用模式,未显示该技能自带脚本、安装命令或本机执行能力。就所给材料看,不具备直接本地代码执行红旗。
声明用途是自动化 Google Drive 操作,意味着在授权后可对云端文件/目录执行查询或变更;这是该类工具的固有能力,需关注授予的 Google Drive 账户范围与具体工具 schema。材料未显示其申请超出 Drive 自动化所需的异常权限。
来源为 GitHub 开源仓库,且系统标注 open-source、社区采用度高(64.7k star),这些都是明显的降风险因素。许可证和维护状态未明确,且实际依赖外部 Rube/Composio 服务,但仅依据当前材料不足以构成高风险供应链红旗。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "googledrive-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/googledrive-automation/SKILL.md 2. 保存为 ~/.claude/skills/googledrive-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
Automate Google Drive operations through Composio's Google Drive toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/googledrive
RUBE_MANAGE_CONNECTIONS with toolkit googledriveRUBE_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 googledriveAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Google Drive 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 Drive task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["googledrive"]
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 Drive-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit googledrive |
| 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 自动处理 Bidsketch 提案与客户相关任务。
用自然语言自动化管理 Capsule CRM 的联系人、任务、项目与组织数据
通过 Rube MCP 自动执行 Brex Staging 环境任务与流程
通过 Rube MCP 自动处理 Hacker News 检索、发布与监控等任务。
通过 Rube MCP 自动执行 Breeze 任务,并先检索工具 schema 确保调用正确。
通过 Rube MCP 自动化管理 Ngrok 隧道、端点与相关运维操作
自动化处理 Google Docs 的创建、编辑、检索与导出等文档流程。
通过 Rube MCP 自动处理 Google 日历的查询、创建与更新等排程任务。
通过 Rube MCP 自动执行 Google Super 相关任务与跨工具流程。
通过 Rube MCP 自动化执行 Files.com 文件管理与传输相关任务。
自动化处理 Google Workspace 管理员的用户、群组与账号维护任务
自动化管理 Google Tasks 与任务清单,批量增删改移并提升协作效率