From google-workspace-cli
Reviews Google Meet conference attendance by listing recent meetings, participants, and session durations via gws CLI commands. Useful for analyzing participation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-review-meet-participantsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-meet`
PREREQUISITE: Load the following skills to execute this recipe:
gws-meet
Review who attended a Google Meet conference and for how long.
gws meet conferenceRecords list --format tablegws meet conferenceRecords participants list --params '{"parent": "conferenceRecords/CONFERENCE_ID"}' --format tablegws meet conferenceRecords participants participantSessions list --params '{"parent": "conferenceRecords/CONFERENCE_ID/participants/PARTICIPANT_ID"}' --format tablenpx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceReviews Google Meet conference participants and session durations using gws CLI commands like conferenceRecords list and participantSessions list. Requires gws-meet skill.
Creates Google Meet spaces, schedules video conferences via Calendar events, and manages meeting access using Rube MCP (Composio).
Automates Zoom meeting creation, scheduling, management, recordings, webinars, and participant tracking using Composio's Rube MCP toolkit. Use for programmatic Zoom workflows.