gws-meet▌
googleworkspace/cli · updated Apr 8, 2026
Create, manage, and query Google Meet conferences and meeting spaces via the Google Meet API.
- ›Supports two main resource types: conferenceRecords for accessing meeting history, participants, recordings, and transcripts; spaces for creating and managing meeting spaces
- ›Requires Google Workspace authentication and the gws CLI tool; see shared auth documentation for setup and security rules
- ›Use gws schema to inspect method signatures, required parameters, and data types before constructi
meet (v2)
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws meet <resource> <method> [flags]
API Resources
conferenceRecords
get— Gets a conference record by conference ID.list— Lists the conference records. By default, ordered by start time and in descending order.participants— Operations on the 'participants' resourcerecordings— Operations on the 'recordings' resourcesmartNotes— Operations on the 'smartNotes' resourcetranscripts— Operations on the 'transcripts' resource
spaces
create— Creates a space.endActiveConference— Ends an active conference (if there's one). For an example, see End active conference.get— Gets details about a meeting space. For an example, see Get a meeting space.patch— Updates details about a meeting space. For an example, see Update a meeting space.
Discovering Commands
Before calling any API method, inspect it:
# Browse resources and methods
gws meet --help
# Inspect a method's required params, types, and defaults
gws schema meet.<resource>.<method>
Use gws schema output to build your --params and --json flags.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.8★★★★★62 reviews- ★★★★★Pratham Ware· Dec 28, 2024
gws-meet fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Arjun Mensah· Dec 28, 2024
Registry listing for gws-meet matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Arjun Gupta· Dec 28, 2024
Solid pick for teams standardizing on skills: gws-meet is focused, and the summary matches what you get after install.
- ★★★★★Noah Diallo· Dec 28, 2024
I recommend gws-meet for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Arjun Abebe· Dec 24, 2024
Useful defaults in gws-meet — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Sakura Tandon· Dec 20, 2024
gws-meet reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Anika Torres· Dec 16, 2024
gws-meet has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Sakshi Patil· Nov 19, 2024
gws-meet is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Sofia Reddy· Nov 19, 2024
Useful defaults in gws-meet — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Ren Robinson· Nov 19, 2024
gws-meet reduced setup friction for our internal harness; good balance of opinion and flexibility.
showing 1-10 of 62