googleworkspace/cli · Official

recipe-review-meet-participants

Review who attended a Google Meet conference and for how long.

All-time #849 Trending #1546 Hot #387 First seen Mar 4, 2026
8-week activity · all time api

Installation

$ npx skills add googleworkspace/cli --skill recipe-review-meet-participants

Summary

  • Review Google Meet attendance records and participant session durations.
  • Requires the gws-meet skill to access Google Meet conference data Three-step workflow: list recent conferences, retrieve participant details, and view individual session timestamps and durations Returns tabular output for easy review of who attended and how long they stayed

Security audits

Partner security reviews for this skill.

agent-trust-hub SAFE

Analyzed Apr 1, 2026

This skill provides instructions for reviewing Google Meet attendance records using the gws CLI tool. No security risks were identified.

snyk LOW

Analyzed Apr 1, 2026

No issues detected.

socket Score 0.9000 · 0 alerts

Analyzed Apr 1, 2026

  • license 1
  • maintenance 1
  • quality 0.9
  • supply chain 1
  • vulnerability 1

0 alerts

Also in this package

Other skills from googleworkspace/cli · top by installs.

npx skills add googleworkspace/cli

Browse all from googleworkspace/cli

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 30.8K
License LICENSE
Default branch main
Open issues 129
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.22.5
Declared agents clawdbot
More metadata
version
0.22.5
openclaw
{"category":"recipe","domain":"productivity","requires":{"bins":["gws"],"skills":["gws-meet"]}}

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 887 B
  • docs SUMMARY.md 101 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 27,000 installs

SKILL.md

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

  1. List recent conferences: gws meet conferenceRecords list --format table
  2. List participants: gws meet conferenceRecords participants list --params '{"parent": "conferenceRecords/CONFERENCE_ID"}' --format table
  3. Get session details: gws meet conferenceRecords participants participantSessions list --params '{"parent": "conferenceRecords/CONFERENCEID/participants/PARTICIPANTID"}' --format table