gws-slides
仓库创建 2026年3月3日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由
方便对演示文稿做批量修改与模板化操作
▸ 风险提示
需要 Google OAuth 或服务账号凭据,注意权限。
这个 Skill 做什么
使用 gws CLI 读写并批量更新 Google 幻灯片。
用 gws CLI 自动读写和批量更新 Google 幻灯片,能一次性对多页或多份演示做结构和内容改动。适合批量替换文字、插入图片或按模板生成多份汇报的场景,省去在 Slides 界面里重复操作。直接调用 presentations.batchUpdate 等 API,支持模板占位替换和脚本化批处理,方便接入自动化流水线。
▸ 展开 SKILL.md 英文原文
Google Slides: Read and write presentations.
3.0w
Stars
1.8k
Forks
40
仓库内 Skill
+562
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-slides/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-slides/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# slides (v1) > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. ```bash gws slides <resource> <method> [flags] ``` ## API Resources ### presentations - `batchUpdate` — Applies one or more updates to the presentation. Each request is validated before being applied. If any request is not valid, then the entire request will fail and nothing will be applied. Some requests have replies to give you some information about how they are applied. Other requests do not need to return information; these each return an empty reply. The order of replies matches that of the requests. - `create` — Create
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有