Gmail Reader
Search and read emails from a Gmail inbox using the gws Google Workspace CLI.
When to use
- "check my emails", "what did X send me", "find the invoice email"
Scripts
scripts/search.py— search messages. Args:query(Gmail search string),max_results(default 5).
Procedure
- Run
scripts/search.pywith aquerylikesubject:invoiceorfrom:boss@example.com. - Read the returned message list and summarize for the user.