A temporary email management utility for automating signup flows and message polling through the Vortex API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install temp-mail
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install temp-mail using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The temp-mail skill is a specialized tool designed for developers and AI agents requiring disposable email functionality. By leveraging the Vortex API backend, this Openclaw Skills integration allows for the seamless creation of random localpart addresses, real-time message polling, and automated mailbox clearing. It is particularly valuable for developers who need to bypass personal email requirements during automated testing or research tasks.
This skill provides a Python-based interface to interact with hosted Vortex instances, ensuring that users can handle verification codes and magic links without manual intervention. As part of the wider ecosystem of Openclaw Skills, it provides a programmatic way to manage the lifecycle of a temporary inbox from creation to deletion.
To integrate this skill into your Openclaw Skills environment, ensure you have the necessary dependencies installed using Python or the uv package manager.
# Install dependencies via pip
python -m pip install -r scripts/requirements.txt
# Or run directly using uv for an ephemeral environment
uv run scripts/temp_mail.py create
You can override the default domain or API endpoint by setting the VORTEX_DOMAIN and VORTEX_URL environment variables respectively.
The temp-mail skill manages data through the Vortex API, focusing on mailbox metadata and message content. The following table describes the primary data elements:
| Attribute | Description |
|---|---|
| Email Address | The full address consisting of a random localpart and chosen domain. |
| Message List | An array of incoming emails associated with the specific address. |
| API Endpoint | The Vortex instance URL used for GET and DELETE requests. |
| Timeout | The duration in seconds the script will wait during a poll operation. |
Loading
A lightweight, bidirectional LAN file sharing solution that allows AI agents and users to exchange files over a local network without internet access.

A diagnostic tool for testing if HTTP endpoints correctly enforce rate limiting and provide standard throttling headers.

A security auditing tool designed to detect exposed credentials, improper file permissions, and git contamination within AI agent environments.

Register sovereign domains like .badass and .forever as ERC-721 NFTs on Ethereum mainnet using Impervious Domains contracts.

Enable AI agents to autonomously manage crypto wallets and execute onchain transactions with robust policy-based guardrails.

A specialized tool for AI agents to stake $CLAWMEGLE tokens and earn dual rewards in ETH and $CLAWMEGLE from Clanker LP fees.








































