Subscribes to and manages real-time Google Workspace event streams and subscriptions directly within Claude Code.
The gws-events skill empowers Claude to interact with the Google Workspace Events API, enabling developers to create, list, and manage event subscriptions across the Google ecosystem. It provides specialized commands for streaming task updates as NDJSON, renewing existing subscriptions, and reactivating suspended ones. By automating the monitoring of long-running operations and push notification configurations, this skill is a critical tool for building reactive, event-driven integrations and productivity workflows that respond instantly to Workspace activity.
Key Features
01Inspect API method schemas for accurate parameter and flag usage
02Stream real-time task updates and events as NDJSON
030 GitHub stars
04Manage lifecycle of Google Workspace subscriptions (Create, List, Patch, Delete)
05Monitor long-running operations with built-in polling support
06Reactivate suspended subscriptions to resume event processing
Use Cases
01Building automated workflows triggered by Google Workspace activity
02Real-time monitoring of document changes, messages, or task status updates
03Developing and debugging event-driven applications using Google APIs