gws-gmail-watch

Streams new Gmail messages as NDJSON output via configured sink.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/wuyyyyyou/cli --skill gws-gmail-watch-wuyyyyyou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-gmail-watch
Source: https://github.com/wuyyyyyou/cli/tree/main/skills/gws-gmail-watch
Command: npx skills add https://github.com/wuyyyyyou/cli --skill gws-gmail-watch-wuyyyyyou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Watch Gmail for new messages and stream them as NDJSON to enable real-time automation and downstream processing.

Core Features & Use Cases

  • Stream new Gmail messages as NDJSON for consistent ingestion by data pipelines.
  • Integrate with gws workflows to trigger actions on new emails.
  • Use in automated monitoring and alerting by feeding email events into log or alert systems.

Quick Start

Run the watch to stream new Gmail messages as NDJSON to your configured output.

Frequently Asked Questions about gws-gmail-watch

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

FAQPage Schema
How do I stream Gmail messages as NDJSON for automation pipelines?

To stream Gmail messages as NDJSON, you can use this skill to watch for new emails and output them directly as NDJSON to a configured sink for downstream consumption. It requires the gws CLI and shared authentication.

What is NDJSON streaming used for when monitoring Gmail events?

NDJSON streaming is used to feed real-time Gmail events into data pipelines or log systems, enabling consistent ingestion and automated monitoring. It applies in automation pipelines where downstream components must consume new email events immediately.

Do I need the gws CLI to watch Gmail and output NDJSON?

Yes, you need the gws CLI and shared authentication to watch Gmail and output NDJSON. The skill relies on the gws CLI to establish the connection and stream new messages to your configured output sink.

Can I trigger downstream actions in gws workflows using new Gmail messages?

Yes, you can integrate with gws workflows to trigger actions on new emails. By streaming Gmail messages as NDJSON, the skill feeds real-time email events into your automation pipeline to initiate downstream processing.

Does this skill apply to automated monitoring and alerting for email events?

Yes, this skill applies to automated monitoring and alerting by feeding real-time Gmail events into log or alert systems. It streams new messages as NDJSON, allowing your monitoring infrastructure to ingest and react to email data.