recipe-create-presentation▌
googleworkspace/cli · updated Apr 8, 2026
Create a new Google Slides presentation with initial slides and sharing.
- ›Requires the gws-slides skill as a prerequisite dependency
- ›Creates presentations with a specified title and retrieves the presentation ID for further operations
- ›Supports sharing presentations with team members by setting permissions (writer, viewer, or other roles) via email address
1d:["$","div",null,{"className":"prose prose-invert max-w-none prose-headings:font-semibold prose-headings:tracking-tight prose-h1:text-4xl prose-h1:mb-2 prose-h2:text-2xl prose-h2:mb-2 prose-h3:text-lg prose-h3:mb-2 prose-p:text-muted-foreground prose-li:text-muted-foreground prose-code:bg-muted prose-code:text-foreground prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-sm prose-code:before:content-none prose-code:after:content-none prose-pre:bg-muted prose-pre:text-foreground prose-pre:border prose-pre:border-border prose-pre:rounded-md [&_table]:!border-[color:var(--border)] [&_th]:!border-[color:var(--border)] [&_td]:!border-[color:var(--border)]","dangerouslySetInnerHTML":{"__html":"<h1>Create a Google Slides Presentation</h1>\n<blockquote>\n<p><strong>PREREQUISITE:</strong> Load the following skills to execute this recipe: <code>gws-slides</code></p>\n</blockquote>\n<p>Create a new Google Slides presentation and add initial slides.</p>\n<h2>Steps</h2>\n<ol>\n<li>Create presentation: <code>gws slides presentations create --json '{"title": "Quarterly Review Q2"}'</code></li>\n<li>Get the presentation ID from the response</li>\n<li>Share with team: <code>gws drive permissions create --params '{"fileId": "PRESENTATION_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "team@company.com"}'</code></li>\n</ol>"}}]