google

google is a skill for Claude Code, Codex from intentic/intentic. It costs 71 tokens per session (1,704 once invoked), scanned A, original, MIT.

A connection for Gmail, Google Calendar, Drive, Docs, Sheets, and Contacts in a connected Google account.

In plain words
What is it for?
It is for searching and sending email, managing meetings, finding and editing files, working with documents and spreadsheets, and looking up contacts.
Why use it?
It removes the need to switch between Google services for common communication, scheduling, file, and contact tasks.

Skill for Claude CodeCodex

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

Good fit It is for searching and sending email, managing meetings, finding and editing files, working with documents and spreadsheets, and looking up contacts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/intentic/intentic/google
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 intentic/intentic --skill google
Clone the repo
git clone --depth 1 https://github.com/intentic/intentic

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/intentic/intentic/google.svg)](https://agentmods.dev/skills/intentic/intentic/google)
Your own site
<a href="https://agentmods.dev/skills/intentic/intentic/google"><img src="https://agentmods.dev/badge/skills/intentic/intentic/google.svg" alt="Measured on agentmods" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,704 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.00071 $0.01704
Opus 5 $0.00036 $0.00852
Sonnet 5 $0.00014 $0.00341
Haiku 4.5 $0.00007 $0.00170

Measured today against content hash 4e43bb73155e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

google 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 today.

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.

_extensions/google-workspace/skills/google/SKILL.md · 144 lines

How it starts

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

Google Workspace (connected)

Everything goes through gw, already authenticated for this account. Run gw for the groups, gw <group> for a group's commands and their flags: that help is generated from the tool itself, so it is never stale.

This connection is ${id} ($GOOGLE_EMAIL). If several Google accounts are connected, every command takes --account ${id}; with only one, leave it off. gw accounts lists them.

The shape of every command

gw [--account NAME] [--json] <group> <command> [flags]

--json gives Google's own response instead of the summary lines: reach for it when you need a field the summary does not print. Otherwise prefer the default: it is one line per thing and far cheaper to read.

Mail

gw mail search "from:ana is:unread newer_than:7d" -n 20
gw mail read <messageId>
gw mail thread <threadId>
gw mail send --to [email protected],[email protected] --subject "Q3 numbers" --body "…" [--cc] [--bcc] [--attach report.pdf]
gw mail reply <messageId> --body "…" [--all]
gw mail draft --to [email protected] --subject "…" --body "…"
gw mail label <messageId> --add Work --remove INBOX      # removing INBOX is what archiving is
gw mail trash <messageId>
gw mail attachments <messageId> [--download ./dir]
gw mail labels
  • The search string is Gmail's own syntax: from:, to:, subject:, has:attachment, is:unread, newer_than:7d, label:…. Use it; it is far more precise than filtering afterwards.
  • A body with newlines belongs in a file: --body-file draft.txt. Shell quoting mangles multi-line text.
  • reply keeps the thread and the subject for you. --all keeps everyone who was on it.
  • Ids from search are what read, reply, label and trash take.

Calendar

gw cal list --from now --to +7d              # what is on
gw cal calendars
gw cal show <eventId>
gw cal create --title "Review" --start "tomorrow 14:00" --end "+1h" --attendees [email protected] --meet
gw cal update <eventId> --start "tomorrow 15:00"
gw cal delete <eventId>
gw cal busy --emails [email protected],[email protected] --from now --to +3d

Read the full file on GitHub · 144 lines

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. today First seen · 144 lines · 0 tokens per session scan A 4e43bb73155e

Subscribe to this mod's changes

google is a skill published in the GitHub repository intentic/intentic (32 stars, last pushed today), licensed MIT. It adds 71 tokens to every session and 1,704 once invoked, about $0.0004 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-09-06.

Related

Other skills, from other repositories

feishu

Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.

Hmbown/CodeWhale · 33 tokens

Spreadsheets

Create, edit, analyze, and verify standalone spreadsheet files or Google Sheets-ready workbooks, including .xlsx, .xls, .csv, and .tsv. Do not use for live controlling Microsoft Excel app or a live Excel session.

rojim666/SztuCode · 52 tokens

excel-live-control

Control an open or active Microsoft Excel workbook through the ChatGPT add-in or connected session. Use when the user tags the Microsoft Excel app in Codex or follows up on an established live Excel task. Do not use for standalone spreadsheet files or Google Sheets.

rojim666/SztuCode · 55 tokens

gws

Manage Google Workspace from the CLI: Gmail, Drive, Calendar, Sheets, Docs, Slides, Tasks, Chat, and audit reports via the official gws command, with multi-account support through per-account config dirs. Use when the user mentions gmail, drive, calendar, sheets, docs, workspace, gws, email, files, events, or names a…

vanducng/skills · 81 tokens

smartsheet

Operate the smartsheet CLI for bounded sheet discovery and reads, explicitly authorized bulk row additions or updates, structured JSON automation, and verified write workflows. Use when the user says "smartsheet", asks to list sheets, read or add/update rows, or script Smartsheet through its JSON contract.

vanducng/skills · 67 tokens

spreadsheet-analyst

Use when the user asks to inspect, clean, analyze, transform, calculate, or produce CSV or spreadsheet workbooks. Inspect sheets, schemas, formulas, and available spreadsheet tools first, preserve source data, and validate results with independent totals and rendered or structural checks.

lfyxhappy/lfcode · 59 tokens