What problem does it solve? Accessing Google Drive and Google Docs content from a CLI or agent environment normally requires manual downloads through a browser. This Skill lets you export Docs to text, HTML, or PDF, download binary files, and upload files with shareable links directly from the command line. ## Core Features & Use Cases - Document Export: Convert Google Docs, Sheets, and Slides to plain text, HTML, PDF, DOCX, CSV, or XLSX formats using the Drive API export endpoint. - File Download & Upload: Download binary files (images, PDFs) by file ID and upload local files with an automatically generated public share link. - Shared OAuth Authentication: Reuses the ndf:google-auth skill's OAuth2 token, so no separate credential setup is needed once Google authentication is configured. - Use Case: A user needs the contents of a shared Google Doc as plain text for analysis. They extract the file ID from the document URL and run the script to export it directly to a local file. ## Quick Start Ask the AI to export a Google Doc to plain text by providing the document URL or file ID, for example: export this Google Doc to text using the google-drive skill.