gws-admin-reports
Google Workspace Admin SDK: Audit logs and usage reports.
Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.
$ npx -y skills add googleworkspace/cli --skill recipe-post-mortem-setup --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/recipe-post-mortem-setupContext preview
The summary Claude sees to decide when to auto-load this skill.
Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.
name: recipe-post-mortem-setup
description: "Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat."
metadata:
version: 0.22.5
openclaw:
category: "recipe"
domain: "engineering"
requires:
bins:
- gws
skills:
- gws-docs
- gws-calendar
- gws-chat> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-docs`, `gws-calendar`, `gws-chat`
Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.
1. Create post-mortem doc: `gws docs +write --title 'Post-Mortem: [Incident]' --body '## Summary\n\n## Timeline\n\n## Root Cause\n\n## Action Items'` 2. Schedule review meeting: `gws calendar +insert --summary 'Post-Mortem Review: [Incident]' --attendee team@company.com --start '2026-03-16T14:00:00' --end '2026-03-16T15:00:00'` 3. Notify in Chat: `gws chat +send --space spaces/ENG_SPACE --text '🔍 Post-mortem scheduled for [Incident].'`
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.