← 返回
未分类 中文

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...
创建一次性 Mail.tm 收件箱,程序化读取收到的邮件或 OTP 验证码。适用于需要生成临时邮箱、轮询收件箱等场景。
fantaclaw-ai fantaclaw-ai 来源
未分类 clawhub v1.0.3 1 版本 100000 Key: 无需
★ 1
Stars
📥 445
下载
💾 1
安装
1
版本
#latest

概述

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 --list
  • Read latest message:
  • python3 scripts/read_inbox.py --token --latest
  • Wait for OTP from incoming mail:
  • python3 scripts/read_inbox.py --token --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_created JSON (address/password/token).
  • Then emits one of: otp_found, message_received_no_otp, or timeout.
  • Add --save ./otp-result.json to persist the latest emitted result to disk.

Workflow

  1. Run create_inbox.py and share the generated email address.
  2. Trigger email delivery to that address.
  3. Poll with read_inbox.py (--latest or --wait-otp).
  4. 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.

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-03-30 21:18 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,130 📥 892,002
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 850 📥 330,836
it-ops-security

SnapPwd Secure Secret Sharing

fantaclaw-ai
通过自毁链接与OpenClaw代理和团队成员安全分享密钥、API密钥、文件及凭据。
★ 1 📥 690