What problem does it solve? Reading, exporting, and modifying Google Slides decks normally requires manual work in the browser or writing custom Slides API code. This Skill exposes the full presentation workflow as plain CLI commands that agents and CI pipelines can run directly. ## Core Features & Use Cases - List and Search: Find presentations with Drive query filters such as owner, name fragment, or modification date. - Read and Export: Extract slide text and speaker notes, or export decks to pptx, pdf, or odp formats. - Create, Copy, and Batch Update: Create blank presentations, duplicate decks into folders, and execute raw presentations.batchUpdate requests for full Slides API control. - Use Case: In a scheduled GitHub Actions job, export the latest Q4 review deck to PDF and post a summary of its slide text to Slack. ## Quick Start Use the agentio gslides skill to list my 10 most recent presentations and read the text of the first one.