googleworkspace/cli21k installs
recipe-send-team-announcement
Send a team announcement via both Gmail and a Google Chat space.
How do I install this agent skill?
npx skills add https://github.com/googleworkspace/cli --skill recipe-send-team-announcementIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides a simple recipe for sending announcements through Gmail and Google Chat using the Google Workspace CLI. It contains no malicious patterns or security risks.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerpass
1/1 file flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
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 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.'
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/googleworkspace/cli/recipe-send-team-announcement">View recipe-send-team-announcement on skillZs</a>