Recipe review meet participants
Skill ComeOnOliver/skillshub/skills/googleworkspace/cli/recipe-review-meet-participants
Review who attended a Google Meet conference and for how long.From its SKILL.md
npx -y skills add ComeOnOliver/skillshub --skill recipe-review-meet-participantsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.9 KB, 136 tokens by cl100k_base, as published. Nobody here has run it
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
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.