gws-admin-reports
Google Workspace Admin SDK: Audit logs and usage reports.
Review who attended a Google Meet conference and for how long.
$ npx -y skills add googleworkspace/cli --skill recipe-review-meet-participants --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/recipe-review-meet-participantsContext preview
The summary Claude sees to decide when to auto-load this skill.
Review who attended a Google Meet conference and for how long.
name: recipe-review-meet-participants
description: "Review who attended a Google Meet conference and for how long."
metadata:
version: 0.22.5
openclaw:
category: "recipe"
domain: "productivity"
requires:
bins:
- gws
skills:
- gws-meet> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-meet`
Review who attended a Google Meet conference and for how long.
1. List recent conferences: `gws meet conferenceRecords list --format table` 2. List participants: `gws meet conferenceRecords participants list --params '{"parent": "conferenceRecords/CONFERENCE_ID"}' --format table` 3. Get session details: `gws meet conferenceRecords participants participantSessions list --params '{"parent": "conferenceRecords/CONFERENCE_ID/participants/PARTICIPANT_ID"}' --format table`
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.