googledrive-automation

Automate Google Drive file operations and management tasks through the Rube MCP interface.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill googledrive-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: googledrive-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/googledrive-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill googledrive-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the need for manual navigation and interaction with the Google Drive web interface, allowing users to perform file operations directly through their AI agent.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Google Drive tool schemas to ensure compatibility.
  • Connection Management: Verify and maintain active authentication sessions for secure API access.
  • Workflow Execution: Perform bulk file operations and data management tasks using the Rube MCP gateway.

Quick Start

Use the googledrive-automation skill to search for and list all files in my project folder.

Frequently Asked Questions about googledrive-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Google Drive to my AI agent?

Use the RUBE_MANAGE_CONNECTIONS command with the googledrive toolkit to initiate the authentication flow. Ensure the connection status is set to ACTIVE before attempting to execute any file operations.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and available arguments for Google Drive operations change frequently. Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current, valid schema for the specific task you are performing.

Can I perform bulk operations on Google Drive files?

Yes, use the RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH commands to chain multiple operations together. Always include the memory parameter in your calls to maintain state across the workflow.

What should I do if my Google Drive connection fails?

Verify the connection status using RUBE_MANAGE_CONNECTIONS. If the status is not ACTIVE, follow the provided authentication link to re-authorize the Rube MCP gateway with your Google account.