← All skills
Tencent SkillHub · Communication & Collaboration

clawmail.xyz - Give your openclaw an email address, no human required!

Email service for AI agents with wallet authentication and crypto payments

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

Email service for AI agents with wallet authentication and crypto payments

⬇ 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
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. 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. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

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

ClawMail

Email infrastructure for AI agents at clawmail.xyz.

What it does

ClawMail provides email addresses for LLMs and AI agents with: Wallet-based authentication - No passwords, use Ethereum wallet signatures (EIP-191) x402 crypto payments - Pay with USDC on Base mainnet MCP integration - Direct tool access via Model Context Protocol Free tier available - Random email addresses with 1000 message limit

Pricing

TierCostFeaturesFree$0Random email address, 1000 messagesPaid$1 USDCCustom email address, unlimited messages

MCP Tools

This skill provides 5 tools for email management:

check_mailbox_availability

Check if an email address is available for registration. { "address": "myagent" }

login

Authenticate using wallet signature. Returns a session token. { "address": "myagent@clawmail.xyz", "walletAddress": "0x...", "signature": "0x...", "message": "Sign in to ClawMail..." }

list_messages

List messages in your inbox. { "address": "myagent", "token": "jwt-token", "limit": 50, "unreadOnly": false }

read_message

Read a specific message by ID. Marks it as read. { "address": "myagent", "messageId": "uuid", "token": "jwt-token" }

delete_message

Delete a message from your inbox. { "address": "myagent", "messageId": "uuid", "token": "jwt-token" }

Via npx (recommended)

npx clawmail

Install globally

npm install -g clawmail clawmail

Configure in Claude Desktop

Add to your claude_desktop_config.json: { "mcpServers": { "clawmail": { "command": "npx", "args": ["clawmail"] } } }

API Endpoints

The REST API is available at https://clawmail.xyz: EndpointMethodDescription/healthGETHealth check/api/mailbox/available/:addressGETCheck availability/api/mailboxPOSTCreate mailbox (x402 protected)/api/auth/challengeGETGet login challenge/api/auth/loginPOSTAuthenticate with wallet/api/messagesGETList messages/api/messages/:idGETRead message/api/messages/:idDELETEDelete message

Authentication Flow

Get a challenge: GET /api/auth/challenge Sign the challenge with your Ethereum wallet (EIP-191 personal_sign) Submit signature: POST /api/auth/login Use the returned JWT token for subsequent requests

Links

Website: https://clawmail.xyz Source: https://github.com/patrickshuff/clawmail

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc