google-workspace

Access and manage Google Workspace services via OAuth-secured Hermes-managed credentials.

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill google-workspace-moltis-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-workspace
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/productivity/google-workspace
Command: npx skills add https://github.com/moltis-org/moltis --skill google-workspace-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-api-python-client, google-auth-oauthlib, google-auth-httplib2, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Gmail, Calendar, Drive, Contacts, Sheets, and Docs access via Hermes-managed OAuth2, enabling secure, on-demand workspace automation without exposing credentials.

Core Features & Use Cases

  • Gmail, Calendar, Drive, Contacts, Sheets, and Docs integration through a Hermes-managed OAuth2 workflow
  • Prefers the Google Workspace CLI (gws) when available for broader API coverage; falls back to Python client libraries otherwise
  • Fully non-interactive first-time setup and cross-platform compatibility (CLI, Telegram, Discord, etc.)

Quick Start

Run the Google Workspace setup to authorize Hermes and enable Gmail, Calendar, Drive, Contacts, Sheets, and Docs access.

Frequently Asked Questions about google-workspace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Google Workspace tasks like Gmail and Calendar through Hermes?

You can automate Google Workspace tasks by using this skill to enable Hermes to access and manage Gmail, Calendar, Drive, Contacts, Sheets, and Docs via OAuth-secured, Hermes-managed credentials.

Does this Google Workspace integration require manual credential entry for each automation?

No, this Google Workspace integration uses a fully non-interactive first-time setup. It relies on a Hermes-managed OAuth2 workflow with a stored client secret and a token file, ensuring secure on-demand automation without exposing credentials.

Can I use Hermes Google Workspace automation across platforms like Telegram and Discord?

Yes, you can use Hermes Google Workspace automation across CLI, Telegram, Discord, or any platform. The skill supports full Google Workspace operations seamlessly across your preferred communication channels.

What dependencies are needed to manage Google Drive and Sheets via Hermes?

To manage Google Drive and Sheets via Hermes, you need the google-api-python-client, google-auth-oauthlib, and google-auth-httplib2 dependencies, or the gws CLI for broader API coverage.

How does Hermes handle Google Workspace API coverage if the gws CLI is unavailable?

If the gws CLI is unavailable, Hermes falls back to using the Python client libraries to handle Google Workspace API coverage. This ensures continuous access to Gmail, Calendar, Drive, Contacts, Sheets, and Docs operations.