gws-gmail
Original:🇺🇸 English
Translated
Gmail: Send, read, and manage email.
24.1kinstalls
Sourcegoogleworkspace/cli
Added on
NPX Install
npx skill4agent add googleworkspace/cli gws-gmailTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →gmail (v1)
PREREQUISITE: Readfor auth, global flags, and security rules. If missing, run../gws-shared/SKILL.mdto create it.gws generate-skills
bash
gws gmail <resource> <method> [flags]Helper Commands
| Command | Description |
|---|---|
| Send an email |
| Show unread inbox summary (sender, subject, date) |
| Watch for new emails and stream them as NDJSON |
API Resources
users
- — Gets the current user's Gmail profile.
getProfile - — Stop receiving push notifications for the given user mailbox.
stop - — Set up or update a push notification watch on the given user mailbox.
watch - — Operations on the 'drafts' resource
drafts - — Operations on the 'history' resource
history - — Operations on the 'labels' resource
labels - — Operations on the 'messages' resource
messages - — Operations on the 'settings' resource
settings - — Operations on the 'threads' resource
threads
Discovering Commands
Before calling any API method, inspect it:
bash
# Browse resources and methods
gws gmail --help
# Inspect a method's required params, types, and defaults
gws schema gmail.<resource>.<method>Use output to build your and flags.
gws schema--params--json