From google-workspace-cli
Creates a new Google Slides presentation via gws CLI, adds initial slides like 'Quarterly Review Q2', and shares with team. Useful for rapid team productivity setups.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli: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 pleaseai/claude-code-plugins --plugin google-workspaceCreates a Google Slides presentation via GWS CLI with a title, retrieves ID, and shares with team email. Prerequisite: gws-slides skill.
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.