gmail
Installation
SKILL.md
Gmail
Search, read, send, and manage Gmail emails using the Google Gmail API with OAuth authentication.
Setup
Connect your Google account via Settings > Integrations > Google > Connect. The OAuth flow requests Gmail read, send, and modify permissions. No app passwords or CLI tools needed.
Tools
gmail_search
Search Gmail messages using full Gmail search syntax (same as the Gmail search bar).
Parameters:
query(required): Gmail search query (e.g.is:unread,from:alice@example.com newer_than:7d,subject:deploy)maxResults(optional): Maximum number of messages to return (default: 20, max: 100)