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 instructions/ariaxhan/agentmailkit/claude-mdgit clone --depth 1 https://github.com/ariaxhan/agentmailkitWhat 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 | $0.02564 | $0.02564 |
| Opus 5 | $0.01282 | $0.01282 |
| Sonnet 5 | $0.00513 | $0.00513 |
| Haiku 4.5 | $0.00256 | $0.00256 |
Grade A, and why
agentmailkit CLAUDE.md 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 2d 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.
This is a copy
97% identical to agentmailkit AGENTS.md — 6 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 264 lines — stays where its author put it; the contents beside it link to each section on GitHub.
agentmailkit: setup guide for coding agents
compression — mandatory
minimum text. zero meaningful loss.
- default: bullets + fragments.
- prose only when structure would lose meaning.
- delete anything removable.
- merge anything redundant.
- shorten anything compressible.
- never narrate work; report results, evidence, blockers, decisions.
- preserve correctness, clarity, decisions, evidence, uncertainty, action.
- length follows information. never pad; never omit.
- between tool calls: silence by default. no preamble, no plan, no progress report.
- one line only if it states a finding that changes what happens next. never intent.
before emitting:
- convert prose → bullets/fragments wherever lossless.
- delete every removable word, sentence, bullet, section, preamble, recap, transition, or explanation.
- repeat until further compression would lose meaning.
do not emit while removable text remains.
verbosity is a defect. omission is also a defect.
You are setting up agentmailkit for the person you are working with. It sends scheduled, LLM-written email digests that run on their machine, read their own files, and send from their own inbox.
Work through this top to bottom. It should take a few minutes and end with a real email in their inbox.
0. What this tool is, so you explain it correctly
A fixed pipeline, not an autonomous agent:
gather sources -> render prompt -> generate -> gate -> render theme -> deliver -> post
One JSON job spec plus one markdown prompt equals one email. The model writes only the words; the engine controls everything else, so the same job produces the same shaped email every run.
Do not describe it as an AI agent that manages their inbox. It does not read incoming mail, decide things, or take actions.
1. Ask these questions first
Do not skip this. Defaults produce a generic email nobody opens. Ask, then build to the answers. Ask them together, in one message, and keep it short.
- What should the email contain? Push for specifics. "AI news" is weak; "new Hugging Face models for video generation, plus arXiv papers mentioning agents" is a good job. If they are unsure, offer the shipped jobs as starting points (see step 4).
- When should it arrive? A time and days. Convert to cron.
- Where should it send? Gmail, or another provider over SMTP. Get the recipient address.
- Which model? If they use Claude Code already,
claude_cli:sonnetneeds no API key and is the easiest. Otherwise an Anthropic or OpenAI key, or a local model. - Should it read anything on their machine? Notes, a repo, a folder, the output of a command. This is the feature no cloud scheduler has, so raise it explicitly. Many people do not realise it is possible.
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.
- 2d ago First seen · 264 lines · 2,564 tokens per session scan A 03fd498e2f17
agentmailkit CLAUDE.md is an instructions file published in the GitHub repository ariaxhan/agentmailkit (1 stars, last pushed 5d ago), licensed MIT. It adds 2,564 tokens to every session, about $0.0128 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to agentmailkit AGENTS.md, differing in 6 lines, and is treated as a copy.
Other instructions, from other repositories
inbox-to-action CLAUDE.md
Instructions for tarunlnmiit/inbox-to-action, covering claude.md — project context for claude code, commands, security invariant (do not break), package layout and config & env.
gmail-mcp CLAUDE.md
Instructions for pouyanafisi/gmail-mcp, covering gmail mcp guidelines for claude, available operations, email operations (10), label management (5) and filter management (5).
gmail-mcp GEMINI.md
Instructions for pouyanafisi/gmail-mcp, covering gmail mcp guidelines for gemini, available operations, email operations (9), label management (5) and filter management (5).
VaultysClaw CLAUDE.md
Instructions for vaultys/VaultysClaw, covering claude.md, commands, development, demo / simulator and build.
minimalist copilot-instructions.md
Instructions for DivyeshJayswal/minimalist, covering minimalist (coding tasks), persistence, fast path, bias and output.
omnifocus-claude-extension CLAUDE.md
Instructions for geoffdavis/omnifocus-claude-extension, covering claude.md, project overview, essential commands, build & development and install dependencies.