gws-admin-reports
Google Workspace Admin SDK: Audit logs and usage reports.
Gmail: Show unread inbox summary (sender, subject, date).
$ npx -y skills add googleworkspace/cli --skill gws-gmail-triage --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/gws-gmail-triageContext preview
The summary Claude sees to decide when to auto-load this skill.
Gmail: Show unread inbox summary (sender, subject, date).
name: gws-gmail-triage
description: "Gmail: Show unread inbox summary (sender, subject, date)."
metadata:
version: 0.22.5
openclaw:
category: "productivity"
requires:
bins:
- gws
cliHelp: "gws gmail +triage --help"> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
Show unread inbox summary (sender, subject, date)
gws gmail +triage
| Flag | Required | Default | Description | |------|----------|---------|-------------| | `--max` | — | 20 | Maximum messages to show (default: 20) | | `--query` | — | — | Gmail search query (default: is:unread) | | `--labels` | — | — | Include label names in output |
gws gmail +triage gws gmail +triage --max 5 --query 'from:boss' gws gmail +triage --format json | jq '.[].subject' gws gmail +triage --labels
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.