What problem does it solve?
Read-only Gmail access via a CLI to query, search, and read messages without altering emails.
Core Features & Use Cases
- Search emails with Gmail query syntax and filters
- Read individual messages and full threads
- List labels and discover contacts within the Gmail account
- Use for inbox reviews, quick lookups, and context gathering during meetings
Quick Start
Start by configuring Gmail integration as described in the project README, then run the Gmail CLI wrapper to perform status checks, list, search, and read operations:
- Run: .claude/skills/gmail/scripts/gmail-cli.sh status
- List: .claude/skills/gmail/scripts/gmail-cli.sh list --limit 10
- Search: .claude/skills/gmail/scripts/gmail-cli.sh search "from:[email protected]" --limit 5
- Read: .claude/skills/gmail/scripts/gmail-cli.sh get MESSAGE_ID