Methodologygeneric
recipe-send-team-announcement
Send a team announcement via both Gmail and a Google Chat space.
googleworkspace/cli
Install
Use with your agent
Install the recipe-send-team-announcement skill, then use it as build context. Run: npx skills add https://github.com/googleworkspace/cli --skill recipe-send-team-announcement. Then read the installed skill.md and follow its guidance to build or refactor my project.
Announce via Gmail and Google Chat
PREREQUISITE: Load the following skills to execute this recipe:
gws-gmail,gws-chat
Send a team announcement via both Gmail and a Google Chat space.
Steps
- Send email:
gws gmail +send --to [email protected] --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.'