gws-events

Stream Google Workspace events as NDJSON via gws CLI subscriptions.

Updated May 25, 2025
One-click install
npx skills add https://github.com/temple-slope/dotfiles --skill gws-events-temple-slope
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-events
Source: https://github.com/temple-slope/dotfiles/tree/main/.agents/skills/gws-events
Command: npx skills add https://github.com/temple-slope/dotfiles --skill gws-events-temple-slope

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Subscribing to Google Workspace events and streaming them in real time enables proactive monitoring, auditing, and automation workflows across G Suite environments.

Core Features & Use Cases

  • Subscribe to Google Workspace events and stream updates as NDJSON for downstream processing.
  • Manage subscriptions with create, get, list, patch, delete, and reactivation operations.
  • Use cases include real-time alerting, audit logging, and event-driven automation across Workspace resources.

Quick Start

Subscribe to Workspace events for a chosen resource 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 stream Google Workspace events in real time?

Stream Google Workspace events by creating a subscription to a chosen resource scope using the gws CLI, which outputs real-time updates as NDJSON for downstream processing in analytics or automation workflows.

What is NDJSON streaming for Google Workspace event subscriptions?

NDJSON streaming for Google Workspace subscriptions is the process of delivering real-time event updates as newline-delimited JSON, enabling continuous data ingestion for audit logging and event-driven automation across Workspace resources.

How do I manage the lifecycle of Google Workspace event subscriptions?

Manage Google Workspace event subscription lifecycles using the gws CLI to execute create, get, list, patch, delete, and renew operations on targeted resource scopes.

Do I need specific authentication to subscribe to Google Workspace events via CLI?

Yes, subscribing to Google Workspace events via the gws CLI requires appropriate authentication credentials configured in your environment to authorize subscription lifecycle operations and resource scope access.

What is the best way to automate real-time alerting for G Suite environments?

The best way to automate real-time alerting in G Suite is by subscribing to Google Workspace events via the gws CLI and streaming the NDJSON output directly into your downstream automation or analytics pipeline.