Review who attended a Google Meet conference and for how long.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add nota-america/forgecat-agent-profiles --skill recipe-review-meet-participants --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Recipe Review Meet Participants?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nota-america-recipe-review-meet-participants)More formats (shields.io, HTML) on the badges page.
---
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
---
# Review Google Meet Attendance
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-meet`
Review 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`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!