gws-events

Subscribe to Google Workspace events and stream updates as NDJSON.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nomad3/servicetsunami-agents --skill gws-events-nomad3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-events
Source: https://github.com/nomad3/servicetsunami-agents/tree/main/apps/api/app/skills/community/gws_events
Command: npx skills add https://github.com/nomad3/servicetsunami-agents --skill gws-events-nomad3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Google Workspace event streams are essential for real-time monitoring of user activity, calendar changes, and Drive events, but setting up reliable subscriptions and processing the inbound data can be complex and time-consuming.

Core Features & Use Cases

  • Subscribes to Google Workspace events and streams them as NDJSON for real-time processing.
  • Manages subscriptions (create, delete, get, list, patch/renew, reactivate) to keep event feeds active.
  • Use Case: Automate monitoring of user activity and calendar events across a domain, feeding analytics or alerting systems.

Quick Start

Set up a subscription to Google Workspace events for your domain and start streaming updates to your analytics pipeline.

Frequently Asked Questions about gws-events

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I subscribe to Google Workspace events for real-time monitoring?

You can monitor user activity, calendar changes, and Drive events across your domain by creating Google Workspace event subscriptions. The Skill streams these updates as NDJSON for real-time analytics or alerting pipelines.

What is NDJSON streaming for Google Workspace event subscriptions?

NDJSON streaming for Google Workspace events is the process of delivering real-time updates as newline-delimited JSON. This format allows automation pipelines to continuously process user activity and Drive events as they occur.

Do I need a Google Workspace CLI environment to manage event subscriptions?

Yes, you need a Google Workspace CLI environment to use this Skill. It relies on the CLI to manage subscriptions, including creating, deleting, listing, and renewing event feeds across your domain.

Can I automate the renewal and reactivation of Google Workspace event subscriptions?

Yes, you can automate subscription management to keep Google Workspace event feeds active. The Skill supports patching, renewing, and reactivating subscriptions so your real-time monitoring pipelines do not experience interruptions.

What is the best way to stream Google Workspace calendar changes to an analytics pipeline?

The best way to stream Google Workspace calendar changes is to set up a domain-wide event subscription that outputs NDJSON. This provides a continuous, structured data feed directly into your analytics or alerting systems.

Are there limitations when using Google Workspace event subscriptions for domain monitoring?

Google Workspace event subscriptions require a CLI environment and administrative access to monitor domain activity. You must actively manage subscriptions to prevent feed expiration and ensure continuous NDJSON streaming.