← Back to Skills Marketplace
googleworkspace-bot

Recipe Create Meet Space

by googleworkspace-bot · GitHub ↗ · v1.0.12 · MIT-0
cross-platform ✓ Security Clean
420
Downloads
0
Stars
9
Active Installs
13
Versions
Install in OpenClaw
/install recipe-create-meet-space
Description
Create a Google Meet meeting space and share the join link.
Usage Guidance
This recipe is coherent: it runs the gws CLI to create a Meet and uses gws gmail to send the link. Before installing, confirm you trust the gws binary (it needs your Google auth/config to actually create meetings and send mail). Replace the hard-coded recipient with the intended address or a parameter to avoid accidental emails. If you do not want the agent to send emails autonomously, consider disabling autonomous invocation for this skill or run it only when manually invoked. The registry/skill metadata mismatch (listed dependent skills in SKILL.md but not in registry metadata) is minor but you may want to ensure the gws-meet and gws-gmail skills are available and trusted.
Capability Analysis
Type: OpenClaw Skill Name: recipe-create-meet-space Version: 1.0.12 The skill bundle is a standard automation recipe for creating a Google Meet space and emailing the link using the 'gws' CLI tool. The instructions in SKILL.md are transparent, align with the stated purpose, and do not contain any indicators of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description ask for creating a Meet and sharing the link; SKILL.md only invokes a gws CLI to create a space and a gws gmail command to send the link, which is coherent with the stated purpose. Requiring the gws binary is reasonable.
Instruction Scope
Instructions are narrowly scoped to running two gws commands. Two minor issues: (1) the flow requires manually copying the meeting URI from the command response (not automated), and (2) the example uses a hard-coded recipient ([email protected]) rather than a parameter — this could cause unintended emails if used as-is.
Install Mechanism
No install spec or code is present (instruction-only skill), so nothing will be downloaded or written by the skill itself. This is low-risk from an install perspective.
Credentials
The skill declares no env vars or credentials, which is consistent with being a thin recipe that delegates to the gws CLI. Be aware gws itself likely requires authenticated Google credentials/config on the host; those credentials are not requested by the skill but will be used if present. SKILL.md also lists dependent skills (gws-meet, gws-gmail) that are not recorded in the registry metadata shown — this mismatch is a minor metadata inconsistency.
Persistence & Privilege
always:false (default), so no forced permanent presence. The skill can be invoked autonomously (disable-model-invocation:false) and its instructions include sending an email — if your agent is allowed to invoke skills automatically it could create a meeting and email recipients without further prompts. This is normal but worth acknowledging.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install recipe-create-meet-space
  3. After installation, invoke the skill by name or use /recipe-create-meet-space
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
- Updated version metadata from 0.22.4 to 0.22.5 in SKILL.md. - No functional or documentation changes made.
v1.0.11
- Updated skill version from 0.22.3 to 0.22.4 in metadata. - No functional or documentation changes; version bump only.
v1.0.10
- Updated version in SKILL.md metadata from 0.22.2 to 0.22.3. - No functional or instructional changes; documentation version only.
v1.0.9
- Updated metadata version from 0.22.1 to 0.22.2 in SKILL.md. - No other functional or documentation changes.
v1.0.8
- Bumped version number from 0.22.0 to 0.22.1 in SKILL.md. - No other changes made.
v1.0.7
- Updated version to 0.22.0 in metadata. - No other changes; skill functionality and documentation remain the same.
v1.0.6
- Updated version in metadata from 0.21.1 to 0.21.2 in SKILL.md. - No other content or functional changes.
v1.0.5
- Updated skill metadata version from 0.20.1 to 0.21.1 in SKILL.md.
v1.0.4
- Updated skill version from 0.20.0 to 0.20.1 in SKILL.md.
v1.0.3
- Updated version number to 0.20.0 in metadata. - No changes to functionality or instructions.
v1.0.2
- Updated metadata section to include version under the correct field and adjusted formatting. - Removed the redundant version field from the top-level YAML. - No changes to skill functionality or usage instructions.
v1.0.1
- Updated formatting for required bins and skills in metadata to improve consistency. - No changes to functionality or user instructions.
v1.0.0
Initial release: recipe to create and share a Google Meet meeting space. - Creates a new Google Meet meeting space with open access. - Copies the meeting link from the response. - Shares the link via email using Gmail. - Requires the gws-meet and gws-gmail skills to function.
Metadata
Slug recipe-create-meet-space
Version 1.0.12
License MIT-0
All-time Installs 9
Active Installs 9
Total Versions 13
Frequently Asked Questions

What is Recipe Create Meet Space?

Create a Google Meet meeting space and share the join link. It is an AI Agent Skill for Claude Code / OpenClaw, with 420 downloads so far.

How do I install Recipe Create Meet Space?

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

Is Recipe Create Meet Space free?

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

Which platforms does Recipe Create Meet Space support?

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

Who created Recipe Create Meet Space?

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

💬 Comments