Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Email service for AI agents with wallet authentication and crypto payments
Email service for AI agents with wallet authentication and crypto payments
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Email infrastructure for AI agents at clawmail.xyz.
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
TierCostFeaturesFree$0Random email address, 1000 messagesPaid$1 USDCCustom email address, unlimited messages
This skill provides 5 tools for email management:
Check if an email address is available for registration. { "address": "myagent" }
Authenticate using wallet signature. Returns a session token. { "address": "myagent@clawmail.xyz", "walletAddress": "0x...", "signature": "0x...", "message": "Sign in to ClawMail..." }
List messages in your inbox. { "address": "myagent", "token": "jwt-token", "limit": 50, "unreadOnly": false }
Read a specific message by ID. Marks it as read. { "address": "myagent", "messageId": "uuid", "token": "jwt-token" }
Delete a message from your inbox. { "address": "myagent", "messageId": "uuid", "token": "jwt-token" }
npx clawmail
npm install -g clawmail clawmail
Add to your claude_desktop_config.json: { "mcpServers": { "clawmail": { "command": "npx", "args": ["clawmail"] } } }
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
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
Website: https://clawmail.xyz Source: https://github.com/patrickshuff/clawmail
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.