From gws
Review who attended a Google Meet conference and for how long.
npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Review who attended a Google Meet conference and for how long.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Review who attended a Google Meet conference and for how long.
Use this workflow when the user wants to check attendance for a past meeting — who joined, when they joined/left, and session duration.
gws meet conferenceRecords list --format table
Ask the user which conference to review.
gws meet conferenceRecords participants list \
--params '{"parent": "conferenceRecords/CONFERENCE_ID"}' --format table
For specific participants, check their session times:
gws meet conferenceRecords participants participantSessions list \
--params '{"parent": "conferenceRecords/CONFERENCE_ID/participants/PARTICIPANT_ID"}' \
--format table
Present a summary: total attendees, join/leave times, and any notable absences.
parent parameter uses the format conferenceRecords/CONFERENCE_ID