# Manage Google Meet Conferences

Google Meet records and spaces can be difficult to inspect consistently from a terminal. This skill guides structured discovery and management through the gws CLI.

## Install

```bash
npx skillstore add googleworkspace/gws-meet
```

## Metadata

- Status: approved
- Slug: googleworkspace-gws-meet
- Version: 0.23.0
- Author version: 0.23.0
- Skillstore revision: r2
- Version status: valid
- Tree hash: 9439f461f2f2fdf612feb75f359505028ac5f7f4848e3754c898e0fb8613ec8a
- Author: googleworkspace
- GitHub username: googleworkspace
- License: MIT
- Repository: https://github.com/googleworkspace/cli/tree/main/skills/gws-meet/
- Ref: 286d37c9c189ddd1aafd3548415fb031d1df79d5
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands, network, filesystem
- Quality score: 80
- Quality tier: silver
- Public page: https://skillstore.pages.dev/skills/googleworkspace-gws-meet
- Manifest: https://skillstore.pages.dev/api/skills/googleworkspace-gws-meet/manifest

## Capabilities

- Get a conference record by conference ID.
- List conference records ordered by start time.
- Discover operations for participants, recordings, smart notes, and transcripts.
- Create, retrieve, and update Google Meet spaces.
- End an active conference in a meeting space.
- Inspect method schemas before constructing parameters and request data.

## Use Cases

- Review Recent Meetings: List recent conference records and retrieve details for a selected conference.
- Inspect Meeting Artifacts: Discover available participant, recording, smart note, and transcript operations for a conference.
- Manage Meeting Spaces: Create, inspect, update, or end conferences in managed meeting spaces.

## Prompt Templates

### List Conferences

```
List my recent Google Meet conference records. Inspect the method schema first, then summarize the returned meetings by start time.
```

### Get Conference Details

```
Get the Google Meet conference record with ID [conference ID]. Inspect required parameters first and summarize the result.
```

### Explore Conference Artifacts

```
For conference [conference ID], inspect available methods for participants, recordings, smart notes, and transcripts. Explain which operations match my access.
```

### Update a Meeting Space

```
Inspect the patch schema for meeting space [space name]. Propose parameters for [requested change], show the planned update, and wait for confirmation.
```

## Limitations

- The gws CLI and its shared authentication skill must be available.
- Google Workspace permissions and API access determine which operations succeed.
- The skill lists nested resources but does not document every nested method.
- Destructive or sensitive operations still require user review.

## Best Practices

- Inspect each method schema before supplying parameters or request data.
- Confirm conference and space identifiers before running an operation.
- Request explicit approval before updates or ending an active conference.

## Anti Patterns

- Do not guess parameter names or request shapes.
- Do not expose participant, transcript, or recording data beyond authorized users.
- Do not end an active conference without clear user confirmation.

## Security Audit

- Audited at: 2026-08-05T11:19:07.745\+00:00
- Summary: All static findings are false positives caused by Markdown formatting, fixed CLI examples, official Google documentation links, and a fixed sibling prerequisite path. No malicious intent, unsafe dynamic execution, user-controlled path traversal, or data exfiltration was found in SKILL.md.

## Stats

- Views: 89
- Downloads: 9
- Favorites: 0
- Popularity score: 0
