TopRank Skills

Home / Claw Skills / 其他 / recipe-create-presentation
Official OpenClaw rules 15%

recipe-create-presentation

Create a new Google Slides presentation and add initial slides.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 recipe-create-presentation 技能。 若已安装,则直接安装 recipe-create-presentation 技能。

Overview

Skill Key
googleworkspace-bot/recipe-create-presentation
Author
googleworkspace-bot
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/googleworkspace-bot/recipe-create-presentation
Latest Commit SHA
e0ed1368d44647cdbe5340950542369abd5bb702

Extracted Content

SKILL.md excerpt

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

Related Claw Skills