BotEmail.ai provides instant, permanent bot email addresses designed for automated testing, signup flows, and inbox monitoring without human intervention.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bot-email
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 bot-email using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
BotEmail.ai is a specialized tool for developers and AI agents who need to programmatically manage email communications. By integrating this capability through Openclaw Skills, users can instantly generate email addresses ending in _bot@botemail.ai to handle repetitive tasks like receiving verification codes or monitoring system notifications. This skill removes the friction of manual signup processes, allowing agents to act as independent entities for end-to-end testing and automated workflows.
The service focuses on inbound communication, offering a reliable way to poll for new messages, retrieve attachments, and maintain an active inbox for up to six months. Whether you are building complex automation pipelines or simple notification monitors, this skill provides the necessary infrastructure to handle email programmatically without requiring human-linked accounts.
Request a new bot account via the API using a simple curl command:
curl -X POST https://api.botemail.ai/api/create-account \
-H "Content-Type: application/json" \
-d '{"username": "mybot"}'
Store the returned apiKey and email address in your environment variables or a secure vault. Ensure your Openclaw Skills configuration has access to these secrets for authentication.
To enable automatic notifications, update your HEARTBEAT.md to include an inbox check every few minutes to scan for new message IDs.
The skill manages email data and metadata using the following structure:
| Property | Description |
|---|---|
| The generated bot email address (e.g., user_bot@botemail.ai) | |
| apiKey | The bearer token used for authenticated requests |
| id | Unique identifier for a specific email message |
| from | Sender's email address |
| subject | The subject line of the received email |
| bodyText | The raw text content of the email |
| timestamp | ISO-8601 formatted arrival time |
Local state for tracking is stored in memory/heartbeat-state.json.
Loading
A comprehensive crypto intelligence skill providing real-time pricing, technical indicators, and market sentiment analysis.

A command-line tool to generate a comprehensive, platform-optimized weekly social media content calendar for any niche.

A lightweight, zero-dependency Python tool for monitoring website uptime, response times, and content integrity.

A zero-dependency Python utility for real-time website status monitoring and content change detection.

A serverless Postgres skill for AI agents that provides instant database provisioning, scale-to-zero compute, and Git-like branching.

A security-focused CLI bridge for Bitwarden and Vaultwarden that prioritizes redacted outputs to prevent accidental secret leakage.








































