google-workspace-setup
Installation
SKILL.md
Google Workspace Setup Skill
This skill provides a reliable method to set up Google Workspace OAuth2 authentication for the Hermes agent, addressing common issues with Python module imports and environment configuration.
Problem
The standard Google Workspace setup script (setup.py) fails with ModuleNotFoundError: No module named 'hermes_constants' when run directly because:
- The script depends on Hermes internal modules
- It needs to be run from the Hermes agent directory with proper Python path
- Virtual environment activation is required for dependencies
Solution
Always activate the Hermes virtual environment and run the setup script from the hermes-agent directory.
Prerequisites
- Google OAuth2 client secret JSON file (from Google Cloud Console)
- Hermes agent installed and accessible