What problem does it solve?
It solves the problem of manually browsing, downloading, editing, and uploading files in Google Drive by providing a single toolset for automated file operations through OAuth 2.0.
Core Features & Use Cases
- File discovery and browsing: List folder contents and search Drive using Drive query syntax.
- Content retrieval and export: Read Google Docs/Sheets/Slides as text/CSV and handle binary files (base64) or export formats.
- Automation of uploads and updates: Upload from local filesystem paths or base64, update existing files, and create or move folders.
- Use Case: Generate a daily report by searching for the latest “briefing” document, reading its contents, and then uploading the generated report back to a chosen Drive folder.
Quick Start
Use the google_drive skill to read a document by asking: "Read file with ID 'YOUR_FILE_ID' as 'text/plain' and return the first 10000 characters."