gws-meet

Automate Google Meet conference management through the gws CLI.

302|22|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/JetBrains/skills --skill gws-meet-jetbrains
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-meet
Source: https://github.com/JetBrains/skills/tree/main/gws-meet
Command: npx skills add https://github.com/JetBrains/skills --skill gws-meet-jetbrains

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Google Meet conference management through the Google Workspace CLI.

Core Features & Use Cases

  • Manage conference records (get, list) and sub-resources: participants, recordings, smartNotes, transcripts.
  • Manage meeting spaces (create, end active conference, get, patch).
  • Discover and configure commands using gws meet --help and gws schema meet.<resource>.<method>.

Quick Start

Run gws meet conferenceRecords get --conference-id <ID> to fetch a conference record.

Frequently Asked Questions about gws-meet

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

FAQPage Schema
How do I automate Google Meet conference management via CLI?

You can automate Google Meet conference management by running gws CLI commands to fetch conference records, manage meeting spaces, and inspect sub-resources like participants, recordings, and transcripts.

Can I fetch Google Meet participants and transcripts using the gws CLI?

Yes, the gws CLI supports fetching Google Meet conference sub-resources, allowing you to retrieve and inspect participants, recordings, smartNotes, and transcripts directly from your terminal.

How do I discover available commands and parameters for gws meet?

You can discover available commands and schema-based parameters for gws meet by running gws meet --help or using gws schema meet.<resource>.<method> to inspect specific command configurations.

What Google Meet meeting space operations are supported by the gws CLI?

The gws CLI supports managing Google Meet meeting spaces, allowing you to create new spaces, end active conferences, get space details, and patch existing space configurations.