General 2,696 installs

gmail (v1)

by googleworkspace/cli

Gmail: Send, read, and manage email.

Skill content

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

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