← Back to Skills Marketplace
temp-mail
by
techwithanirudh
· GitHub ↗
· v1.0.1
1606
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install temp-mail
Description
Generate, fetch, poll, and clear disposable email addresses using the Vortex API for temporary inboxes during signup or testing flows.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install temp-mail - After installation, invoke the skill by name or use
/temp-mail - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
allows ai to generate temp mail using Vortex
v1.0.0
allows ai to generate temp mail using Vortex
Metadata
Frequently Asked Questions
What is temp-mail?
Generate, fetch, poll, and clear disposable email addresses using the Vortex API for temporary inboxes during signup or testing flows. It is an AI Agent Skill for Claude Code / OpenClaw, with 1606 downloads so far.
How do I install temp-mail?
Run "/install temp-mail" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is temp-mail free?
Yes, temp-mail is completely free (open-source). You can download, install and use it at no cost.
Which platforms does temp-mail support?
temp-mail is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created temp-mail?
It is built and maintained by techwithanirudh (@techwithanirudh); the current version is v1.0.1.
More Skills