Automate Google Drive file and folder workflows through Rube MCP.
This skill appears to be an open-source prompt/documentation-style artifact with strong community adoption, and the provided material does not show built-in secrets or local code execution, so baseline risk is low. However, its intended use relies on Rube MCP to connect to external services and operate on Google Drive, which introduces normal caution around third-party endpoints and cloud data access.
The material states 'no API keys needed,' but it also requires an active Google Drive connection via `RUBE_MANAGE_CONNECTIONS` and an auth link flow; this still implies third-party OAuth/connection tokens, even if no environment variables are declared by the skill itself. This creates normal cloud authorization/token exposure considerations, with no additional red flags shown.
The documentation explicitly instructs adding the remote MCP endpoint `https://rube.app/mcp` and references the Composio/Google Drive toolkit; user task content, tool discovery requests, and execution arguments are likely sent to that third-party service. This is normal egress for the stated functionality, but the actual data path depends on Rube/Composio and the material does not provide deeper data-handling details.
The system marks it as prompt-only, and the provided material contains only usage guidance and call patterns, with no bundled scripts, install commands, or local execution capability shown. Based on the supplied material, there is no direct local code-execution red flag.
Its stated purpose is automating Google Drive operations, which means it may query or modify cloud files/folders after authorization; this is inherent to the tool category and warrants attention to the scope granted to the Google Drive account and the specific tool schemas. The material does not show requests for permissions clearly beyond what Drive automation would normally need.
The source is a GitHub open-source repository, and the system flags it as open-source with high community adoption (64.7k stars), which are strong risk-reducing signals. The license and maintenance status are not explicit, and practical use depends on external Rube/Composio services, but the current material does not support a high-risk supply-chain finding.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "googledrive-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/googledrive-automation/SKILL.md 2. Save it as ~/.claude/skills/googledrive-automation/SKILL.md 3. Reload skills and tell me it's ready
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
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate GoToWebinar creation, registration, and attendee management through Rube MCP.
Automate Globalping network probes and collect results through Rube MCP.
Automate Logo development tasks via Rube MCP using current tool schemas.
Automate OCRSpace text extraction tasks through Rube MCP workflows.
Automate MailerLite email workflows, subscriber segmentation, and campaign monitoring.
Automate Google Docs creation, editing, search, export, and document workflows.
Automate Google Calendar scheduling, lookup, creation, and update tasks via Rube MCP.
Automate Google Super tasks and cross-tool workflows through Rube MCP.
Automate Files.com file management and transfer tasks through Rube MCP.
Automate Google Workspace admin tasks for users, groups, and account maintenance.
Automate Google Tasks and lists with bulk task management workflows.