A straightforward wrapper around the Google Slides API that lets you read, write, and manipulate presentations programmatically. You can create new presentations, fetch existing ones, and batch update slides with text, images, or layout changes. The `gws schema` command is genuinely helpful for understanding the Google API's often complex parameter structures before you make calls. It's built on the broader `gws` CLI ecosystem, so you'll need that toolchain set up first. Most useful when you're automating report generation, building presentation templates, or need to programmatically update slides based on data from other sources.
npx skills add https://github.com/googleworkspace/cli --skill gws-slides