Recipe Create Presentation
Published by googleworkspace in cli
No known issues29k installs
What this skill does
Create a new Google Slides presentation and add initial slides.
Add Recipe Create Presentation to your agent
Review the source and files first. When you are ready, copy the prompt instruction or use the CLI command supported by your environment.
Install with a prompt
Paste this into a compatible coding agent:
add this skill "recipe-create-presentation" from https://github.com/googleworkspace/cliInstall with the CLI
Run this command in a controlled environment after reviewing the repository:
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-presentationSkill instructions
Create a Google Slides Presentation
PREREQUISITE: Load the following skills to execute this recipe:
gws-slides
Create a new Google Slides presentation and add initial slides.
Steps
- Create presentation:
gws slides presentations create --json '{"title": "Quarterly Review Q2"}' - Get the presentation ID from the response
- Share with team:
gws drive permissions create --params '{"fileId": "PRESENTATION_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "team@company.com"}'
Files included
- SKILL.md

