Overview
Gmail API skill for AI coding agents. Supports reading, drafting, sending, archiving, labeling, and batch operations.
Features
- Read emails and threads
- Create and send drafts
- Reply to messages
- Archive and trash messages
- Manage labels
- Batch operations
Installation
git clone https://github.com/tmustier/skill-gmail-api ~/.claude/skills/gmail-api
cd ~/.claude/skills/gmail-api
pip install -r requirements.txt
Then set up Google OAuth credentials per the README.
Why?
Agents often need email context or the ability to send messages. This provides a safe, scoped way to give them Gmail access.