gws-admin-reports
Google Workspace Admin SDK: Audit logs and usage reports.
Send a team announcement via both Gmail and a Google Chat space.
$ npx -y skills add googleworkspace/cli --skill recipe-send-team-announcement --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/recipe-send-team-announcementContext 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.
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> **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.
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.'`
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.
Repo: googleworkspace/cli
Google Workspace Admin SDK: Audit logs and usage reports.
Google Calendar: Show upcoming events across all calendars.