Back to skills
SkillHub ClubShip Full StackFull Stack
gws-slides
Google Slides: Read and write presentations.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Stars
3,110
Hot score
99
Updated
March 20, 2026
Overall rating
C4.0
Composite score
4.0
Best-practice grade
B81.2
Install command
npx @skill-hub/cli install openclaw-skills-gws-slides
Repository
openclaw/skills
Skill path: skills/googleworkspace-bot/gws-slides
Google Slides: Read and write presentations.
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: openclaw.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install gws-slides into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/openclaw/skills before adding gws-slides to shared team environments
- Use gws-slides for development workflows
Works across
Claude CodeCodex CLIGemini CLIOpenCode
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
---
name: gws-slides
version: 1.0.0
description: "Google Slides: Read and write presentations."
metadata:
openclaw:
category: "productivity"
requires:
bins: ["gws"]
cliHelp: "gws slides --help"
---
# 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` — Creates a blank presentation using the title given in the request. If a `presentationId` is provided, it is used as the ID of the new presentation. Otherwise, a new ID is generated. Other fields in the request, including any provided content, are ignored. Returns the created presentation.
- `get` — Gets the latest version of the specified presentation.
- `pages` — Operations on the 'pages' resource
## Discovering Commands
Before calling any API method, inspect it:
```bash
# Browse resources and methods
gws slides --help
# Inspect a method's required params, types, and defaults
gws schema slides.<resource>.<method>
```
Use `gws schema` output to build your `--params` and `--json` flags.
---
## Skill Companion Files
> Additional files collected from the skill directory layout.
### _meta.json
```json
{
"owner": "googleworkspace-bot",
"slug": "gws-slides",
"displayName": "Gws Slides",
"latest": {
"version": "1.0.0",
"publishedAt": 1772757048276,
"commit": "https://github.com/openclaw/skills/commit/eb331e26c1a3aa82906442bd0a3b7de1147e82e2"
},
"history": []
}
```