← Back to Skills Marketplace
googleworkspace-bot

Gws Meet

by googleworkspace-bot · GitHub ↗ · v1.0.13 · MIT-0
cross-platform ⚠ suspicious
579
Downloads
0
Stars
14
Active Installs
14
Versions
Install in OpenClaw
/install gws-meet
Description
Manage Google Meet conferences.
README (SKILL.md)

meet (v2)

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

gws meet \x3Cresource> \x3Cmethod> [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' resource
  • recordings — Operations on the 'recordings' resource
  • smartNotes — Operations on the 'smartNotes' resource
  • transcripts — 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.\x3Cresource>.\x3Cmethod>

Use gws schema output to build your --params and --json flags.

Usage Guidance
This skill is essentially an instruction sheet for the external 'gws' CLI to manage Google Meet and is otherwise empty. Before installing or enabling it: 1) Verify you trust the 'gws' binary (where it comes from, its version, and how it authenticates). 2) Inspect the referenced ../gws-shared/SKILL.md (if present) to see exactly how auth and security rules are handled; if it doesn't exist, be cautious about running `gws generate-skills` because that will create files on disk and may store credentials. 3) Determine where the gws CLI stores credentials (home dir, system keyring, or env vars) and whether those locations are acceptable. 4) If the skill's publisher/source is unknown, consider running gws and any skill operations in an isolated test environment and avoid supplying high-privilege credentials until you confirm behavior. 5) If you need more certainty, ask the publisher for the shared auth SKILL.md or documentation that explains authentication and what files the CLI will create or read.
Capability Analysis
Type: OpenClaw Skill Name: gws-meet Version: 1.0.13 The gws-meet skill bundle provides a standard interface for managing Google Meet conferences via a 'gws' CLI tool. The SKILL.md file contains legitimate instructions for interacting with Google Meet API resources such as conference records and meeting spaces, and it correctly directs the agent to use built-in help and schema commands for discovery.
Capability Assessment
Purpose & Capability
The skill's name/description align with the required binary (gws) and the SKILL.md instructs the agent to run gws CLI commands to manage Google Meet resources — the requested binary is appropriate for the stated purpose.
Instruction Scope
The runtime instructions tell the agent to read ../gws-shared/SKILL.md for auth, global flags, and security rules; that file is not present in this bundle. If missing, the instructions tell the agent to run `gws generate-skills` which will create files. Directing the agent to read or generate files outside the skill directory expands its file-system scope and may create or rely on credentials/configuration not visible in the package.
Install Mechanism
No install spec and no code files — instruction-only skill. This is lower-risk from an install mechanism perspective because nothing in this package will be written to disk by the skill itself.
Credentials
The skill declares no required environment variables, yet it defers auth to an external shared SKILL.md and the gws CLI. That implies credentials or configuration are expected but not declared, so the exact credential access (where keys live, whether the CLI reads OAuth tokens, config files under the user's home, etc.) is unclear.
Persistence & Privilege
The skill does not request always: true and has no explicit persistence or changes to other skills' configs. Autonomous invocation is allowed (default), which is normal; nothing else in the package requests elevated persistence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gws-meet
  3. After installation, invoke the skill by name or use /gws-meet
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.13
- Updated skill metadata version to 0.22.5 in SKILL.md. - No changes to functionality, documentation, or commands.
v1.0.12
- Bumped internal version from 0.22.3 to 0.22.4 in SKILL.md. - No other functional or user-facing changes.
v1.0.11
- Updated version number in SKILL.md from 0.22.2 to 0.22.3. - No other functional or documentation changes.
v1.0.10
- Updated internal version in SKILL.md from 0.22.1 to 0.22.2. - No changes to commands or functionality.
v1.0.9
- Bumped metadata version from 0.22.0 to 0.22.1 in SKILL.md.
v1.0.8
- Updated skill metadata version from 0.21.2 to 0.22.0 in SKILL.md.
v1.0.7
- Updated skill metadata version from 0.21.1 to 0.21.2 in SKILL.md. - No changes to commands or documentation content.
v1.0.6
- Updated skill metadata version from 0.20.1 to 0.21.1 in SKILL.md.
v1.0.5
- Updated version in SKILL.md from 0.20.0 to 0.20.1. - No functional or documentation changes outside of version metadata.
v1.0.4
- Updated version to 0.20.0 in SKILL.md metadata. - No other functional or documentation changes.
v1.0.3
- Updated version metadata to 0.19.0 in SKILL.md. - Moved version field under metadata and removed the top-level version field. - No changes to skill functionality or CLI documentation.
v1.0.2
- Formatting in the metadata section of SKILL.md was adjusted for consistency. - No functional or feature changes. Documentation only.
v1.0.1
- Added support for the 'smartNotes' resource under 'conferenceRecords'. - No other changes.
v1.0.0
Initial release of gws-meet. - Manage Google Meet conferences from the command line. - Supports operations on conference records, participants, recordings, and transcripts. - Create, view, update, and end meeting spaces. - Integrated with the "gws" CLI ecosystem for authentication and configuration. - Includes built-in command discovery and schema inspection tools for ease of use.
Metadata
Slug gws-meet
Version 1.0.13
License MIT-0
All-time Installs 14
Active Installs 14
Total Versions 14
Frequently Asked Questions

What is Gws Meet?

Manage Google Meet conferences. It is an AI Agent Skill for Claude Code / OpenClaw, with 579 downloads so far.

How do I install Gws Meet?

Run "/install gws-meet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Gws Meet free?

Yes, Gws Meet is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Gws Meet support?

Gws Meet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gws Meet?

It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.13.

💬 Comments