Disposable Email
/install disposable-email
Disposable Email
Create and read temporary Mail.tm inboxes for testing email flows.
Use bundled scripts
-
Create inbox + token:
python3 scripts/create_inbox.py- Returns JSON with
address,password,token,accountId,domain.
-
List messages:
python3 scripts/read_inbox.py --token \x3CTOKEN> --list
-
Read latest message:
python3 scripts/read_inbox.py --token \x3CTOKEN> --latest
-
Wait for OTP from incoming mail:
python3 scripts/read_inbox.py --token \x3CTOKEN> --wait-otp --timeout 120 --interval 3- Default OTP regex:
\\b(\\d{4,8})\\b - Override regex with
--otp-regex.
-
End-to-end (create inbox + wait for first message/OTP):
python3 scripts/e2e_otp.py --timeout 120 --interval 3- First line emits
inbox_createdJSON (address/password/token). - Then emits one of:
otp_found,message_received_no_otp, ortimeout. - Add
--save ./otp-result.jsonto persist the latest emitted result to disk.
Workflow
- Run
create_inbox.pyand share the generated email address. - Trigger email delivery to that address.
- Poll with
read_inbox.py(--latestor--wait-otp). - Return sender, subject, createdAt, and message text/OTP.
Notes
- Free temp domains can be blocked by some production services.
- Keep token private; treat it like mailbox access credentials.
- Prefer stable paid inbox providers for CI if reliability is critical.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install disposable-email - After installation, invoke the skill by name or use
/disposable-email - Provide required inputs per the skill's parameter spec and get structured output
What is Disposable Email?
Create disposable Mail.tm inboxes and programmatically read incoming emails/OTP codes. Use when asked to generate a temporary email, poll inbox messages, ext... It is an AI Agent Skill for Claude Code / OpenClaw, with 157 downloads so far.
How do I install Disposable Email?
Run "/install disposable-email" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Disposable Email free?
Yes, Disposable Email is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Disposable Email support?
Disposable Email is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Disposable Email?
It is built and maintained by fantaclaw-ai (@fantaclaw-ai); the current version is v1.0.3.