googleworkspace/cli21k installs
recipe-review-meet-participants
Review who attended a Google Meet conference and for how long.
How do I install this agent skill?
npx skills add https://github.com/googleworkspace/cli --skill recipe-review-meet-participantsIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides instructions for reviewing Google Meet attendance records using the gws CLI tool. No security risks were identified.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerpass
1 file scanned · No issues
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
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
- 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
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/googleworkspace/cli/recipe-review-meet-participants">View recipe-review-meet-participants on skillZs</a>