What problem does it solve? Working with Google Drive from scripts, CI pipelines, or LLM agents normally requires writing OAuth flows and Drive API client code. This Skill exposes the full Drive workflow as plain agentio CLI commands, so an agent can list, search, download, upload, organize, and share files without any custom integration code. ## Core Features & Use Cases - File Discovery & Search: List files and folders, filter with Drive API query syntax, and run full-text search across file names and content. - Download & Export: Download binary files as-is or export Google Workspace files (Docs, Sheets, Slides) to PDF, DOCX, XLSX, CSV, PPTX, and more. - Upload & Organize: Upload files with optional conversion to native Google formats, plus copy, rename, move, mkdir, and trash operations. - Sharing & Permissions: List permissions and share files with users, groups, domains, or anyone-with-link at reader, commenter, or writer roles. - Use Case: In a scheduled GitHub Actions job, generate a report, upload it to a shared Drive folder with agentio gdrive put ./report.pdf --folder <id>, then share it with your team using agentio gdrive share. ## Quick Start Ask the agent to list your 20 most recently modified Google Drive files, then download a specific file by its ID or Drive URL to a local path.