From gws
Creates a Google Slides presentation via GWS CLI with a title, retrieves ID, and shares with team email. Prerequisite: gws-slides skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-create-presentationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-slides`
PREREQUISITE: Load the following skills to execute this recipe:
gws-slides
Create a new Google Slides presentation and add initial slides.
gws slides presentations create --json '{"title": "Quarterly Review Q2"}'gws drive permissions create --params '{"fileId": "PRESENTATION_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "[email protected]"}'npx claudepluginhub wadewarren/gws-claude-plugin4plugins reuse this skill
First indexed Mar 9, 2026
Read (get) and write (create, batchUpdate) Google Slides presentations via gws CLI commands. Inspect schemas for params before use.
Automates Google Slides via Python CLI with OAuth: create presentations, get text/metadata, search, add/delete/replace slides, batch updates. For Workspace scripting without servers.
Automates Google Slides presentations via CLI: get text, find presentations, add/delete slides, replace text, batch updates. Requires Google Workspace account.