gmail-integration
Installation
SKILL.md
Gmail Integration
This skill enables Gmail integration via the Google Gmail API with OAuth 2.0 authentication. It provides scripts for searching emails, reading content, creating drafts, finding emails needing replies, and archiving messages.
Prerequisites
Before using this skill, ensure:
- Python 3.10+ is available
- A Google Cloud project with Gmail API enabled
- OAuth 2.0 credentials (
credentials.json) downloaded - Required packages installed:
google-api-python-client,google-auth-httplib2,google-auth-oauthlib
OAuth Setup Walkthrough
If the user hasn't set up Gmail API access yet, guide them through these steps: