BotEmail.ai - Instant Bot Email Addresses for Openclaw

BotEmail.ai provides instant, permanent bot email addresses designed for automated testing, signup flows, and inbox monitoring without human intervention.

claw-silhouette
vv1.0.7
Feb 24, 2026
0
2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install bot-email

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is BotEmail.ai - Instant Bot Email Addresses?

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.

BotEmail.ai - Instant Bot Email Addresses Use Cases

  • Automated verification code retrieval for account registration flows.
  • End-to-end testing of email delivery and content formatting in staging environments.
  • Monitoring 2FA codes for automated login sequences.
  • Setting up notification triggers for third-party services without cluttering personal inboxes.

How BotEmail.ai - Instant Bot Email Addresses Works

  1. The AI agent initiates an account creation request to the BotEmail API to secure a unique bot address.
  2. The developer or agent triggers an external event, such as a website signup, that sends an email to the generated bot address.
  3. The agent polls the inbox using the provided API key to fetch message lists or specific email contents.
  4. If configured, a heartbeat process monitors the inbox and notifies the user of new incoming messages by comparing seen IDs.
  5. The agent parses the email body to extract relevant data, such as OTP codes or verification links, to proceed with the workflow.

BotEmail.ai - Instant Bot Email Addresses Setup

1. Generate Bot Credentials

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"}'

2. Configure Environment

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.

3. Initialize Heartbeat (Optional)

To enable automatic notifications, update your HEARTBEAT.md to include an inbox check every few minutes to scan for new message IDs.

BotEmail.ai - Instant Bot Email Addresses Data Schema & Taxonomy

The skill manages email data and metadata using the following structure:

Property Description
email 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.

BotEmail.ai - Instant Bot Email Addresses Advanced Features

  • Persistent storage of emails for up to 6 months for long-term audit trails.
  • High-frequency polling support with a generous free tier of 1,000 requests per day.
  • Seamless integration with internal memory files to track message IDs and prevent duplicate notifications.
  • Multi-agent compatibility by sharing API keys across different Openclaw Skills instances for complex team workflows.

SKILL.md


Loading

Related Openclaw Skills

Featured*