What problem does it solve?
This skill solves the challenge of securely interacting with Google Workspace services from within a sandboxed shell environment, enabling automated data management without exposing credentials or bypassing security policies.
Core Features & Use Cases
- Secure Workspace Access: Perform read and write operations across Drive, Gmail, Calendar, Tasks, Sheets, and more using a host-injected token.
- JSON-First Integration: Output structured data directly to stdout, making it ideal for piping into tools like jq for complex shell automation.
- Host-Gated Safety: Enforce strict write-tier policies and network allow-listing to ensure that automated scripts cannot perform unauthorized mutations or data exfiltration.
Quick Start
Use the gog skill to list the names of the twenty most recent files in your Google Drive as a JSON array.