gws-events-subscribe

Subscribe to Google Workspace events and stream them as NDJSON.

312|38|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/m13v/fazm --skill gws-events-subscribe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-events-subscribe
Source: https://github.com/m13v/fazm/tree/main/skills/gws-events-subscribe
Command: npx skills add https://github.com/m13v/fazm --skill gws-events-subscribe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of subscribing to and receiving real-time event notifications from Google Workspace, eliminating the need for manual monitoring or complex custom integrations.

Core Features & Use Cases

  • Real-time Event Subscription: Subscribe to specific Google Workspace event types (e.g., new messages in Google Chat).
  • NDJSON Streaming: Events are streamed in NDJSON format, suitable for automated processing.
  • Pub/Sub Integration: Leverages Google Cloud Pub/Sub for reliable event delivery.
  • Use Case: Automatically process new messages in a specific Google Chat space as they arrive, enabling instant analysis or response.

Quick Start

Subscribe to new message events in a Google Chat space and stream them as NDJSON.

Frequently Asked Questions about gws-events-subscribe

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 processing?

To subscribe to Google Workspace events for real-time processing, you can use this Skill to stream notifications as NDJSON. It connects to Google Cloud Pub/Sub to deliver updates from Google Chat, Calendar, or Drive directly to your application.

How do I stream Google Chat messages as NDJSON using the command line?

You can stream Google Chat messages as NDJSON by running the gws CLI tool with the appropriate event subscription. This Skill automates the process, outputting new messages line-by-line for automated ingestion or instant analysis.

Do I need Google Cloud Pub/Sub configured to receive Google Workspace event notifications?

Yes, you need Google Cloud Pub/Sub configured to receive Google Workspace event notifications. The Skill relies on the gws CLI tool, which requires authentication setup for both Google Cloud Pub/Sub and Workspace APIs to function correctly.

Can I monitor Google Calendar updates and Drive file changes in real-time?

Yes, you can monitor Google Calendar updates and Drive file changes in real-time. The Skill subscribes to these specific event types and streams the data as NDJSON, enabling automated processing of calendar updates or file changes as they happen.

What is the best way to automate Google Workspace event ingestion without custom integrations?

The best way to automate Google Workspace event ingestion without custom integrations is using a CLI tool like gws. This Skill leverages Google Cloud Pub/Sub to reliably stream events as NDJSON, eliminating the need for manual monitoring or complex code.