返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
d

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, extract OTPs, or automate email verification testing with Mail.tm.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.3
安全检测
已通过
131
下载量
1
收藏
概述
安装方式
版本历史

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 <TOKEN> --list` - Read latest message: - `python3 scripts/read_inbox.py --token <TOKEN> --latest` - Wait for OTP from incoming mail: - `python3 scripts/read_inbox.py --token <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.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 disposable-email-1776112757 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 disposable-email-1776112757 技能

通过命令行安装

skillhub install disposable-email-1776112757

下载 Zip 包

⬇ 下载 disposable-email v1.0.3

文件大小: 5.58 KB | 发布时间: 2026-4-17 14:40

v1.0.3 最新 2026-4-17 14:40
- Documentation updated: references to "Mail.tm" removed from the main heading for clarity.
- No functional or script changes; only SKILL.md was revised.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部