Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Send a team announcement simultaneously via Gmail email and a Google Chat space message.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
1---2name: recipe-send-team-announcement3description: "Send a team announcement via both Gmail and a Google Chat space."4metadata:5version: 0.22.56openclaw:7category: "recipe"8domain: "communication"9requires:10bins:11- gws12skills:13- gws-gmail14- gws-chat15---1617# Announce via Gmail and Google Chat1819> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-gmail`, `gws-chat`2021Send a team announcement via both Gmail and a Google Chat space.2223## Steps24251. Send email: `gws gmail +send --to [email protected] --subject 'Important Update' --body 'Please review the attached policy changes.'`262. Post in Chat: `gws chat +send --space spaces/TEAM_SPACE --text '📢 Important Update: Please check your email for policy changes.'`2728