google-workspace
Google Workspace
Installed-script caveat: The current
scripts/setup.pyin this environment does not accept a--servicesargument. Its configured scope list is broad (including Gmail read/send/modify plus Calendar, Drive, Contacts, Sheets, and Docs). Do not run a new OAuth authorization until the requested service scope has been reviewed or a narrower setup path is implemented.
Gmail, Calendar, Drive, Contacts, Sheets, and Docs — through Hermes-managed OAuth and a thin CLI wrapper. When gws is installed, the skill uses it as the execution backend for broader Google Workspace coverage; otherwise it falls back to the bundled Python client implementation.
References
references/gmail-search-syntax.md— Gmail search operators (is:unread, from:, newer_than:, etc.)
Scripts
scripts/setup.py— OAuth2 setup (run once to authorize)scripts/google_api.py— compatibility wrapper CLI. It prefersgwsfor operations when available, while preserving Hermes' existing JSON output contract.
First-Time Setup
The setup is fully non-interactive — you drive it step by step so it works on CLI, Telegram, Discord, or any platform.