SKILL.md
只读
名称
recipe-create-meet-space
描述
创建一个 Google Meet 会议空间并分享加入链接。
创建 Google Meet 会议
先决条件: 加载以下技能以执行此配方:
gws-meet、gws-gmail
创建一个 Google Meet 会议空间并分享加入链接。
步骤
- 创建会议空间:
gws meet spaces create --json '{"config": {"accessType": "OPEN"}}' - 从响应中复制会议 URI
- 通过电子邮件发送链接:
gws gmail +send --to team@company.com --subject 'Join the meeting' --body 'Join here: MEETING_URI'






