通过 Rube MCP 自动化 Google Drive 文件与文件夹管理流程
复制安装指令,让 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. 装好后重载技能,告诉我可以用了
先搜索可用的 Google Drive 工具及最新参数 schema。然后帮我把“项目A”文件夹中的 PDF 按月份移动到对应子文件夹,并把文件名统一改为“项目A-月份-原文件名”。执行前先列出计划。
返回工具搜索结果、执行计划,以及完成后的整理与重命名结果摘要。
先搜索 Google Drive 相关工具和当前 schema。找到“周报”文件夹里最近 7 天新增的文档,批量共享给 [email protected],权限设为可评论,并输出共享成功与失败清单。
输出检索到的文档列表、共享操作结果,以及成功和失败的明细。
先搜索可用工具及 schema。扫描我的 Google Drive,找出文件名和大小相同的重复文件,按文件夹分组列出,并建议保留最新版本;未经我确认不要删除任何文件。
生成重复文件报告、保留建议,以及待确认的清理操作列表。
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 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动执行 Google Super 相关任务与跨工具流程。