gmail

gmail is a skill for Claude Code, Codex from ggozad/haiku.skills. It costs 13 tokens per session (410 once invoked), scanned A, original, MIT.

A Gmail connection for searching, reading, sending, replying to, drafting, and organizing email.

In plain words
What is it for?
Use it to find messages with Gmail search filters, read email, send or draft replies, and archive, label, star, or trash messages.
Why use it?
It lets you manage email from the agent instead of switching between tools or manually locating messages.

Skill for Claude CodeCodex

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

Good fit Use it to find messages with Gmail search filters, read email, send or draft replies, and archive, label, star, or trash messages.

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

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 gmail

README.md
[![agentmods](https://agentmods.dev/badge/skills/ggozad/haiku.skills/haiku_skills_gmail/github.svg)](https://agentmods.dev/skills/ggozad/haiku.skills/haiku_skills_gmail)
Your own site
<a href="https://agentmods.dev/skills/ggozad/haiku.skills/haiku_skills_gmail"><img src="https://agentmods.dev/badge/skills/ggozad/haiku.skills/haiku_skills_gmail/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 gmail

Your own site · 80×15
<a href="https://agentmods.dev/skills/ggozad/haiku.skills/haiku_skills_gmail"><img src="https://agentmods.dev/badge/skills/ggozad/haiku.skills/haiku_skills_gmail.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 410 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.00013 $0.00410
Opus 5 $0.00006 $0.00205
Sonnet 5 $0.00003 $0.00082
Haiku 4.5 $0.00001 $0.00041

Measured 12d ago against content hash 2dbac5bce9c6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

gmail 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 12d ago.

The scan reads SKILL.md. This mod also ships 11 executable files (__init__.py, _auth.py, _create_draft.py, …), 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/gmail/haiku_skills_gmail/SKILL.md · 46 lines

What it actually says

Gmail

Access Gmail to search, read, send, reply to, draft, and organize emails.

Workflow

  1. Use search_emails to find relevant emails using Gmail search syntax.
  2. Use read_email to get the full content of a specific email.
  3. Use send_email or reply_to_email to compose and send messages.
  4. Use create_draft when the user wants to review before sending.
  5. Use modify_labels to organize emails (archive, mark read/unread, star, etc.).

Gmail search syntax

  • from:[email protected] — emails from a specific sender
  • to:[email protected] — emails to a specific recipient
  • subject:meeting — emails with "meeting" in the subject
  • has:attachment — emails with attachments
  • is:unread — unread emails
  • is:starred — starred emails
  • newer_than:7d — emails from the last 7 days
  • older_than:30d — emails older than 30 days
  • label:important — emails with a specific label
  • Combine with spaces (AND) or OR: from:alice subject:report

Common label operations

  • Archive: remove label INBOX
  • Mark as read: remove label UNREAD
  • Mark as unread: add label UNREAD
  • Star: add label STARRED
  • Unstar: remove label STARRED
  • Move to trash: add label TRASH

Guidelines

  • Always confirm with the user before sending emails.
  • Prefer creating drafts when unsure about the content.
  • When replying, include relevant context from the original email.
  • Use list_labels to discover available labels before applying them.
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. 12d ago First seen · 46 lines · 13 tokens per session scan A 2dbac5bce9c6

Subscribe to this mod's changes

gmail is a skill published in the GitHub repository ggozad/haiku.skills (9 stars, last pushed 1mo ago), licensed MIT. It adds 13 tokens to every session and 410 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.

Related

Other skills, from other repositories

browser-use

Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.

browser-use/browser-use · 26 tokens

stfu

Use this skill when the user wants terse, direct responses with no preamble, recap, filler, or unnecessary explanation. Supports persistent toggling with /stfu on and /stfu off. Applies to answers, writing, editing, commands, code changes, summaries, and any interaction where minimal output is preferred.

ofabiodev/stfu · 67 tokens

automate

Turn a workflow described or just completed in a coding agent into one focused, validated AgentUse agent. Use for make-this-repeatable, scheduled-workflow, and first-automation handoffs from third-party coding agents.

agentuse/agentuse · 46 tokens

onboarding

Guide a new AgentUse user from a confirmed project to one validated first agent and its first CLI or Web UI run. Use for terminal setup and Create my first agent handoffs.

agentuse/agentuse · 39 tokens

relay-tips

A guide for reducing Claude Code token costs, where tokens are the units used to process text and code. It examines current usage patterns and suggests ways to spend fewer tokens.

AetherCore-Dev/relay-radar · 63 tokens

token-saver

Token optimization guide for Claude Code. This skill should be used when the user wants to reduce API costs, learn model routing strategies, or understand how to use free/cheaper tools (Ollama, Haiku) instead of burning expensive Claude tokens on routine tasks. Triggers on: save tokens, reduce costs, token tips, cheap…

chidekina/aria-superpowers · 85 tokens