gmail

gmail is a skill for Claude Code, Codex from XAIHT/Tlamatini. It costs 13 tokens per session (464 once invoked), scanned A, original, MIT.

A Gmail API interface for searching, reading, sending, replying to, and labeling email messages and threads. Gmail is Google's email service.

In plain words
What is it for?
It helps find messages, read threads, send emails, reply within existing threads, and change message labels.
Why use it?
It lets an agent handle email through defined API operations instead of requiring manual work in the Gmail website.

Skill for Claude CodeCodex

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/xaiht/tlamatini/gmail
Any agent
npx skills add XAIHT/Tlamatini --skill gmail
Clone the repo
git clone --depth 1 https://github.com/XAIHT/Tlamatini

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/xaiht/tlamatini/gmail.svg)](https://agentmods.dev/skills/xaiht/tlamatini/gmail)
Your own site
<a href="https://agentmods.dev/skills/xaiht/tlamatini/gmail"><img src="https://agentmods.dev/badge/skills/xaiht/tlamatini/gmail.svg" alt="Measured on agentmods" 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 464 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 $0.00013 $0.00464
Opus 5 $0.00006 $0.00232
Sonnet 5 $0.00003 $0.00093
Haiku 4.5 $0.00001 $0.00046

Measured 4d ago against content hash c7a17a1e1231, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 4d 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.

Tlamatini/agent/skills_pkg/gmail/SKILL.md · 55 lines

What it actually says

Gmail skill

Use the Gmail API. Acquire an OAuth token through Google's standard flow and place in GMAIL_OAUTH_TOKEN.

Endpoints

  • searchGET /gmail/v1/users/me/messages?q=<q>
  • getGET /gmail/v1/users/me/messages/{id}
  • sendPOST /gmail/v1/users/me/messages/send
  • reply → same as send, with threadId set
  • labelPOST /gmail/v1/users/me/messages/{id}/modify

Bodies for send use base64url-encoded RFC 2822 messages.

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. 4d ago First seen · 55 lines · 13 tokens per session scan A c7a17a1e1231

Subscribe to this mod's changes

gmail is a skill published in the GitHub repository XAIHT/Tlamatini (16 stars, last pushed 3d ago), licensed MIT. It adds 13 tokens to every session and 464 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-30.

Related

Other skills, from other repositories

local-tools

Access local system resources including Calendar on macOS and Windows. Use this skill when you need to manage user's schedule directly on their device.

netease-youdao/LobsterAI · 30 tokens

seedance

Generate AI videos using Volcengine Seedance model. Supports text-to-video (T2V), image-to-video (I2V), and audio-synced video generation. Use this skill when the user wants to create or generate videos.

netease-youdao/LobsterAI · 52 tokens

develop-web-game

Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with rendergametotext.

netease-youdao/LobsterAI · 64 tokens

article-writer

Multi-style article creation skill. Supports 5 writing styles (deep analysis, practical guide, story-driven, opinion, news brief), including complete workflow: material collection → outline → content → formatting. Activated when users mention "write article", "write post", "create", or "draft".

netease-youdao/LobsterAI · 62 tokens

skin-creator

Create and apply a two-asset LobsterAI visual skin from the user's style description. Use only when the AI Skin Designer kit supplies the structured skinpack workflow marker; do not use for ordinary theme or image requests.

netease-youdao/LobsterAI · 48 tokens

content-planner

WeChat Official Account topic planning and content calendar management. Based on WeChat article search and trending analysis, generates differentiated topic recommendations and outputs structured content calendars. Activated when users mention "topic", "planning", "content calendar", "trending", or "what to write next…

netease-youdao/LobsterAI · 63 tokens