@googleworkspace/gws-gmail-watch

by googleworkspace · v1.0.0 · prompt

Gmail: Watch for new emails and stream them as NDJSON.

Install

Add @googleworkspace/gws-gmail-watch to Claude Code with the PolySkill CLI: polyskill add @googleworkspace/gws-gmail-watch

Instructions

# gmail +watch > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. Watch for new emails and stream them as NDJSON ## Usage ```bash gws gmail +watch ``` ## Flags | Flag | Required | Default | Description | |------|----------|---------|-------------| | `--project` | — | — | GCP project ID for Pub/Sub resources | | `--subscription` | — | — | Existing Pub/Sub subscription name (skip setup) | | `--topic` | — | — | Existing Pub/Sub topic with Gmail push permission already granted | | `--label-ids` | — | —…

Keywords: google, gws, gmail, watch, workspace