Skills gws-meet
📹

gws-meet

Low Risk 🌐 Network access

Manage Google Meet conferences with gws CLI

Need to create meeting spaces, retrieve conference records, or manage Meet participants? This skill provides Claude Code with commands to interact with Google Meet via the gws CLI tool.

Supports: Claude Codex Code(CC)
🥉 72 Bronze
1

Download the skill ZIP

2

Upload in Claude

Go to Settings → Capabilities → Skills → Upload skill

3

Toggle on and start using

Test it

Using "gws-meet". Create a meeting space for the design review

Expected outcome:

Meeting space created successfully with ID: abc123xyz
URL: https://meet.google.com/abc-defg-hij
Join via browser or calendar invite

Using "gws-meet". List recent conference records

Expected outcome:

Recent conferences:
1. Design Review - Started: 2024-01-15 09:00 (Ended: 09:45)
2. Sprint Planning - Started: 2024-01-14 14:00 (Ended: 15:30)
3. Team Standup - Started: 2024-01-14 09:00 (Ended: 09:15)

Security Audit

Low Risk
v1 • 4/23/2026

Static analysis flagged 27 potential issues; all were evaluated as false positives. The file contains markdown documentation only. External command flags were triggered by bash code blocks (not executable code). Network flags were legitimate Google documentation URLs. Filesystem flag was a standard relative path reference. The skill interfaces with Google Meet APIs via the gws CLI tool.

1
Files scanned
54
Lines analyzed
1
findings
1
Total audits

Risk Factors

🌐 Network access (1)
Audited by: claude

Quality Score

38
Architecture
100
Maintainability
85
Content
50
Community
90
Security
91
Spec Compliance

What You Can Build

Create and manage meeting spaces

Set up new meeting spaces for scheduled calls or ongoing video conferencing needs.

Retrieve conference records

Find past meeting records, access recordings, and pull transcripts for compliance or review.

Explore Meet API capabilities

Browse available API resources and methods to understand what Meet operations are possible.

Try These Prompts

Create a new meeting space
Create a new Google Meet space for our team meeting using gws meet spaces create
List recent conferences
Show me the last 5 Google Meet conference records using gws meet conferenceRecords list
Get meeting space details
What are the details of meeting space [SPACE_ID]? Use gws meet spaces get
End active conference
End any active conference on space [SPACE_ID] using gws meet spaces endActiveConference

Best Practices

  • Inspect API methods with gws meet --help before running commands to understand available options
  • Use gws schema meet.<resource>.<method> to review required parameters and types before making API calls
  • Store meeting space IDs for later reference when managing specific conferences

Avoid

  • Do not assume the gws CLI is installed without checking prerequisites first
  • Avoid hardcoding conference IDs without verifying they still exist
  • Do not skip authentication setup - proper Google Workspace auth is required

Frequently Asked Questions

What prerequisites are needed to use this skill?
The gws CLI tool must be installed. Authentication must be configured via the gws-shared module following the auth setup instructions.
Can I create a Google Meet link directly?
Yes, use gws meet spaces create to generate a new meeting space with a unique Meet URL.
How do I find past meeting recordings?
Use gws meet conferenceRecords list to find conferences, then gws meet conferenceRecords recordings to retrieve recording data.
What is the difference between spaces and conferenceRecords?
Spaces are meeting rooms where conferences happen. ConferenceRecords are the history of meetings including participants, recordings, and transcripts.
Can I end a meeting remotely?
Yes, use gws meet spaces endActiveConference on a space that has an active conference.
How do I explore all available commands?
Run gws meet --help to see all resources and methods, then use gws schema meet.<resource>.<method> to inspect specific operations.

Developer Details

File structure

📄 SKILL.md