recipe-create-presentation

Create Google Slides presentations programmatically with preconfigured slides and sharing permissions.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/vikingokft/vikingo-studio-skills --skill recipe-create-presentation-vikingokft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-create-presentation
Source: https://github.com/vikingokft/vikingo-studio-skills/tree/main/google/recipe-create-presentation
Command: npx skills add https://github.com/vikingokft/vikingo-studio-skills --skill recipe-create-presentation-vikingokft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual creation and setup of Google Slides presentations is time-consuming and error-prone. This recipe automates deck creation and initial slide setup to save time and ensure consistency.

Core Features & Use Cases

  • Programmatic creation of Google Slides presentations
  • Preloaded initial slides and sharing settings
  • Use Case: When kickoff meetings or quarterly reviews occur, quickly generate a deck and grant team access.

Quick Start

Create a new Google Slides presentation titled 'Quarterly Review Q2' and share it with your team automatically.

Frequently Asked Questions about recipe-create-presentation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Google Slides creation for recurring meetings?

You can automate Google Slides creation by programmatically generating a new deck, preconfiguring initial slides, and applying sharing permissions to save setup time for kickoff meetings or quarterly reviews.

Can I set up sharing permissions automatically when creating Google Slides presentations?

Yes, sharing permissions can be applied automatically. The recipe creates a presentation, retrieves its ID from the response, and then applies the necessary sharing settings to grant team access immediately.

Do I need the gws toolchain to create Google Slides presentations programmatically?

Yes, you need the gws toolchain and the gws-slides prerequisite to create Google Slides presentations. These dependencies enable the programmatic deck creation and initial slide configuration process.

What is the best way to generate a preloaded Google Slides deck for a client brief?

The best way to generate a preloaded deck is using an automation recipe that creates the presentation, sets up initial slides, and applies sharing permissions, ensuring consistency and saving time for client briefs.

Are there limitations when preconfiguring initial slides in Google Slides?

The recipe preconfigures initial slides during Google Slides creation, but it focuses on rapid deck setup and sharing settings rather than advanced slide content manipulation or complex layout formatting.

Why does my automated Google Slides recipe fail to apply sharing permissions?

Automated Google Slides sharing may fail if the gws toolchain or gws-slides prerequisite is missing. The recipe relies on retrieving the presentation ID from the response before applying permissions.