Gmail Reader

Search and read emails from a Gmail inbox via Google Workspace. Use when the user asks about their emails, inbox, or messages from Gmail.

jigarjani-dev Updated

File contents

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

  1. Run scripts/search.py with a query like subject:invoice or from:boss@example.com.
  2. Read the returned message list and summarize for the user.

jigarjani-dev/sutradhaar/tree/main/data/skills/gmail-reader commit 047027d00a

Frequently asked questions

npx skillmds@latest add jigarjani-dev/gmail-reader