recipe-review-meet-participants

Identify attendee presence and duration from Google Meet conference records.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/wuyyyyyou/cli --skill recipe-review-meet-participants-wuyyyyyou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-review-meet-participants
Source: https://github.com/wuyyyyyou/cli/tree/main/skills/recipe-review-meet-participants
Command: npx skills add https://github.com/wuyyyyyou/cli --skill recipe-review-meet-participants-wuyyyyyou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Organizers and analysts need a clear record of who attended a Google Meet conference and for how long to verify participation, bill time, and follow up on action items.

Core Features & Use Cases

  • Retrieve a list of recent Google Meet conferences and their metadata.
  • List conference participants and their session durations for each meeting.
  • Produce a concise attendance report suitable for post-event audits and sharing with stakeholders.
  • Use Case: After a company-wide meeting, generate a participant attendance summary showing who attended and the total time each person participated.

Quick Start

Run this recipe after loading gws-meet to generate an attendance report for the most recent Google Meet conference.

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 generate a Google Meet attendance report after a meeting?

To generate a Google Meet attendance report, you can use this recipe to identify attendee presence and session durations from conference records. It produces a concise participant summary for post-event audits.

Can I track how long each participant stayed in a Google Meet conference?

Yes, you can track how long each participant stayed by analyzing participantSessions data from Google Meet conference records. This recipe extracts attendee presence and calculates session durations for each person.

What do I need to extract participant data from Google Meet conference records?

You need the gws-meet skill and access to Google Meet conferenceRecords, participants, and participantSessions data sources to extract participant data and generate attendance reports.

What is the best way to audit meeting attendance across recent Google Meet conferences?

The best way to audit meeting attendance is to retrieve a list of recent Google Meet conferences and their metadata. This recipe lists participants and their session durations for each meeting.

Does this recipe require any specific dependencies to review Google Meet participation?

Yes, reviewing Google Meet participation requires the gws-meet skill as a dependency. You also need access to the conferenceRecords, participants, and participantSessions data sources.

Why do I need a separate recipe to review Google Meet participants?

You need a separate recipe to review Google Meet participants because it parses raw conferenceRecords and participantSessions data into a concise attendance report. This simplifies post-event analysis and stakeholder sharing.