Cli recipe-send-team-announcement
Send a team announcement via both Gmail and a Google Chat space.
install
source · Clone the upstream repo
git clone https://github.com/googleworkspace/cli
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/googleworkspace/cli "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/recipe-send-team-announcement" ~/.claude/skills/googleworkspace-cli-recipe-send-team-announcement && rm -rf "$T"
manifest:
skills/recipe-send-team-announcement/SKILL.mdsource content
Announce via Gmail and Google Chat
PREREQUISITE: Load the following skills to execute this recipe:
,gws-gmailgws-chat
Send a team announcement via both Gmail and a Google Chat space.
Steps
- Send email:
gws gmail +send --to team@company.com --subject 'Important Update' --body 'Please review the attached policy changes.' - Post in Chat:
gws chat +send --space spaces/TEAM_SPACE --text '📢 Important Update: Please check your email for policy changes.'