What problem does it solve?
Gmail, Calendar, Drive, Docs, and Sheets are often accessed via separate tools and flows, making automation fragile and hard to audit. This Skill unifies access by using Hermes-managed OAuth and a lightweight CLI wrapper (gws) to orchestrate Google Workspace services in a consistent, auditable way.
Core Features & Use Cases
- Hermes-managed OAuth flow with a CLI wrapper to operate Gmail, Calendar, Drive, Docs, and Sheets.
- Fallback to the bundled Python client libraries if gws is not installed, while preserving Hermes' JSON output contract.
- Curated scripts and utilities to set up OAuth, fetch credentials, and execute common operations from a single integration point.
- Use cases include reading and sending Gmail, creating calendar events, managing drive files, and reading docs/sheets programmatically from CLI or chat interfaces.
Quick Start
Install the skill, run the setup to authorize Google Workspace, then start using the gws-backed CLI to manage Gmail, Calendar, Drive, Docs, and Sheets.