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.
npx agentmods add skills/krishagel/geoffrey/google-workspacenpx skills add krishagel/geoffrey --skill google-workspacegit clone --depth 1 https://github.com/krishagel/geoffreyWrote 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.
[](https://agentmods.dev/skills/krishagel/geoffrey/google-workspace)<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>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.
| Model | Per session | Once 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 |
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.
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.
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 | |
|---|---|---|
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" |
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.
- auth/GOOGLE_CLOUD_SETUP.md 4.9 KB
- auth/oauth_setup.js 6.0 KB runs code
- auth/token_manager.js 6.0 KB runs code
- bun.lock 17 KB
- calendar/create_event.js 4.4 KB runs code
- calendar/list_events.js 3.0 KB runs code
- calendar/search_events.js 3.1 KB runs code
- calendar/update_event.js 3.4 KB runs code
- chat/get_eod_messages.js 6.0 KB runs code
- chat/list_spaces.js 2.0 KB runs code
- chat/read_messages.js 3.2 KB runs code
- chat/send_message.js 2.4 KB runs code
- docs/create_doc.js 4.0 KB runs code
- docs/edit_doc.js 7.7 KB runs code
- docs/read_doc.js 2.0 KB runs code
- drive/create_file.js 3.4 KB runs code
- drive/download_file.js 2.1 KB runs code
- drive/list_files.js 3.2 KB runs code
- drive/read_file.js 3.0 KB runs code
- gmail/get_unread_summary.js 4.6 KB runs code
- gmail/list_messages.js 3.7 KB runs code
- gmail/read_message.js 2.9 KB runs code
- gmail/search_messages.js 3.3 KB runs code
- gmail/send_message.js 4.4 KB runs code
- gmail/send_with_attachment.js 6.1 KB runs code
- gmail/send_with_attachments.js 9.2 KB runs code
- package.json 437 B
- sheets/create_sheet.js 2.4 KB runs code
- sheets/edit_sheet.js 2.5 KB runs code
- sheets/read_sheet.js 2.1 KB runs code
- slides/create_presentation.js 1.9 KB runs code
- slides/edit_presentation.js 4.0 KB runs code
- slides/read_presentation.js 2.2 KB runs code
- utils/folder_manager.js 3.0 KB runs code
- utils/markdown_to_docs.js 6.7 KB runs code
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.
- 5d ago First seen · 193 lines · 21 tokens per session scan A d25e01284a46
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.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.