Google Workspace/gws-events — Agent Skills | officialskills.sh
Back to skills

gws-events

officialworkflows

Manages event subscriptions for Google Workspace resources.

Setup & Installation

npx skills add https://github.com/googleworkspace/cli --skill gws-events
or paste the link and ask your coding assistant to install it
https://github.com/googleworkspace/cli/tree/main/skills/gws-events
View on GitHub

What This Skill Does

Manages event subscriptions for Google Workspace resources. You can create, list, update, delete, and reactivate subscriptions that stream real-time updates from Workspace services like Chat messages and calendar events.

Instead of polling Workspace APIs on a schedule, you get push notifications the moment something changes, without writing custom event loop logic.

When to use it

  • Streaming Chat message events to a custom webhook in real time
  • Reactivating a suspended Workspace subscription after fixing an auth error
  • Listing all active event subscriptions across a Workspace tenant
  • Deleting stale subscriptions left over from deprecated integrations
  • Polling the status of a long-running Workspace operation by ID