SKILL.md
readonlyread-only
name
recipe-create-meet-space
description
建立 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'






