What problem does it solve? Working with Google Drive from the terminal or an AI agent normally requires writing custom API code or switching to a browser. This Skill provides a command-line interface for everyday Drive operations so files can be listed, searched, uploaded, downloaded, and shared without leaving the shell. ## Core Features & Use Cases - File Operations: List folders, upload and download files, create directories, and share files publicly or with specific users. - Flexible Search: Run full-text content searches with search or filter by metadata (name, MIME type, date, owner) using Drive query syntax via ls --query. - Multi-Account Support: Manage OAuth credentials and multiple Google accounts stored locally in ~/.gdcli/. - Use Case: Ask the agent to find every PDF modified this year in your Drive, download them to a local folder, and share one report publicly with a single link. ## Quick Start Use the gdcli skill to list the files in my Google Drive root folder and download the document named report.pdf.