What problem does it solve? Managing email from a terminal or AI agent workflow requires direct access to the Gmail API without building custom integrations. This Skill exposes Gmail operations—sending, reading, replying, forwarding, and watching mailboxes—through the gws CLI. ## Core Features & Use Cases - Email Operations: Send, reply, reply-all, forward, and read messages with automatic threading via helper commands like +send, +reply, and +read. - Inbox Triage & Monitoring: Summarize unread mail with +triage and stream new emails as NDJSON with +watch. - Full API Access: Call any Gmail API resource (messages, threads, labels, drafts, history, settings) and inspect parameters with gws schema. - Use Case: Ask your agent to triage your unread inbox each morning, then reply to a specific thread and set up a watch to stream incoming client emails into a processing pipeline. ## Quick Start Use the gws gmail skill to show a summary of my unread inbox messages.