Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Create a new Google Slides presentation and share it with team members via gws CLI.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
1---2name: recipe-create-presentation3description: "Create a new Google Slides presentation and add initial slides."4metadata:5version: 0.22.56openclaw:7category: "recipe"8domain: "productivity"9requires:10bins:11- gws12skills:13- gws-slides14---1516# Create a Google Slides Presentation1718> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-slides`1920Create a new Google Slides presentation and add initial slides.2122## Steps23241. Create presentation: `gws slides presentations create --json '{"title": "Quarterly Review Q2"}'`252. Get the presentation ID from the response263. Share with team: `gws drive permissions create --params '{"fileId": "PRESENTATION_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "[email protected]"}'`2728