Agent skill · ma08
gws-gmail
Gmail: Send, read, and manage email.
What it needs
About 1k tokens when loaded.
What this skill does
gmail (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Helper Commands Command Description --------- ------------- +triage Show unread inbox summary (sender, subject, date) +read Read a message and extract its body or headers gws-gmail-draft Create an unsent Gmail draft through a named account alias For sending, replying, forwarding, or watch setup, inspect the raw Gmail CLI resources below with gws schema and use gws gmail <resource> <method>. Draft creation must use gws-gmail-draft; do not substitute a send helper. API Resources users getProfile — Gets the current user's Gmail profile. stop — Stop receiving push notifications for the given user mailbox. watch — Set up or update a push notification watch on the given user mailbox. drafts — Operations on the 'drafts' resource history — Operations on the 'history' resource labels — Operations on the 'labels' resource messages — Operations on the 'messages' resource settings — Operations on the 'settings' resource threads — Operations on the 'threads' resource Discovering Commands Before calling any API method, inspect it: Use gws schema output to build your --params and --json flags.
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills ma08/gws-gmail--a2f0ba