SKILL.md
只读
名称
recipe-send-team-announcement
描述
通过 Gmail 和 Google Chat 空间发送团队公告。
通过 Gmail 和 Google Chat 发布公告
先决条件: 加载以下技能以执行此配方:
gws-gmail、gws-chat
通过 Gmail 和 Google Chat 空间发送团队公告。
步骤
- 发送邮件:
gws gmail +send --to team@company.com --subject 'Important Update' --body 'Please review the attached policy changes.' - 在 Chat 中发布:
gws chat +send --space spaces/TEAM_SPACE --text '📢 Important Update: Please check your email for policy changes.'






