---
id: ssh2-recipe-create-presentation
name: "recipe-create-presentation"
url: https://skills.yangsir.net/skill/ssh2-recipe-create-presentation
author: googleworkspace
domain: ai-productivity-automation
tags: ["google-workspace", "google-slides", "presentation-automation", "cli-tooling"]
install_count: 15800
rating: 4.50 (156 reviews)
github: https://github.com/googleworkspace/cli
---

# recipe-create-presentation

> 能够创建新的Google幻灯片演示文稿，并添加初始幻灯片内容，快速启动演示文稿制作。

**Stats**: 15,800 installs · 4.5/5 (156 reviews)

## Before / After 对比

### Google Slides演示文稿创建效率的显著提升：从零开始手动构建到自动化初始结构的对比

## Readme

# 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"}'`



---
*Source: https://skills.yangsir.net/skill/ssh2-recipe-create-presentation*
*Markdown mirror: https://skills.yangsir.net/api/skill/ssh2-recipe-create-presentation/markdown*