temp-mail
v1.0.1Generate, fetch, poll, and clear disposable email addresses using the Vortex API for temporary inboxes during signup or testing flows.
⭐ 1· 1.5k·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97eqb3me1e1cnx3cjjs08ef6x80kt33
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
