
Recipe Review Meet Participants
- 24k installs
- 30k repo stars
- Updated July 22, 2026
- googleworkspace/cli
recipe-review-meet-participants is a Google Workspace skill that retrieves Google Meet conference attendance records and individual participant session details.
About
Review who attended a Google Meet conference and for how long. Lists all conference participants and individual session details using the gws-meet skill.
- Query Google Meet conference records and attendee lists with session duration
- Three-step CLI recipe - list conferences, participants, and session details
Recipe Review Meet Participants by the numbers
- 23,991 all-time installs (skills.sh)
- +797 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #72 of 3,301 Productivity & Planning skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
What recipe-review-meet-participants says it does
Review who attended a Google Meet conference and for how long.
npx skills add https://github.com/googleworkspace/cli --skill recipe-review-meet-participantsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 24k |
|---|---|
| repo stars | ★ 30k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 22, 2026 |
| Repository | googleworkspace/cli ↗ |
How do you audit Google Meet attendance via CLI?
project-management
Who is it for?
Teams tracking meeting attendance, validating participation, or generating attendance reports
Skip if: Teams needing real-time meeting analytics dashboards or non-Google conferencing platforms should skip recipe-review-meet-participants.
When should I use this skill?
Needing to audit who attended a meeting and how long they participated
What you get
Meet conferenceRecords list, per-participant attendance table, and session duration data from gws meet commands.
- Participant attendance table
- Conference session duration data
By the numbers
- Requires 1 utility skill: gws-meet
- Uses 2 CLI steps: conferenceRecords list and participants list
- Metadata version 0.22.5
Files
Review Google Meet Attendance
PREREQUISITE: Load the following skills to execute this recipe: gws-meetReview who attended a Google Meet conference and for how long.
Steps
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
Related skills
How it compares
Use recipe-review-meet-participants for CLI attendance pulls after meetings; pair with recipe-create-meet-space when provisioning rooms and auditing them.
FAQ
How does recipe-review-meet-participants get attendance?
recipe-review-meet-participants runs gws meet conferenceRecords list, then gws meet conferenceRecords participants list with the conference parent ID to return attendee names and session durations in table format.
What does recipe-review-meet-participants require?
recipe-review-meet-participants only needs the gws binary and gws-meet utility skill from googleworkspace/cli v0.22.5 to query Google Meet conference and participant records.
Is Recipe Review Meet Participants safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.