clawmail.xyz - Give your openclaw an email address, no human required!
/install clawmail-xyz
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
| Tier | Cost | Features |
|---|---|---|
| Free | $0 | Random email address, 1000 messages |
| Paid | $1 USDC | Custom 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": "[email protected]",
"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"
}
Usage
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:
| Endpoint | Method | Description |
|---|---|---|
/health |
GET | Health check |
/api/mailbox/available/:address |
GET | Check availability |
/api/mailbox |
POST | Create mailbox (x402 protected) |
/api/auth/challenge |
GET | Get login challenge |
/api/auth/login |
POST | Authenticate with wallet |
/api/messages |
GET | List messages |
/api/messages/:id |
GET | Read message |
/api/messages/:id |
DELETE | Delete 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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawmail-xyz - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawmail-xyz触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
clawmail.xyz - Give your openclaw an email address, no human required! 是什么?
Email service for AI agents with wallet authentication and crypto payments. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1422 次。
如何安装 clawmail.xyz - Give your openclaw an email address, no human required!?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawmail-xyz」即可一键安装,无需额外配置。
clawmail.xyz - Give your openclaw an email address, no human required! 是免费的吗?
是的,clawmail.xyz - Give your openclaw an email address, no human required! 完全免费(开源免费),可自由下载、安装和使用。
clawmail.xyz - Give your openclaw an email address, no human required! 支持哪些平台?
clawmail.xyz - Give your openclaw an email address, no human required! 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 clawmail.xyz - Give your openclaw an email address, no human required!?
由 patrickshuff(@patrickshuff)开发并维护,当前版本 v1.0.0。