agentmailkit CLAUDE.md

Setup instructions for agentmailkit, a tool that sends scheduled, language-model-written email digests from your computer using your files and inbox. The instructions also require concise communication while setting it up.

In plain words
What is it for?
Use them to answer initial setup questions, install agentmailkit, and configure it to read local files and send digests from your inbox.
Why use it?
They explain what the tool does and provide an ordered setup process, reducing confusion about its inputs, email account, and installation.

Instructions file

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 instructions/ariaxhan/agentmailkit/claude-md
Clone the repo
git clone --depth 1 https://github.com/ariaxhan/agentmailkit
Per session 2,564 This file is loaded in full into every session.
When invoked 2,564 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 97% copy Near-identical to another mod 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.02564 $0.02564
Opus 5 $0.01282 $0.01282
Sonnet 5 $0.00513 $0.00513
Haiku 4.5 $0.00256 $0.00256

Measured 2d ago against content hash 03fd498e2f17, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

Origin

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.

CLAUDE.md · 264 lines

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:

  1. convert prose → bullets/fragments wherever lossless.
  2. delete every removable word, sentence, bullet, section, preamble, recap, transition, or explanation.
  3. 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.

  1. 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).
  2. When should it arrive? A time and days. Convert to cron.
  3. Where should it send? Gmail, or another provider over SMTP. Get the recipient address.
  4. Which model? If they use Claude Code already, claude_cli:sonnet needs no API key and is the easiest. Otherwise an Anthropic or OpenAI key, or a local model.
  5. 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.

Read the full file on GitHub · 264 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. 2d ago First seen · 264 lines · 2,564 tokens per session scan A 03fd498e2f17

Subscribe to this mod's changes

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.