What problem does it solve?
Provides a one-time, guided setup to enable secure, read-only Gmail access via a Google Apps Script bridge so automated tools can list labels and read messages without manual OAuth flows for each invocation.
Core Features & Use Cases
- One-time Apps Script deployment: Copy the repository Apps Script code into script.google.com, deploy as a web app, and authorize read-only Gmail access.
- Secure key-based verification: Generate a random API key, embed it in the deployed script, and store the URL and key locally for authenticated reads.
- Seamless verification via CDP: Uses a Chrome debug instance and provided Python tools to verify access by listing Gmail labels, useful when initial Gmail auth fails or during first-time setup.
Quick Start
Run the gmail-setup skill and provide your deployed Apps Script web app URL and generated API key so it saves credentials and verifies Gmail label access.