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 commands/gotempsh/temps/email-domainsgit clone --depth 1 https://github.com/gotempsh/tempsWrote 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.
[](https://agentmods.dev/commands/gotempsh/temps/email-domains)<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>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.
| Model | Per session | Once 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 |
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.
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 domainscreate(add) - Create a new email domainshow- Show email domain detailsremove(rm) - Remove an email domainby-name- Look up an email domain by domain namedns-records- Get DNS records for an email domainsetup-dns- Setup DNS records using a configured DNS providerverify- Verify an email domain DNS configurationprojects- List projects authorized to send through an email domainauthorize-project- Authorize a project to send through an email domainrevoke-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 |
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.
- 5d ago First seen · 147 lines · 0 tokens per session scan A f960fe12c15b
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.
Other commands, from other repositories
pr-check
Run all local CI checks before creating a PR.
verbosity
Get or set AgentVibes verbosity level (low/medium/high/caveman).
hide
Hide all AgentVibes slash commands from the command list (MCP users).
show
Restore all hidden AgentVibes slash commands to the command list.
workflow-automate
You are a workflow automation expert specializing in creating efficient CI/CD pipelines, GitHub Actions workflows, and automated development processes. Design and implement automation that reduces manual work, improves consistency, and accelerates delivery while maintaining quality and security.
ci-status
Real-time GitHub Actions workflow status and recent runs.