Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: Sign up for GitHub using a temporary email and complete verification
- 1Call POST /v1/api-key/create to obtain an API key
- 2Call POST /v1/mailbox/create to get a fresh email address
- 3Submit the email address on the GitHub signup form
- 4Call GET /v1/mailbox/{id}/wait?from=noreply@github.com to block until the verification email arrives
- 5Call GET /v1/mailbox/{id}/codes to extract the verification code and submit it
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.