googledrive-automation
Automate Google Drive tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Office AutomationInstall
Hot:27
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-googledrive-automation&locale=en&source=copy
Google Drive Automation Skills
Skill Overview
Automate Google Drive file operations through Rube MCP (Composio). You can perform bulk file management, automatic backups, and intelligent organization without writing code.
Use Cases
Automatically categorize and move files from the Downloads folder into the specified Google Drive folder by file type and date—no manual sorting required.
Set up scheduled tasks to automatically sync and back up important local documents to Google Drive, ensuring data safety.
Rename, move, set permissions, and perform other operations on multiple files at once—ideal for teams managing large numbers of shared files.
Core Features
Use
RUBE_SEARCH_TOOLS to fetch the latest tool schemas, and use RUBE_MANAGE_CONNECTIONS to one-click manage the Google Drive connection status—always using the currently valid operation interfaces.Use
RUBE_MULTI_EXECUTE_TOOL to execute multiple Google Drive operations in one go. Supports file search, upload, move, rename, and permission management to improve productivity.Reuse connection state via session ID to call tools multiple times within a single workflow without re-authorization. Supports paginated handling of large file lists.
Common Questions
How do I connect Google Drive using Rube MCP?
In the client configuration, add
https://rube.app/mcp as the MCP server. No API key is required. After connecting, call RUBE_MANAGE_CONNECTIONS and specify the toolkit as googledrive. Complete the Google account binding using the authorization link returned.What’s the difference between Rube MCP and directly using the Google Drive API?
Rube MCP provides a unified tool layer, so you don’t have to handle OAuth authentication, API quotas, or complex error handling. The tool schemas update automatically, eliminating code compatibility maintenance. It also supports session reuse and bulk execution, making it more suitable for automation workflows.
What Google Drive operations are supported?
Using
RUBE_SEARCH_TOOLS, you can dynamically discover all currently available operations. Typically includes: searching for files and folders, creating, moving, renaming, deleting, permission management, and bulk upload/download. It’s recommended to search tools before each execution to get the latest schema.