google-workspace

google-workspace is a skill for Claude Code from krishagel/geoffrey. It costs 21 tokens per session (1,326 once invoked), scanned A, original, MIT.

A Google Workspace tool for managing Gmail, Google Calendar, and related files and communication across three separate accounts.

In plain words
What is it for?
Use it to list, read, search, and send email; send attachments; summarize unread messages; and view or manage calendar events for the configured accounts.
Why use it?
It removes the need to use different commands or workflows for work, personal, and business accounts, while helping select the right account from context.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the geoffrey plugin — 33 skills, 2 commands, 7 agents, 4 hooks shipped together

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.

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

Made for: Claude Code.

Or install geoffrey, the plugin that ships this one along with the rest of its 33 skills, 2 commands, 7 agents, 4 hooks.

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/krishagel/geoffrey/google-workspace.svg)](https://agentmods.dev/skills/krishagel/geoffrey/google-workspace)
Your own site
<a href="https://agentmods.dev/skills/krishagel/geoffrey/google-workspace"><img src="https://agentmods.dev/badge/skills/krishagel/geoffrey/google-workspace.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,326 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00021 $0.01326
Opus 5 $0.00010 $0.00663
Sonnet 5 $0.00004 $0.00265
Haiku 4.5 $0.00002 $0.00133

Measured 5d ago against content hash d25e01284a46, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, 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 5d ago.

The scan reads SKILL.md. This mod also ships 32 executable files (auth/oauth_setup.js, auth/token_manager.js, calendar/create_event.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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 · 193 lines

How it starts

The opening of the file, as written. The whole thing — 193 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Google Workspace Skill

Overview

Unified Google Workspace integration for managing email, calendar, files, and communication across three accounts:

Alias Purpose Email
psd Work PSD district email
kh Personal Personal Gmail
hrg Business Consulting & real estate

Account Selection

Explicit

  • "check my psd email"
  • "send email from hrg"
  • "kh calendar for tomorrow"

Inferred

Geoffrey will infer the appropriate account from context:

  • Work-related → psd
  • Personal matters → kh
  • Business/real estate → hrg

Available Operations

Gmail

Script Description Example
list_messages.js List inbox, unread, by label "show unread psd emails"
read_message.js Get full message content "read that email"
send_message.js Compose and send "send email to John about..."
send_with_attachment.js Send with file attachment "email report with PDF attached"
search_messages.js Search with Gmail operators "find emails from Sarah last week"
get_unread_summary.js Unread count + top messages "how many unread emails?"

Calendar

Script Description Example
list_events.js Get upcoming events "what's on my calendar today"
create_event.js Schedule new events "schedule meeting tomorrow at 2pm"
update_event.js Modify existing events "move that meeting to 3pm"
search_events.js Find by criteria "find meetings with Mike"

Drive

Script Description Example
list_files.js Browse/search files "find budget spreadsheet"
read_file.js Get file content "show me that document"
create_file.js Create new docs/sheets "create a new spreadsheet"
upload_file.js Upload local file "upload this to drive"

Tasks

Script Description Example
list_tasks.js Get task lists "show my google tasks"
create_task.js Add new task "add task to google tasks"
complete_task.js Mark done "complete that task"

Read the full file on GitHub · 193 lines

Files

What ships with it

35 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 193 lines · 21 tokens per session scan A d25e01284a46

Subscribe to this mod's changes

google-workspace is a skill published in the GitHub repository krishagel/geoffrey (5 stars, last pushed 5mo ago), licensed MIT. It adds 21 tokens to every session and 1,326 once invoked, about $0.0001 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-31.