| name | gws |
| description | List and read mail from the target Gmail account via Google Workspace CLI |
| cli | gws |
| defaultArgs | ["mail","list","--limit","5"] |
GWS (Google Workspace) skill
Invoke the GWS CLI to access Gmail on behalf of the authenticated account.
When to use
- List recent messages in the inbox
- Read a specific message by ID
- (Future) Create drafts for organizer review
How to invoke
The skills runtime runs the GWS CLI with the arguments specified in the skill definition or passed at invocation. Ensure GWS CLI is installed and authenticated (e.g. gws auth login) before using this skill.
Default behavior
With no arguments, the skill lists up to 5 recent messages (gws mail list --limit 5). Pass custom args to list more, read a message, etc.