npx skills add googleworkspace/cli --skill recipe-create-meet-space
wadewarren/gws-claude-plugin
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
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.
Create a new Google Slides presentation and add initial slides.
29.3K installsRead content from a Google Doc and use it as the body of a Gmail message.
28.6K installsShare a Google Drive file and email the link with a message to recipients.
28.5K installsCreate a Gmail filter to automatically label, star, or categorize incoming messages.
28.3K installsFind Gmail messages with attachments and save them to a Google Drive folder.
28.1K installsExport a Google Sheets spreadsheet as a CSV file for local backup or processing.
28K installsAlso in this package
Other skills from wadewarren/gws-claude-plugin · top by installs.
npx skills add 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.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Skill metadata
Parsed from SKILL.md frontmatter.
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.md732 B -
docs
SUMMARY.md91 B
History
- First seen on skills.sh
- 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
- Create meeting space:
gws meet spaces create --json '{"config": {"accessType": "OPEN"}}' - Copy the meeting URI from the response
- Email the link:
gws gmail +send --to [email protected] --subject 'Join the meeting' --body 'Join here: MEETING_URI'