$npx -y skills add googleworkspace/cli --skill recipe-create-presentationCreate a new Google Slides presentation and add initial slides.
| 1 | # Create a Google Slides Presentation |
| 2 | |
| 3 | > **PREREQUISITE:** Load the following skills to execute this recipe: `gws-slides` |
| 4 | |
| 5 | Create a new Google Slides presentation and add initial slides. |
| 6 | |
| 7 | ## Steps |
| 8 | |
| 9 | 1. Create presentation: `gws slides presentations create --json '{"title": "Quarterly Review Q2"}'` |
| 10 | 2. Get the presentation ID from the response |
| 11 | 3. Share with team: `gws drive permissions create --params '{"fileId": "PRESENTATION_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "team@company.com"}'` |