Google Drive Automation
Automate Google Drive tasks like file organization, backups, and sharing directly within your workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add google-drive-automation npx -- -y @trustedskills/google-drive-automation
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"google-drive-automation": {
"command": "npx",
"args": [
"-y",
"@trustedskills/google-drive-automation"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to perform automated tasks directly within Google Drive, such as creating, updating, and organizing files without manual intervention. It streamlines document management workflows by allowing agents to interact with your drive's contents programmatically.
When to use it
- Automating the creation of standardized report templates whenever a new project is initiated.
- Organizing incoming documents by automatically moving them into specific folders based on file type or name patterns.
- Generating and saving meeting summaries as PDFs directly into designated client folders after calls.
- Bulk renaming files across multiple directories to enforce consistent naming conventions.
Key capabilities
- Create new files within Google Drive
- Update existing file metadata and content
- Organize and move files between folders
- Automate repetitive document management tasks
Example prompts
- "Create a new folder called 'Q4 Financials' and upload the attached spreadsheet into it."
- "Rename all PDF files in my 'Invoices' folder to include today's date at the beginning of the filename."
- "Generate a summary of the attached meeting notes and save it as a text file in the 'Meeting Minutes' directory."
Tips & gotchas
Ensure your AI agent has proper OAuth credentials configured with read/write access to your Google Drive account before attempting file operations. Be mindful of storage limits and file size restrictions imposed by Google Drive when automating large-scale uploads or heavy document processing.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.