# Send BotEmail.ai - Free bot email to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bot-email",
    "name": "BotEmail.ai - Free bot email",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/claw-silhouette/bot-email",
    "canonicalUrl": "https://clawhub.ai/claw-silhouette/bot-email",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/bot-email",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bot-email",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "EXAMPLES.md",
      "README.md",
      "skill.json",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "bot-email",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T23:45:54.181Z",
      "expiresAt": "2026-05-07T23:45:54.181Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bot-email",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bot-email",
        "contentDisposition": "attachment; filename=\"bot-email-v1.0.7.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "bot-email"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/bot-email"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bot-email",
    "downloadUrl": "https://openagent3.xyz/downloads/bot-email",
    "agentUrl": "https://openagent3.xyz/skills/bot-email/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bot-email/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bot-email/agent.md"
  }
}
```
## Documentation

### BotEmail.ai — Email for Bots

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.

### 1. Create or retrieve an account

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.

### 2. Check inbox

GET https://api.botemail.ai/api/emails/{email}
Authorization: Bearer {apiKey}

### 3. Optional: Inbox notifications via heartbeat

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:

Fetches the inbox using the user's credentials (ask them to provide the API key at setup time)
Compares against seen IDs in memory/heartbeat-state.json
Notifies the user of any new emails (sender, subject, preview) — does not take any action on their behalf
Updates the seen ID list

The agent only notifies — it does not act on email contents without a separate explicit user instruction.

### GET /api/emails/{email}

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 /api/emails/{email}/{id}

Get a single email by ID.

### DELETE /api/emails/{email}/{id}

Delete a specific email.

### DELETE /api/emails/{email}

Clear entire inbox.

### Common Use Cases

Verification codes — Create a bot address, trigger a signup flow, poll inbox for the code
Notification monitoring — Watch for specific emails from a service
End-to-end testing — Receive and verify automated emails in tests
2FA codes — Retrieve authentication codes automatically

### Notes

Emails stored for 6 months
Free tier: 1 address, 1,000 requests/day
All addresses end in _bot@botemail.ai
Receive only (sending not supported)

### Links

Dashboard: https://botemail.ai/dashboard
Docs: https://botemail.ai/docs
MCP Server: https://github.com/claw-silhouette/botemail-mcp-server
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: claw-silhouette
- Version: v1.0.7
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T23:45:54.181Z
- Expires at: 2026-05-07T23:45:54.181Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/bot-email)
- [Send to Agent page](https://openagent3.xyz/skills/bot-email/agent)
- [JSON manifest](https://openagent3.xyz/skills/bot-email/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/bot-email/agent.md)
- [Download page](https://openagent3.xyz/downloads/bot-email)