gws-events

Subscribe to Google Workspace events and stream updates as NDJSON.

302|22|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/JetBrains/skills --skill gws-events-jetbrains
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-events
Source: https://github.com/JetBrains/skills/tree/main/gws-events
Command: npx skills add https://github.com/JetBrains/skills --skill gws-events-jetbrains

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Google Workspace events are powerful but typically require infrastructure to subscribe to changes in real time; this Skill provides a streamlined CLI-driven approach to subscribe to workspace event streams.

Core Features & Use Cases

  • Subscribes to Google Workspace events and streams updates as NDJSON
  • Supports resources and methods such as subscriptions, tasks, and operations for monitoring and automation
  • Use cases include building real-time dashboards, automating incident responses, and audit logging

Quick Start

Run gws events <resource> <method> to start streaming workspace event updates.

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 in real time?

Subscribe to Google Workspace events using a CLI interface with the gws events command, supporting resources and methods like subscriptions, tasks, and operations to stream real-time updates as NDJSON.

What is the best way to stream Google Workspace activity for audit logging?

Stream Google Workspace activity for audit logging by running the gws events CLI command, which outputs workspace event updates as NDJSON for building real-time dashboards, automating incident responses, and audit logging.

Do I need additional packages to authenticate Google Workspace event subscriptions?

Google Workspace event subscriptions rely on gws-shared for authentication and security rules, so you need this shared dependency to handle secure access before streaming events.

Can I use the Google Workspace event stream to automate incident response workflows?

Automate incident response workflows by subscribing to Google Workspace events through the CLI, which streams real-time updates as NDJSON that can be consumed by your automation systems.

What format does the Google Workspace event stream use for data output?

The Google Workspace event stream outputs data as NDJSON (Newline Delimited JSON), providing a structured format that is easy to parse and process for real-time monitoring and automation.

What resources and methods are available for Google Workspace event subscriptions?

Google Workspace event subscriptions support resources and methods including subscriptions, tasks, and operations, allowing you to monitor and automate various workspace activities through the CLI.