What problem does it solve? Downloading ebooks or PDF documents from the web and organizing them into Google Drive normally requires manual searching, copyright checking, downloading, and uploading. This Skill automates the entire pipeline: it searches for legally distributable sources, verifies distribution rights, and triggers a user-deployed Google Apps Script to fetch the file directly into a Drive folder — the file bytes never pass through the AI. ## Core Features & Use Cases - Legal source verification: Searches publisher sites, universities, and public archives (e.g., archive.org, open access journals) and strictly refuses pirated sources like Scribd or infringing download sites. - Zero-click Drive delivery: Uses a Drive-based job queue (_queue.json) processed by an Apps Script time trigger, so files land in Google Drive automatically without the user clicking anything; falls back to a one-click link when the queue is unavailable. - Book list tracking: Maintains a book-list.md file in the Drive folder recording every request with status (Downloaded / Not Available / Failed), source, and file size. - Use Case: A user pastes a book cover photo and says "find this book and keep it in Drive" — the Skill reads the title from the cover, finds a legitimate PDF source, queues the download, and confirms with a Drive link about a minute later. ## Quick Start Invoke /drive:ebook-dl with a book title, a PDF URL, or an attached cover image, for example by asking to find "Clean Code" as a PDF and save it into your Google Drive folder.