🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Gws Meet

by @googleworkspace-bot

Manage Google Meet conferences.

Versionv1.0.13
Downloads1,095
TERMINAL
clawhub install gws-meet

πŸ“– About This Skill


name: gws-meet description: "Manage Google Meet conferences." metadata: version: 0.22.5 openclaw: category: "productivity" requires: bins: - gws cliHelp: "gws meet --help"

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

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