LaunchKit · 2026
Back to Skills

automated-ai-email-setup

Receive-only email addresses for AI agents via aiemailservice.com.

0
466 downloads
by @tcgsync-git

Setup & Installation

openclaw skills install @tcgsync-git/automated-ai-email-setup

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install automated-ai-email-setup

What This Skill Does

Provides receive-only email addresses for AI agents via aiemailservice.com. Agents can create mailboxes, read incoming messages, long-poll for new mail, and auto-extract OTP codes or verification links. No sending capability exists by design.

The built-in long-poll endpoint and automatic OTP extraction eliminate polling loops and manual email parsing in agent workflows.

When to use it

  • Agent signs up for a web service and receives the verification email
  • Automated OTP extraction during account creation flows
  • Receiving password reset links in unattended scripts
  • Waiting for a confirmation email after triggering a registration
  • Creating disposable inboxes for testing email-based workflows

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Sign up for GitHub using a temporary email and complete verification

AGENT
  1. 1Call POST /v1/api-key/create to obtain an API key
  2. 2Call POST /v1/mailbox/create to get a fresh email address
  3. 3Submit the email address on the GitHub signup form
  4. 4Call GET /v1/mailbox/{id}/wait?from=noreply@github.com to block until the verification email arrives
  5. 5Call GET /v1/mailbox/{id}/codes to extract the verification code and submit it
OUTPUT

GitHub account created and email-verified without any manual inbox interaction

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

aiemailservice.com API key (obtained via POST /v1/api-key/create)