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 skills/atomic-mail/atomic-mail-agentic/atomicmailnpx skills add Atomic-Mail/atomic-mail-agentic --skill atomicmailgit clone --depth 1 https://github.com/Atomic-Mail/atomic-mail-agenticWhat 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.00054 | $0.02678 |
| Opus 5 | $0.00027 | $0.01339 |
| Sonnet 5 | $0.00011 | $0.00536 |
| Haiku 4.5 | $0.00005 | $0.00268 |
Grade A, and why
atomicmail 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 263 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Atomic Mail
Atomic Mail exposes a programmable inbox over JMAP with PoW signup and JWT
rotation. This skill ships a single CLI entrypoint with three commands:
register, jmap_request, and help — matching the MCP server.
When to use this skill
- Register a new inbox or log in with an existing API key.
- Send JMAP batches (inline JSON or preset files).
- Read built-in documentation (JMAP cheatsheet, presets, troubleshooting) or the
package README (
atomicmail help --topic readme).
Call atomicmail help early and often — before guessing
placeholders, using URNs, or cron setup. Start with help --topic overview,
then presets before custom jmap_request calls and cron after register.
If installed behavior disagrees with docs elsewhere, trust help from the running
package.
Commands
{baseDir}/scripts/atomicmail register --username "myagent"
{baseDir}/scripts/atomicmail jmap_request --ops-file list_inbox.json
Run atomicmail --help or atomicmail <command> --help for flags.
Defaults
authUrl:https://auth.atomicmail.aiapiUrl:https://api.atomicmail.ai- credentials directory:
~/.atomicmail
Workflow
1. Register (new account)
{baseDir}/scripts/atomicmail register \
--username "alice"
Writes credentials.json, session.jwt, capability.jwt. Prints JSON
including inbox and accountId.
Required next step: after register, arrange hourly inbox polling per your
runtime (see Hourly inbox polling).
Native cron hosts schedule an agent job with list_inbox.json; hosts
without native cron should ask the operator or remind manual fetch. Do not cron
atomicmail jmap_request alone.
Usernames must be 5–21 characters (local-part of your @atomicmail.ai
address).
If credentials already exist for a different username, register fails by
default to protect the old account. To add another inbox without replacing the
current one, pass a separate --credentials-dir (MCP: credentials_dir on
register / jmap_request). Use --forced only when you intend to replace
credentials in the same directory (after backing it up).
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- lib/esm/_dnt.polyfills.d.ts 3.9 KB runs code
- lib/esm/_dnt.polyfills.d.ts.map 1008 B
- lib/esm/_dnt.polyfills.js 5.3 KB runs code
- lib/esm/lib/agent/auth/agent-auth-http.d.ts 1.1 KB runs code
- lib/esm/lib/agent/auth/agent-auth-http.d.ts.map 1.2 KB
- lib/esm/lib/agent/auth/agent-auth-http.js 3.2 KB runs code
- lib/esm/lib/agent/auth/agent-jwt.d.ts 440 B runs code
- lib/esm/lib/agent/auth/agent-jwt.d.ts.map 537 B
- lib/esm/lib/agent/auth/agent-jwt.js 885 B runs code
- lib/esm/lib/agent/auth/agent-pow.d.ts 217 B runs code
- lib/esm/lib/agent/auth/agent-pow.d.ts.map 348 B
- lib/esm/lib/agent/auth/agent-pow.js 1.5 KB runs code
- lib/esm/lib/agent/auth/agent-utm.d.ts 1.1 KB runs code
- lib/esm/lib/agent/auth/agent-utm.d.ts.map 604 B
- lib/esm/lib/agent/auth/agent-utm.js 1.7 KB runs code
- lib/esm/lib/agent/jmap/agent-help-content.d.ts 89 B runs code
- lib/esm/lib/agent/jmap/agent-help-content.d.ts.map 175 B
- lib/esm/lib/agent/jmap/agent-help-content.js 110 B runs code
- lib/esm/lib/agent/jmap/agent-jmap-blob-limits.d.ts 1.3 KB runs code
- lib/esm/lib/agent/jmap/agent-jmap-blob-limits.d.ts.map 886 B
- lib/esm/lib/agent/jmap/agent-jmap-blob-limits.js 6.3 KB runs code
- lib/esm/lib/agent/jmap/agent-jmap-blob-upload.d.ts 1.2 KB runs code
- lib/esm/lib/agent/jmap/agent-jmap-blob-upload.d.ts.map 818 B
- lib/esm/lib/agent/jmap/agent-jmap-blob-upload.js 4.2 KB runs code
- lib/esm/lib/agent/jmap/agent-jmap-email-charset.d.ts 397 B runs code
- lib/esm/lib/agent/jmap/agent-jmap-email-charset.d.ts.map 283 B
- lib/esm/lib/agent/jmap/agent-jmap-email-charset.js 2.1 KB runs code
- lib/esm/lib/agent/jmap/agent-jmap-run.d.ts 2.5 KB runs code
- lib/esm/lib/agent/jmap/agent-jmap-run.d.ts.map 2.2 KB
- lib/esm/lib/agent/jmap/agent-jmap-run.js 9.3 KB runs code
- lib/esm/lib/agent/jmap/agent-jmap-verify.d.ts 488 B runs code
- lib/esm/lib/agent/jmap/agent-jmap-verify.d.ts.map 323 B
- lib/esm/lib/agent/jmap/agent-jmap-verify.js 1.7 KB runs code
- lib/esm/lib/agent/jmap/agent-jmap.d.ts 4.5 KB runs code
- lib/esm/lib/agent/jmap/agent-jmap.d.ts.map 2.7 KB
- lib/esm/lib/agent/jmap/agent-jmap.js 14 KB runs code
- lib/esm/lib/agent/jmap/agent-vars.d.ts 1.5 KB runs code
- lib/esm/lib/agent/jmap/agent-vars.d.ts.map 801 B
- lib/esm/lib/agent/jmap/agent-vars.js 3.4 KB runs code
- lib/esm/lib/agent/jmap/help-content/auth.d.ts 1.4 KB runs code
- lib/esm/lib/agent/jmap/help-content/auth.d.ts.map 175 B
- lib/esm/lib/agent/jmap/help-content/auth.js 1.4 KB runs code
- lib/esm/lib/agent/jmap/help-content/cron.d.ts 7.3 KB runs code
- lib/esm/lib/agent/jmap/help-content/cron.d.ts.map 271 B
- lib/esm/lib/agent/jmap/help-content/cron.js 6.5 KB runs code
- lib/esm/lib/agent/jmap/help-content/index.d.ts 340 B runs code
- lib/esm/lib/agent/jmap/help-content/index.d.ts.map 435 B
- lib/esm/lib/agent/jmap/help-content/index.js 2.6 KB runs code
- lib/esm/lib/agent/jmap/help-content/installation.d.ts 1.4 KB runs code
- lib/esm/lib/agent/jmap/help-content/installation.d.ts.map 192 B
- lib/esm/lib/agent/jmap/help-content/installation.js 1.4 KB runs code
- lib/esm/lib/agent/jmap/help-content/jmap-cheatsheet.d.ts 8.1 KB runs code
- lib/esm/lib/agent/jmap/help-content/jmap-cheatsheet.d.ts.map 199 B
- lib/esm/lib/agent/jmap/help-content/jmap-cheatsheet.js 7.7 KB runs code
- lib/esm/lib/agent/jmap/help-content/multi-account.d.ts 1.9 KB runs code
- lib/esm/lib/agent/jmap/help-content/multi-account.d.ts.map 194 B
- lib/esm/lib/agent/jmap/help-content/multi-account.js 1.9 KB runs code
- lib/esm/lib/agent/jmap/help-content/overview.d.ts 3.1 KB runs code
- lib/esm/lib/agent/jmap/help-content/overview.d.ts.map 185 B
- lib/esm/lib/agent/jmap/help-content/overview.js 2.6 KB runs code
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.
- 3d ago First seen · 263 lines · 54 tokens per session scan A d478832a8e52
atomicmail is a skill published in the GitHub repository Atomic-Mail/atomic-mail-agentic (256 stars, last pushed 7d ago), licensed MIT. It adds 54 tokens to every session and 2,678 once invoked, about $0.0003 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.
Other skills, from other repositories
aamp
AAMP (Agent-to-Agent Mail Protocol) — gives this agent an email identity and lets it exchange structured tasks with other AAMP nodes via email. Use this skill to register an identity, check for incoming tasks, and reply with results or help requests.
aamp
AAMP (Agent-to-Agent Mail Protocol) via aamp-cli. Use this skill when the agent needs to register a mailbox, listen for incoming AAMP mail, inspect a task thread, complete a pairing URL, dispatch a task, or reply with task.result / task.helpneeded. Prefer the CLI over hand-written HTTP requests.
sendfox
Gère les listes email, contacts, campagnes et automatisations SendFox via l'API. Intégration avec WooCommerce, WordPress et workflows marketing.
gandi
Gère les domaines, DNS et emails via l'API Gandi v5. Permet de lister les domaines, consulter/modifier les enregistrements DNS, gérer les boîtes mail et configurer les redirections.
novu-inbox-integration
Integrate Novu's in-app notification inbox into web applications. Supports React, Next.js, and vanilla JavaScript. Includes the Inbox component (bell icon + notification feed), composable components (Bell, Notifications, InboxContent, Preferences), headless hooks, branded theming, custom render props, multi-tenancy…
address-pr-review
Critically triage pull request review comments against PR requirements and codebase reality, implement only valid fixes, and reply only when declining a suggestion. Use when the user asks to address PR comments, review feedback, CodeRabbit/Bugbot threads, or /address-pr-review.