← 返回
安全合规 中文

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

Email service for AI agents with wallet authentication and crypto payments
支持钱包认证与加密货币支付的AI智能体邮件服务
patrickshuff
安全合规 clawhub v1.0.0 1 版本 99941.1 Key: 无需
★ 0
Stars
📥 1,696
下载
💾 15
安装
1
版本
#latest

概述

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

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 19:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,720
security-compliance

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,169
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,215 📥 266,526