From google-workspace-cli
Create a new Google Slides presentation and add initial slides.
npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-slides`
Creates a Google Slides presentation via GWS CLI with a title, retrieves ID, and shares with team email. Prerequisite: gws-slides skill.
Read/write Google Slides via Python CLI: extract text/metadata, search/create presentations, add/delete slides with layouts, replace text.
Automates Google Slides via Python CLI: read text/metadata, search presentations, create/add/delete slides, replace text, batch updates. Standalone OAuth for Workspace accounts.
Share bugs, ideas, or general feedback.
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": "team@company.com"}'