What problem does it solve?
This Skill streamlines the one-time process of granting Claude-based tools secure read (and optional write) access to your Google Docs by deploying a personal Google Apps Script, registering its endpoint, and persisting credentials locally.
Core Features & Use Cases
- One-time Apps Script deployment: Copy the repository's Apps Script code into script.google.com, deploy as a web app, and authorize access.
- Secure key management: Generate a random API key, save the Apps Script URL and key into the local credentials store, and verify connectivity.
- Operational verification and reauthorization: Use a Chrome debug instance with Okta SSO to validate calls and re-authorize for write scopes when needed.
- Use Case: Prepare a Solutions Engineer workstation so AI assistants can read and update customer Google Docs during engagement workflows without manual copy-paste.
Quick Start
Run the gdocs-setup process and provide your Apps Script Web App URL and generated API key to save credentials and verify access.