gws-events

Subscribe to Google Workspace events and stream them as NDJSON via the gws CLI.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/73ai/openbotkit --skill gws-events-73ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-events
Source: https://github.com/73ai/openbotkit/tree/main/skills/gws-events
Command: npx skills add https://github.com/73ai/openbotkit --skill gws-events-73ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Subscribes to Google Workspace events and streams them in real-time to enable monitoring, auditing, and automation workflows.

Core Features & Use Cases

  • Subscribe to Workspace events and stream them as NDJSON
  • Manage event subscriptions (create, get, list, patch, delete) via the gws CLI
  • Discover and integrate event data for automated workflows

Quick Start

Run gws events <resource> <method> [flags] to subscribe to Google Workspace events and start streaming them.

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?

You can stream Google Workspace events in real time by running the gws events command to subscribe to resources and output data as NDJSON for downstream workflow integration. This enables continuous monitoring and automation.

How do I manage Google Workspace event subscriptions via CLI?

Manage Google Workspace event subscriptions using the gws CLI by executing create, get, list, patch, and delete actions on resources like messages, subscriptions, operations, and tasks for automated lifecycle control.

What format does the gws events skill use for event streaming?

The gws events skill streams event data as NDJSON, providing a structured format that allows downstream workflows to easily parse and process real-time Google Workspace event streams.

Do I need authentication setup to subscribe to Google Workspace events?

Yes, subscribing to Google Workspace events requires authentication enforced via a shared auth and security guide, integrating with gws shared components to perform validation and ensure safe streaming of event data.

Can I use Google Workspace event streaming for IT auditing and monitoring?

Google Workspace event streaming supports IT auditing and monitoring by subscribing to workspace events and streaming them continuously, allowing operators to track resources and automate responses to operational changes.

What Google Workspace resources can I manage with gws events?

With gws events, you can manage resources including messages, subscriptions, operations, and tasks, applying create, get, list, patch, and delete methods to control Google Workspace event subscriptions.