# 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.

- Skill: `jigarjani-dev/gmail-reader` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jigarjani-dev/gmail-reader`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jigarjani-dev/gmail-reader/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: Apache-2.0
- Author: jigarjani-dev (https://skillmd.com/u/jigarjani-dev)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/jigarjani-dev/gmail-reader

---


# 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.

