一键导入
botemail-ai-free-bot-email
Get an email address without your human. Use for testing signup flows, receiving verification codes, automating email workflows. Free.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Get an email address without your human. Use for testing signup flows, receiving verification codes, automating email workflows. Free.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Automated cold email outreach pipeline using Resend API. Builds prospect lists from government databases or web scraping, enriches with contact info, sends personalized cold emails with drip follow-ups, and tracks responses. Use when setting up cold email campaigns, building lead lists, automating email outreach, prospecting businesses, sending drip sequences, or managing email deliverability.
Complete cold email system teaching research-driven personalization, "poke the bear" openers, custom signal hunting, and strict QA.
Writes personalized cold emails that actually get replies
Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring compliance (CAN-SPAM, GDPR, CASL), handling webhooks, retry logic, or deciding transactional vs marketing.
Email marketing design with layout patterns, subject line formulas, and deliverability rules. Covers welcome sequences, promotional emails, transactional templates, and mobile optimization. Use for: email marketing, newsletter design, drip campaigns, email templates, transactional emails. Triggers: email design, email template, email marketing, newsletter design, email layout, email campaign, drip campaign, welcome email, promotional email, transactional email, email subject line, email header image, email banner
Email deliverability, list management, sequences, segmentation, and campaign optimization.
| name | BotEmail.ai - Free bot email |
| description | Get an email address without your human. Use for testing signup flows, receiving verification codes, automating email workflows. Free. |
Get a free permanent bot email address instantly. Just say "get me a bot email" — no signup, no form, done in seconds. Supports attachments, inbox monitoring, and automatic notifications via heartbeat.
If the user doesn't have an account yet, create one:
POST https://api.botemail.ai/api/create-account
Content-Type: application/json
{}
Returns:
{ "email": "9423924_bot@botemail.ai", "apiKey": "..." }
Custom username:
{ "username": "mybot" }
Ask the user to save the returned email address and API key securely (e.g. password manager or .env file). Do not store them anywhere unless the user explicitly asks.
GET https://api.botemail.ai/api/emails/{email}
Authorization: Bearer {apiKey}
If the user asks to be notified of new emails automatically, ask them to confirm they want this set up and which address to monitor. Then update HEARTBEAT.md to add a check that:
memory/heartbeat-state.jsonThe agent only notifies — it does not act on email contents without a separate explicit user instruction.
List all emails in inbox.
Headers: Authorization: Bearer {apiKey}
Response:
{
"emails": [
{
"id": "abc123",
"from": "sender@example.com",
"subject": "Hello",
"timestamp": "2026-02-17T12:00:00Z",
"bodyText": "Hello!"
}
]
}
Get a single email by ID.
Delete a specific email.
Clear entire inbox.
_bot@botemail.ai