@googleworkspace/gws-events-subscribe
Google Workspace Events: Subscribe to Workspace events and stream them as NDJSON.
Install
Add @googleworkspace/gws-events-subscribe to Claude Code with the PolySkill CLI: polyskill add @googleworkspace/gws-events-subscribe
Instructions
# events +subscribe > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. Subscribe to Workspace events and stream them as NDJSON ## Usage ```bash gws events +subscribe ``` ## Flags | Flag | Required | Default | Description | |------|----------|---------|-------------| | `--target` | — | — | Workspace resource URI (e.g., //chat.googleapis.com/spaces/SPACE_ID) | | `--event-types` | — | — | Comma-separated CloudEvents types to subscribe to | | `--project` | — | — | GCP project ID for Pub/Sub resources |…
Keywords: google, gws, events, workspace, subscribe