google-workspace

google-workspace is a skill for Claude Code, Codex from amanning3390/hermeshub. It costs 38 tokens per session (571 once invoked), scanned A, original, MIT.

A single connection to Gmail, Google Calendar, Drive, Docs, Sheets, and Contacts—the services used for email, schedules, files, documents, spreadsheets, and people.

In plain words
What is it for?
Use it to search and manage email, create or update calendar events, work with Drive files and Docs, and read or edit spreadsheet data.
Why use it?
It removes the need to handle each Google service through a separate workflow. It helps the agent find, update, organize, and summarize Workspace content.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to search and manage email, create or update calendar events, work with Drive files and Docs, and read or edit spreadsheet data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/amanning3390/hermeshub/google-workspace
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add amanning3390/hermeshub --skill google-workspace
Clone the repo
git clone --depth 1 https://github.com/amanning3390/hermeshub

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for google-workspace

README.md
[![agentmods](https://agentmods.dev/badge/skills/amanning3390/hermeshub/google-workspace/github.svg)](https://agentmods.dev/skills/amanning3390/hermeshub/google-workspace)
Your own site
<a href="https://agentmods.dev/skills/amanning3390/hermeshub/google-workspace"><img src="https://agentmods.dev/badge/skills/amanning3390/hermeshub/google-workspace/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for google-workspace

Your own site · 80×15
<a href="https://agentmods.dev/skills/amanning3390/hermeshub/google-workspace"><img src="https://agentmods.dev/badge/skills/amanning3390/hermeshub/google-workspace.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 571 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.00571
Opus 5 $0.00019 $0.00285
Sonnet 5 $0.00008 $0.00114
Haiku 4.5 $0.00004 $0.00057

Measured 9d ago against content hash 89eca04c94d0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

google-workspace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/google-workspace/SKILL.md · 81 lines

What it actually says

Google Workspace Integration

Complete access to Google Workspace services through a single skill.

When to Use

  • User mentions email, Gmail, inbox, or sending messages
  • User asks about calendar, schedule, events, or meetings
  • User references Google Drive, Docs, Sheets, or file management
  • User wants to search or organize Google Workspace content

Supported Services

Gmail

  • Search and read emails with advanced query syntax
  • Compose, reply, and forward messages
  • Manage labels and filters
  • Summarize unread messages

Google Calendar

  • List upcoming events and check availability
  • Create, update, and delete events
  • Set reminders and recurring events
  • Find free slots across calendars

Google Drive

  • Search files by name, type, or content
  • Upload, download, and organize files
  • Share files and manage permissions
  • Create folders and move files

Google Docs

  • Create new documents from templates or scratch
  • Read and search document content
  • Append or modify existing documents

Google Sheets

  • Read and analyze spreadsheet data
  • Write data to specific cells or ranges
  • Create charts and summaries
  • Run formulas and data transformations

Procedure

  1. Check if Google OAuth credentials are configured
  2. If not, guide user through setup at https://console.cloud.google.com
  3. Use appropriate Google API for the requested service
  4. Format results clearly with relevant metadata
  5. For multi-service requests, batch operations where possible

Pitfalls

  • OAuth tokens expire — handle refresh automatically
  • Rate limits apply per API — implement exponential backoff
  • Large file downloads should stream to disk, not memory
  • Calendar timezone handling requires explicit user timezone

Verification

  • Confirm operation completed by reading back the result
  • For email sends, verify the message appears in Sent
  • For calendar events, confirm the event exists with correct details
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 81 lines · 38 tokens per session scan A 89eca04c94d0

Subscribe to this mod's changes

google-workspace is a skill published in the GitHub repository amanning3390/hermeshub (36 stars, last pushed 2mo ago), licensed MIT. It adds 38 tokens to every session and 571 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.