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:

  1. The script depends on Hermes internal modules
  2. It needs to be run from the Hermes agent directory with proper Python path
  3. 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

Steps

Installs
6
GitHub Stars
76
First Seen
Apr 25, 2026
google-workspace-setup — adityahimaone/hermes-agent-rtk-caveman