← 返回 Skills 市场
techwithanirudh

temp-mail

作者 techwithanirudh · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
1606
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install temp-mail
功能描述
Generate, fetch, poll, and clear disposable email addresses using the Vortex API for temporary inboxes during signup or testing flows.
安全使用建议
This skill appears to do what it claims: it runs a bundled Python script that talks to a Vortex temporary-email API and does not ask for credentials. Before installing, consider: 1) confirm you trust the service at the default VORTEX_URL (https://vtx-api.skyfall.dev) since all mail and addresses are handled there; 2) note minor metadata inconsistencies (mentions curl and uses 'uv' in examples) — ensure you have Python 3.11+ and are comfortable creating a venv or using 'uv' to run the script; 3) run in an isolated environment if you want to avoid exposing local network/host data to the remote service. Otherwise the skill is coherent and proportionate to its purpose.
功能分析
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill Suspicious High-Entropy/Eval files: 1 The skill is designed to interact with the Vortex temporary email API, allowing creation, fetching, polling, and clearing of email addresses. The `SKILL.md` provides clear instructions for using the skill and does not contain any prompt injection attempts. The `temp_mail.py` script uses `httpx` to communicate with the explicitly stated `vtx-api.skyfall.dev` endpoint, reads configuration from environment variables, and does not access sensitive local files, execute arbitrary commands, or exfiltrate data beyond its stated purpose. Dependencies listed in `requirements.txt` are standard and benign.
能力评估
Purpose & Capability
The skill provides a Python script to create/fetch/poll/clear disposable mailboxes on a Vortex service; that aligns with the name and SKILL.md. Minor mismatch: SKILL.md metadata claims it 'requires' curl, but the included Python script uses httpx and the instructions use 'uv run' — curl is not used by the code. The registry also lists no required binaries but examples rely on 'uv' (a runner) or a Python venv.
Instruction Scope
Runtime instructions are narrowly scoped to the Vortex API: create addresses, GET messages, poll until messages arrive, and DELETE/clear mailboxes. The script does not read local files, system configuration, or unrelated environment variables, nor does it transmit data to endpoints other than the configured VORTEX_URL.
Install Mechanism
No install spec is provided (instruction-only skill with a bundled script). Requirements.txt lists httpx; SKILL.md gives venv install steps and suggests using 'uv' to run. This is a low-risk approach, but the skill relies on installing Python packages at runtime — there is no third-party binary download or obscure URL usage.
Credentials
The skill does not require credentials or config paths. It optionally reads VORTEX_URL and VORTEX_DOMAIN from environment (documented in SKILL.md) but the registry metadata does not declare any required env vars — this is inconsistent but not dangerous. No secrets are requested.
Persistence & Privilege
The skill is not always-enabled, does not request elevated or persistent system privileges, and does not modify other skills or global agent config. It runs as a simple CLI script when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install temp-mail
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /temp-mail 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
allows ai to generate temp mail using Vortex
v1.0.0
allows ai to generate temp mail using Vortex
元数据
Slug temp-mail
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

temp-mail 是什么?

Generate, fetch, poll, and clear disposable email addresses using the Vortex API for temporary inboxes during signup or testing flows. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1606 次。

如何安装 temp-mail?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install temp-mail」即可一键安装,无需额外配置。

temp-mail 是免费的吗?

是的,temp-mail 完全免费(开源免费),可自由下载、安装和使用。

temp-mail 支持哪些平台?

temp-mail 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 temp-mail?

由 techwithanirudh(@techwithanirudh)开发并维护,当前版本 v1.0.1。

💬 留言讨论