email-domains

email-domains is a command for coding agents from gotempsh/temps. It costs 0 tokens per session (1,088 once invoked), scanned A, original, Apache-2.0.

A command-line tool for managing email domains used to send transactional email, such as account confirmations, receipts, and password resets.

In plain words
What is it for?
Use it to add, inspect, verify, or remove domains; retrieve or set up DNS records; and grant or revoke project sending access.
Why use it?
It helps keep domain setup and sending permissions together, including the DNS records that email services use to verify ownership.

Command

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 commands/gotempsh/temps/email-domains
Clone the repo
git clone --depth 1 https://github.com/gotempsh/temps

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 email-domains

README.md
[![agentmods](https://agentmods.dev/badge/commands/gotempsh/temps/email-domains.svg)](https://agentmods.dev/commands/gotempsh/temps/email-domains)
Your own site
<a href="https://agentmods.dev/commands/gotempsh/temps/email-domains"><img src="https://agentmods.dev/badge/commands/gotempsh/temps/email-domains.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,088 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.00000 $0.01088
Opus 5 $0.00000 $0.00544
Sonnet 5 $0.00000 $0.00218
Haiku 4.5 $0.00000 $0.00109

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

Security

Grade A, and why

email-domains 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 5d 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.

skills/temps/references/commands/email-domains.md · 147 lines

How it starts

The opening of the file, as written. The whole thing — 147 lines — stays where its author put it; the contents beside it link to each section on GitHub.

email-domains command reference

Apply the CLI runtime and safety contract before executing a command. Runtime --help is authoritative.

email-domains (alias: edom)

Manage email domains for transactional email

Subcommands:

  • list (ls) - List all email domains
  • create (add) - Create a new email domain
  • show - Show email domain details
  • remove (rm) - Remove an email domain
  • by-name - Look up an email domain by domain name
  • dns-records - Get DNS records for an email domain
  • setup-dns - Setup DNS records using a configured DNS provider
  • verify - Verify an email domain DNS configuration
  • projects - List projects authorized to send through an email domain
  • authorize-project - Authorize a project to send through an email domain
  • revoke-project - Revoke a project's permission to send through an email domain

email-domains list (alias: ls)

List all email domains

Options:

Flag Description Default Required
--json Output in JSON format - No

email-domains create (alias: add)

Create a new email domain

Options:

Flag Description Default Required
-d, --domain <domain> Domain name (e.g., mail.example.com) - No
--provider-id <id> Email provider ID - No
-y, --yes Skip confirmation prompts (for automation) - No

email-domains show

Show email domain details

Options:

Flag Description Default Required
--id <id> Email domain ID - Yes
--json Output in JSON format - No

email-domains remove (alias: rm)

Remove an email domain

Options:

Flag Description Default Required
--id <id> Email domain ID - Yes
-f, --force Skip confirmation - No
-y, --yes Skip confirmation prompts (alias for --force) - No

Read the full file on GitHub · 147 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. 5d ago First seen · 147 lines · 0 tokens per session scan A f960fe12c15b

Subscribe to this mod's changes

email-domains is a command published in the GitHub repository gotempsh/temps (712 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,088 tokens. 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.