recipe-review-meet-participants

Extract Google Meet attendance details and participant durations from conference records.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/73ai/openbotkit --skill recipe-review-meet-participants-73ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-review-meet-participants
Source: https://github.com/73ai/openbotkit/tree/main/skills/recipe-review-meet-participants
Command: npx skills add https://github.com/73ai/openbotkit --skill recipe-review-meet-participants-73ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly determine who attended a Google Meet session and for how long, turning scattered notes into a clear attendance record.

Core Features & Use Cases

  • Attendance extraction: Retrieve conference records, participants, and participant sessions to build a complete attendance log.
  • Duration analysis: Compute total time spent by each participant across the session.
  • Use Case: Generate a shareable attendance report for meetings, trainings, or audits.

Quick Start

Ask it to review the latest Google Meet conference and list attendees with their durations.

Frequently Asked Questions about recipe-review-meet-participants

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract Google Meet attendance and duration for meeting audits?

The Skill extracts Google Meet attendance by pulling conferenceRecords, participants, and participantSessions to build an attendee list with total duration per participant for meeting audits.

What is the best way to report participant sessions from a Google Meet conference?

The best way to report participant sessions is to retrieve conference records and compute the total time spent by each participant, generating a structured attendance log for engagement verification.

Do I need any specific dependencies to access Google Meet conference records?

Yes, you need the gws-meet dependency to access Google Meet conference data and extract the participant sessions required for building the attendance log.

Can I generate an attendance report for large scale Google Meet trainings?

Yes, you can generate a shareable attendance report for meetings, trainings, or audits by retrieving participant sessions and computing the duration each attendee spent in the conference.

How does the attendance extraction handle participants who join a Google Meet late?

Attendance extraction handles late arrivals by pulling participant sessions, which track individual join and leave times to compute the exact duration spent by each participant in the conference.