Recipe Send Team Announcement
PassAudited by ClawScan on May 10, 2026.
Overview
This is a straightforward recipe for sending a Gmail message and a Google Chat post, but users should verify the destination, message text, and Google account before running it.
This skill appears purpose-aligned and instruction-only. Before using it, make sure gws is connected to the correct Google account, replace any placeholder recipient or Chat space values as needed, and confirm the announcement text before sending.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Running the recipe could send messages to a team mailing list and Google Chat space from the configured account.
The skill directly instructs use of the gws tool to send an email and post a chat message. This matches the stated purpose, but these commands create real outbound communications if executed.
1. Send email: `gws gmail +send --to team@company.com --subject 'Important Update' --body 'Please review the attached policy changes.'` 2. Post in Chat: `gws chat +send --space spaces/TEAM_SPACE --text '📢 Important Update: Please check your email for policy changes.'`
Confirm the recipient address, Chat space, subject, body text, and user approval before executing the send commands.
Messages may be sent under the wrong Google account if gws is configured for an unintended identity.
The recipe depends on Gmail and Google Chat integrations through gws, which implies use of whichever Google Workspace identity and permissions are configured for those tools.
requires:
bins:
- gws
skills:
- gws-gmail
- gws-chatCheck the active gws/Google Workspace account and ensure it is authorized to send the intended announcement.
