wadewarren/gws-claude-plugin

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

First seen Mar 20, 2026

Installation

$ npx skills add wadewarren/gws-claude-plugin --skill recipe-create-meet-space

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from wadewarren/gws-claude-plugin · top by installs.

npx skills add wadewarren/gws-claude-plugin

Browse all from wadewarren/gws-claude-plugin

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 38
License LICENSE
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
Declared agents clawdbot
More metadata
openclaw
{"category":"recipe","domain":"scheduling","requires":{"bins":["gws"],"skills":["gws-meet","gws-gmail"]}}

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 732 B
  • docs SUMMARY.md 91 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 18 installs

SKILL.md

Create a Google Meet Conference

PREREQUISITE: Load the following skills to execute this recipe: gws-meet, gws-gmail

Create a Google Meet meeting space and share the join link.

Steps

  1. Create meeting space: gws meet spaces create --json '{"config": {"accessType": "OPEN"}}'
  2. Copy the meeting URI from the response
  3. Email the link: gws gmail +send --to [email protected] --subject 'Join the meeting' --body 'Join here: MEETING_URI'