gws-admin-reports
Google Workspace Admin SDK: Audit logs and usage reports.
Create a new Google Slides presentation and add initial slides.
$ npx -y skills add googleworkspace/cli --skill recipe-create-presentation --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/recipe-create-presentationContext preview
The summary Claude sees to decide when to auto-load this skill.
Create a new Google Slides presentation and add initial slides.
name: recipe-create-presentation
description: "Create a new Google Slides presentation and add initial slides."
metadata:
version: 0.22.5
openclaw:
category: "recipe"
domain: "productivity"
requires:
bins:
- gws
skills:
- gws-slides> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-slides`
Create a new Google Slides presentation and add initial slides.
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"}'`
Google Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.
Repo: googleworkspace/cli
Google Workspace Admin SDK: Audit logs and usage reports.
Google Calendar: Show upcoming events across all calendars.