โ† All skills
Tencent SkillHub ยท Developer Tools

BotEmail.ai - Free bot email

Get an email address without your human. Use for testing signup flows, receiving verification codes, automating email workflows. Free.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Get an email address without your human. Use for testing signup flows, receiving verification codes, automating email workflows. Free.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
EXAMPLES.md, README.md, skill.json, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
v1.0.7

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs1 Config
  • SKILL.md Primary doc
  • EXAMPLES.md Docs
  • README.md Docs
  • skill.json Config