mail-tm

Create and authenticate Mail.tm mailboxes and manage messages via API.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/carzygod/mailawd --skill mail-tm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mail-tm
Source: https://github.com/carzygod/mailawd/tree/main
Command: npx skills add https://github.com/carzygod/mailawd --skill mail-tm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mail.tm provides disposable and persistent mailbox addresses for automated workflows, helping agents handle signups, verifications, and testing without risking personal data.

Core Features & Use Cases

  • Persistent mailbox mode: reuse a single mailbox across sessions to stabilize communications and reduce expiry risk.
  • Throwaway mailbox mode: create ephemeral mailboxes for one-off verifications and discard afterward.
  • Use Case: Automate account creation and email verification for test environments by provisioning a mailbox and retrieving codes via the API.

Quick Start

Use the Mail.tm Skill to create and authenticate a temporary mailbox, then list messages to verify access.

Frequently Asked Questions about mail-tm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate email verification for test environments using a temporary mailbox?

You can automate email verification by creating a temporary mailbox, authenticating it, and retrieving verification codes via the API. This allows agents to handle signups and testing without risking personal data.

What is the difference between persistent and throwaway mailbox modes?

Persistent mailbox mode reuses a single mailbox across sessions to stabilize communications and reduce expiry risk. Throwaway mailbox mode creates ephemeral mailboxes for one-off verifications and discards them afterward.

Can I get real-time message updates from a temporary email API?

Yes, the temporary email API supports SSE-based real-time updates. This allows your automation workflow to receive incoming messages instantly without needing to poll the server continuously.

Does Mail.tm handle secure token authentication for automated workflows?

Yes, the integration implements secure token handling for authenticating temporary mailboxes. This ensures that your automated agent workflows can safely create, access, and manage transient mailboxes.

What is the best way to manage disposable mailboxes across multiple automation sessions?

To manage disposable mailboxes across sessions, use the persistent mailbox mode to reuse a single address. This stabilizes communications and reduces the expiry risk associated with temporary emails.