
Gws Meet
- 31.5k installs
- 30k repo stars
- Updated July 22, 2026
- googleworkspace/cli
gws-meet is a Google Workspace CLI skill that enables developers to manage Google Meet through the command line with structured JSON output.
About
Google Workspace CLI skill for managing Google Meet via command line. Enables developers to programmatically schedule meetings, manage participants, and access meeting data. Part of a unified CLI for Google Workspace APIs with structured JSON output.
- Unified Google Workspace CLI
- Structured JSON output
- 40+ agent skills included
Gws Meet by the numbers
- 31,473 all-time installs (skills.sh)
- +1,083 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #25 of 690 Office & Documents skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
gws-meet capabilities & compatibility
- Works with
- google drive · gmail
- Use cases
- orchestration · project management
npx skills add https://github.com/googleworkspace/cli --skill gws-meetAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 31.5k |
|---|---|
| repo stars | ★ 30k |
| Security audit | 2 / 3 scanners passed |
| Last updated | July 22, 2026 |
| Repository | googleworkspace/cli ↗ |
How do you manage Google Meet from the command line?
Automate Google Meet scheduling and management in agent workflows without manual UI interaction.
Who is it for?
Developers on `gws` who need programmatic Google Meet space creation, conference record listing, and recording access from shell or agents.
Skip if: In-call AV controls, non-Google video platforms, or Meet automation without authenticated `gws` setup.
When should I use this skill?
An agent must create, list, end, or inspect Google Meet conference records, participants, or recordings via `gws meet`.
What you get
Meet space records, conference listings, participant metadata, and recording references returned via Meet API v2 CLI output.
- meet conference records
- participant listings
- recording metadata
By the numbers
- Skill metadata version 0.22.5
- Targets Google Meet API v2
- Documents 4 conferenceRecords operations: get, list, participants, recordings
Files
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.
Related skills
Forks & variants (1)
Gws Meet has 1 known copy in the catalog totaling 6 installs. They canonicalize to this original listing.
- jetbrains - 6 installs
How it compares
Choose gws-meet over custom Meet SDK code when your stack already uses `gws` for Workspace APIs and you need conference record and recording access from the shell.
FAQ
What Meet API version does gws-meet target?
gws-meet documents Meet API v2 accessed through `gws meet <resource> <method>`. Conference records include get, list, participants, and recordings sub-resources.
How are conference records ordered in gws meet list?
gws-meet states conferenceRecords list returns records ordered by start time in descending order by default, surfacing the most recent conferences first in CLI output.
Is Gws Meet safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.