gws-gmail

Installation
Summary

Send, read, and manage Gmail messages, drafts, labels, and account settings.

  • Seven helper commands cover common workflows: send, triage unread messages, reply, reply-all, forward, read message bodies, and watch for new emails in real-time
  • Full Gmail API access via users resource with methods for profiles, drafts, history, labels, messages, settings, threads, and push notifications
  • Use gws schema to inspect method signatures and required parameters before building CLI calls with --params and --json flags
  • Requires gws binary and authentication setup documented in gws-shared/SKILL.md
SKILL.md

gmail (v1)

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

gws gmail <resource> <method> [flags]

Helper Commands

Command Description
+send Send an email
+triage Show unread inbox summary (sender, subject, date)
+reply Reply to a message (handles threading automatically)
+reply-all Reply-all to a message (handles threading automatically)
+forward Forward a message to new recipients
+read Read a message and extract its body or headers
+watch Watch for new emails and stream them as NDJSON
Related skills
Installs
26.1K
GitHub Stars
26.1K
First Seen
Mar 4, 2026