📹
AutomationRust

Google Meet Manager

by googleworkspace

Google Meet Manager is an Automation skill for Claude Code, published by googleworkspace in cli.

30.4K stars1.8K forkson googleworkspace/cliAdded 2026/08/14Repository updated 2026/08/01
agent-skillsai-agentautomationclidiscovery-apigemini-cli-extensiongoogle-admingoogle-apigoogle-calendargoogle-chatgoogle-docsgoogle-drivegoogle-sheetsgoogle-workspaceoauth2rust
Install in seconds
Install Google Meet Manager
Copy Google Meet Manager into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/googleworkspace/cli/tree/main/skills/gws-meet ~/.claude/skills/gws-meet

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/googleworkspace/cli.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/gws-meet/SKILL.md in googleworkspace/cli
Installs to
~/.claude/skills/gws-meet
Collection
One of 25 skills cataloged from this repository
Category
Automation1523 skills

What Google Meet Manager does

Google Meet Manager creates and manages Google Meet spaces and conference records using the gws CLI. Use it to schedule or end conferences and retrieve participants, recordings, transcripts, and smart notes.

Google Meet Manager is cataloged under Automation on DirSkills. Google Meet Manager comes from a repository tagged agent-skills, ai-agent, automation, cli and discovery-api.

Documentation

README

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 <resource> <method> [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

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Google Meet Manager

  • What else does googleworkspace publish alongside Google Meet Manager?

    Google Meet Manager is one of 25 skills that DirSkills catalogs from googleworkspace/cli, the repository it ships in. Its siblings there include Append Text to Google Docs, Create Google Calendar Event and Drive Upload. Each one is a separate skill with its own page in this directory, installs the same way Google Meet Manager does, and is maintained by googleworkspace in that same repository. The rest of the collection is listed on the googleworkspace/cli page.

  • How does Google Meet Manager compare to other Automation skills?

    Google Meet Manager ranks #81 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Google Meet Manager against them. Open each page to compare what they document and how they install.