跳至主要内容
小龙虾小龙虾AI
📧

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

Email service for AI agents with wallet authentication and crypto payments

下载1.0k
星标0
版本1.0.0
金融财务
安全通过

技能说明


name: clawmail description: Email service for AI agents with wallet authentication and crypto payments metadata: openclaw: emoji: "📧" bins: - node - npx os: - darwin - linux - win32 install: npm: clawmail homepage: https://clawmail.xyz capabilities: - email - mcp - wallet-auth - x402

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

TierCostFeatures
Free$0Random email address, 1000 messages
Paid$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"
}

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:

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

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

Links

如何使用「clawmail.xyz - Give your openclaw an email address, no human required!」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「clawmail.xyz - Give your openclaw an email address, no human required!技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能