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 skills add intentic/intentic --skill googlegit clone --depth 1 https://github.com/intentic/intenticWrote 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/intentic/intentic/google)<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>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.00071 | $0.01704 |
| Opus 5 | $0.00036 | $0.00852 |
| Sonnet 5 | $0.00014 | $0.00341 |
| Haiku 4.5 | $0.00007 | $0.00170 |
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.
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.
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. replykeeps the thread and the subject for you.--allkeeps everyone who was on it.- Ids from
searchare whatread,reply,labelandtrashtake.
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
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.
- today First seen · 144 lines · 0 tokens per session scan A 4e43bb73155e
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.
Other skills, from other repositories
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
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.
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.
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…
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.
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.