返回顶部
t

temp-mail

Temporary email helper backed by Vortex (vortex.email). Use when needing disposable addresses for signup flows: create a mailbox (random localpart), poll for messages, fetch and clear mailboxes.

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

temp-mail

# temp-mail skill This skill provides a Python CLI script to interact with the hosted Vortex API (GET /emails/{email}, DELETE /emails/{email}/clear). Usage examples (scripts are in scripts/): - create: generates a random localpart and prints an address for the provided domain - fetch: queries the Vortex HTTP API to list messages for an address - poll: wait until messages arrive or timeout - clear: delete all messages for an address Run with uv: `uv run {baseDir}/scripts/temp_mail.py` (script includes shebang and metadata header similar to the hn skill) Examples: ```bash # generate a random address uv run {baseDir}/scripts/temp_mail.py create # fetch messages for an address uv run {baseDir}/scripts/temp_mail.py fetch alice@dash.dino.icu # poll until messages arrive (timeout 60s) uv run {baseDir}/scripts/temp_mail.py poll alice@dash.dino.icu --timeout 60 # clear mailbox uv run {baseDir}/scripts/temp_mail.py clear alice@dash.dino.icu ``` Defaults: - VORTEX_URL: https://vtx-api.skyfall.dev - default domain: skyfall.dev (override with VORTEX_DOMAIN env var) Install ```bash # create a venv and install deps (unix) python -m venv .venv source .venv/bin/activate python -m pip install --upgrade pip python -m pip install -r scripts/requirements.txt # or using uv which creates an ephemeral venv for you, e.g. uv run {baseDir}/scripts/temp_mail.py create ``` Notes: - script uses httpx for requests; rich is optional and omitted from requirements - random username generation mirrors the frontend behavior (lowercase alphanumeric), attempted to replicate falso randUserName behavior - hosted instance includes multiple domains, e.g., dash.dino.icu, skyfall.dev, etc. When creating addresses, choose a domain from that list or let the script use the default

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 temp-mail-1776360252 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 temp-mail-1776360252 技能

通过命令行安装

skillhub install temp-mail-1776360252

下载 Zip 包

⬇ 下载 temp-mail v1.0.1

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

v1.0.1 最新 2026-4-17 14:46
allows ai to generate temp mail using Vortex

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

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

p2p_official_large
返回顶部