Review Google Meet Attendance
SkillDev toolsFind out who was in your Google Meet calls and how long each person stayed. Once this skill is added, your AI can look up the participants of a conference and report how much time each attendee spent in the call. You can ask about attendance instead of checking the meeting details yourself.
Available today. Use it from your connected AI after setup.
No other account needed.
Add the skill, then ask your AI about a Google Meet conference to see who attended and how long each person stayed.
Then ask your AI: use the Review Google Meet Attendance skill
What your AI can do with it
- Look up who attended a Google Meet conference
- See how long each attendee stayed in the call
- Get attendance details for a specific meeting
What this skill tells your AI
The instructions your AI receives, as published by googleworkspace/cli in skills/recipe-review-meet-participants/SKILL.md and read by ahel’s review.
PREREQUISITE: Load the following skills to execute this recipe:
gws-meet
Review who attended a Google Meet conference and for how long.
Steps
- List recent conferences:
gws meet conferenceRecords list --format table - List participants:
gws meet conferenceRecords participants list --params '{"parent": "conferenceRecords/CONFERENCE_ID"}' --format table - Get session details:
gws meet conferenceRecords participants participantSessions list --params '{"parent": "conferenceRecords/CONFERENCE_ID/participants/PARTICIPANT_ID"}' --format table
Signals
- GitHub stars
- 31k
- Forks
- 2k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
recipe-review-meet-participants- Source
- github.com/googleworkspace/cli