Skills gws-meet
๐Ÿ“ฆ

gws-meet

v0.23.0 Content revision r2 Safe โš™๏ธ External commands๐ŸŒ Network access๐Ÿ“ Filesystem access

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.

Supports: Claude Codex Code(CC)
๐Ÿฅˆ 80 Silver

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "gws-meet" from https://skillstore.io/skills/googleworkspace-gws-meet.md and its manifest at https://skillstore.io/api/skills/googleworkspace-gws-meet/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Agent-readable resources

Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.

Test it

Using "gws-meet". List recent Google Meet conference records.

Expected outcome:

  • Three conference records were returned in descending start-time order.
  • The latest record started at 14:00 UTC and includes participant and transcript resources.
  • Select a conference ID to retrieve full details.

Using "gws-meet". Inspect meeting space spaces/example-room.

Expected outcome:

The meeting space was found. An active conference is present, and the current space settings are available for review.

Using "gws-meet". Prepare an update to the meeting space.

Expected outcome:

The patch schema was inspected. The proposed fields are ready for review, and no update has been sent.

Security Audit

Safe
v7 โ€ข 8/5/2026 Open versioned report

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.

1
Files scanned
54
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were detected by the latest completed static and semantic audit. This does not prove the skill has no side effects.
Audited by: codex View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/googleworkspace-gws-meet/audits/7?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/googleworkspace-gws-meet/security.svg)](https://skillstore.io/skills/googleworkspace-gws-meet?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/googleworkspace-gws-meet?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/googleworkspace-gws-meet/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/googleworkspace-gws-meet.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

googleworkspace. (2026). gws-meet security audit report (audit version 7) [Author version 0.23.0]. Skillstore. https://skillstore.io/skills/googleworkspace-gws-meet/audits/7

BibTeX citation

@techreport{googleworkspace-googleworkspace-gws-meet-2026, author = {googleworkspace}, title = {gws-meet security audit report (audit version 7)}, institution = {Skillstore}, year = {2026}, number = {7}, url = {https://skillstore.io/skills/googleworkspace-gws-meet/audits/7}, note = {Author version 0.23.0} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "gws-meet security audit report (audit version 7)" version: "0.23.0" type: report authors: - name: "googleworkspace" date-released: "2026-08-05" url: "https://skillstore.io/skills/googleworkspace-gws-meet/audits/7" identifiers: - type: other value: "skillstore:googleworkspace-gws-meet:audit:7" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: High
55
Architecture
100
Maintainability
87
Content
68
Community
91
Spec Compliance

What You Can Build

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.

Try These Prompts

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.

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.

Avoid

  • 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.

Frequently Asked Questions

What must be installed?
The gws CLI must be available, and the shared gws authentication instructions must be configured.
Can this skill list past conferences?
Yes. It can use the conferenceRecords list method and summarize records returned by your account.
Can it retrieve participants and transcripts?
It can discover and use supported operations for participants and transcripts when your account has permission.
Can it create a meeting space?
Yes. The documented spaces resource includes a create method.
Can it end an active conference?
Yes. The spaces resource includes endActiveConference, but the action should require explicit confirmation.
How are method parameters determined?
The skill uses gws schema output to inspect required parameters, types, defaults, and request fields.

Developer Details

License

MIT

Author version

v0.23.0

Skillstore revision

r2

Ref

286d37c9c189ddd1aafd3548415fb031d1df79d5

Maintenance freshness

8/6/2026

Usage

7 downloads ยท 89 views

File structure

๐Ÿ“„ SKILL.md