Gws Drive Upload
This skill automates Google Workspace Drive file uploads, streamlining data transfer and saving valuable time for users.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gws-drive-upload npx -- -y @trustedskills/gws-drive-upload
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gws-drive-upload": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gws-drive-upload"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The gws-drive-upload skill enables AI agents to upload files directly to Google Drive. It handles authentication, file transfers, and integration with Google Workspace APIs, making it easy to automate file storage workflows.
When to use it
- Automating the backup of generated reports or logs to a shared Google Drive folder.
- Uploading user-generated content from an application into a centralized cloud storage location.
- Integrating file upload capabilities into AI-powered tools that need persistent data storage.
Key capabilities
- Upload files directly to Google Drive using API integration
- Supports authentication with Google Workspace accounts
- Handles large file transfers efficiently
Example prompts
- "Upload the generated PDF report to the 'Reports' folder in my Google Drive."
- "Save this user's input as a text file and upload it to the 'Data' directory on Google Drive."
- "Automatically transfer all new CSV files from the local system to the shared Google Drive folder."
Tips & gotchas
- Ensure that the AI agent has proper OAuth credentials and permissions for Google Workspace.
- Large uploads may require additional configuration or timeouts to be adjusted in the environment.
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.