Recipe Create Presentation: Install, Source and Security | FunnelSlayer

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/cli

Install 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-presentation

Skill 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

  1. Create presentation: gws slides presentations create --json '{"title": "Quarterly Review Q2"}'
  2. Get the presentation ID from the response
  3. Share with team: gws drive permissions create --params '{"fileId": "PRESENTATION_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "team@company.com"}'

Files included

  • SKILL.md