Skip to content
Development
Skill

/recipe-send-team-announcement

Send a team announcement via both Gmail and a Google Chat space.

From plugin
cli
30k95 skills
Install
$ npx -y skills add googleworkspace/cli --skill recipe-send-team-announcement --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition โ†’
  • You can call itInvoke it directly when you want it.
  • Slash command/recipe-send-team-announcement

Context preview

The summary Claude sees to decide when to auto-load this skill.

Send a team announcement via both Gmail and a Google Chat space.

SKILL.md

recipe-send-team-announcement.SKILL.md
name: recipe-send-team-announcement
description: "Send a team announcement via both Gmail and a Google Chat space."
metadata:
  version: 0.22.5
  openclaw:
    category: "recipe"
    domain: "communication"
    requires:
      bins:
        - gws
      skills:
        - gws-gmail
        - gws-chat

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

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.'`

Ships withcli

Google Workspace CLI โ€” one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.

Get the whole plugin